Hi all, I'm a new Talend user and am hoping to use this tool to integrate Salesforce with a Teradata data warehouse. I'm having some issues getting data from Salesforce, however. I have previously connected to SF through the API with other applications, so I know it is enabled. Everytime I try to connect (with my appropriate pw+security token) I get the following exception: 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:416) at test.test_0_1.Test.runJobInTOS(Test.java:719) at test.test_0_1.Test.main(Test.java:593)
Anyone have any idea how to overcome this? Thanks in advance, AC
I'm experiencing the same thing.
Salesforce Webservice URL, Username, and Password are correct (all all these parameters work with Perl scripts I've written outside of TOS). I also tried existing modules, like User, and manual SOQL queries that I can confirm work.
Every time, I get:
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:266)
at test.test_0_1.Test.runJobInTOS(Test.java:457)
at test.test_0_1.Test.main(Test.java:331)
connecting to socket on port 3757
connected
Please help, as Salesforce integration is one of my primary uses for TOS.
Thanks,
Richard