Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a problem that's blocking me,
I just installed talend version 7.0.1 on ubuntu and when I try to run the job, I get a connection error.
the error message is:
Starting job TestAccount_Copy at 09:29 23/05/2018.
[statistics] connecting to socket on port 3498
[statistics] connected
Exception in component tSalesforceConnection_1 (TestAccount_Copy)
java.lang.RuntimeException: IOException: com.sforce.ws.ConnectionException: Failed to send request to https://login.salesforce.com/services/Soap/u/42.0 at Test.testaccount_copy_0_1.testAccount_Copy.tSalesforceConnection_1Process(TestAccount_Copy.java:527)
at Test.Testaccount_copy_0_1.Test_Copy.runJobInTOS(TestAccount_Copy.java:3166)
at_0_1Test.Account_Copy.main(TestAccount_Copy.java:3015)
[statistics] disconnected
Hi,
Do you have a proxy between the machine where the job runs and the Internet?
If so, you need to add and configure a tSetProxy component in your job before the salesforce connection.
Else (not sure at all), try to change the version API from 42.0 to 39.0.
Share your component settings.
this is my configuration,
When i use talend with windows it work but on unbuntu it not work.
@elioueg,then you should set the proxy with tSetProxy,since in Ubunt it is not working right.
@elioueg,are you able to ping the serever which you used in tSetProxy from Ubunt?