You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

EDIT: Problem solved... I had attempted to test the connection and operation without attaching an output component.
Adding a log row output solved the problem.
-------
Hi,
I've been doing a bit of playing around with some of the Salesforce.com components and have run into a problem I haven't yet managed to solve.
The Symptom is that before running the job I get a popup for an unresolved compilation error (attached), followed by:
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
sfMgr_tSalesforceInput_1 cannot be resolved
at test.test_0_1.test.tSalesforceInput_1Process(test.java:237)
at test.test_0_1.test.runJobInTOS(test.java:387)
at test.test_0_1.test.main(test.java:284)The a job contains a single tSalesforceInput component. I have created a custom generic schema for the job (which I am using) and have also created a SOQL query in which the column order matches the generic schema. (Image attached)
I have tried changing the Module from custom to Account, while still ensuring the schema is correct and this has not fixed the issue.
It's probably a very simple solution, I just have not yet managed to discover it!
Any help appreciated.
Last edited by chivallier123 (2009-06-18 15:39:14)
Offline
Pages: 1