Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

SFDC Salesforce connection error

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

 

 

Labels (5)
19 Replies
TRF
Champion II
Champion II

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.

Anonymous
Not applicable
Author

Thnx for your reply.
I called the company owner of server and they says : we dont have any proxy and any firewall.
i tried with API 39.0 and it not working
TRF
Champion II
Champion II

Share your component settings.

Anonymous
Not applicable
Author

this is my configuration,

When i use talend with windows it work but on unbuntu it not work.

 

 


erreur.png
manodwhb
Champion II
Champion II

@elioueg,then you should set the proxy with tSetProxy,since in Ubunt it is not working right.

Anonymous
Not applicable
Author

@manodwhb thnx for your reply
I add TSetProxy but have always the same errors
manodwhb
Champion II
Champion II

@elioueg,are you able to ping the serever which you used in tSetProxy from Ubunt?

Anonymous
Not applicable
Author

@mandwhb Yes i'am able to ping the server with ip of tSetProxy
TRF
Champion II
Champion II

Just to be sure, are you able to connect to Salesforce from ubuntu and you browser