Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
I am trying to connect Talend to Salesforce by using tSalesForceConnection component with my salesforce playground credentials.
And i always get the error message as :
connecting to socket on port 3372
connected
Exception in component tSalesforceConnection_1
java.lang.RuntimeException: com.sforce.ws.ConnectionException: Failed to send request to https://www.salesforce.com/services/Soap/u/37.0
at local_project.test_salesforce_connection_0_1.Test_Salesforce_connection.tSalesforceConnection_1Process(Test_Salesforce_connection.java:365)
at local_project.test_salesforce_connection_0_1.Test_Salesforce_connection.runJobInTOS(Test_Salesforce_connection.java:650)
at local_project.test_salesforce_connection_0_1.Test_Salesforce_connection.main(Test_Salesforce_connection.java:484)
[FATAL]: local_project.test_salesforce_connection_0_1.Test_Salesforce_connection - tSalesforceConnection_1 com.sforce.ws.ConnectionException: Failed to send request to https://www.salesforce.com/services/Soap/u/37.0
[statistics] disconnected
I am able to access salesforce.com with the same credentials in a browser but not in Talend.
I would really appreciate any help with this.
I am facing similar issue . Where in the windows services , I can find out this setting?
I am facing the same issue in production server. Please let me know where exactly in Windows services we need to disable the access to cloud service?
Hello,
And are you using context mode in your connection also when create a salesforce connection?
Best regards
Sabrina
I tried with both context and metadata salesforce connection . But still no luck.
Hello,
Can you successfully connect to your salesforce through data loader without using talend tool?
Best regards
Sabrina
Hi,
Did you check the basics:
- connect using DataLoader
- https://login.salesforce.com for production connection
- https://test.salesforce.com for sandbox connection
- tSetProxy if any proxy before to go to the internet
Thank You for your reply.
I checked the below options suggested by TRF.
- connect using DataLoader - It's not connecting from data loader(same error) .This connection is working from other servers.
- https://login.salesforce.com for production connection - From Salesforce browser with same credentials it's working
- https://test.salesforce.com for sandbox connection - From Salesforce browser with same credentials it's working
- tSetProxy if any proxy before to go to the internet - Tried this but getting but getting a java error.
Could you please suggest me any alternate solutions?
Hi Team,
I am getting the same issue while connecting to Salesforce.
My job is running on the Production and is hosted on Unix Server.
Kindly let me know the solution on this.
Please find the attached job for the same.
Hi,
I am having the same issue currently. The job has been scheduled and running for several weeks now but this weekend it failed with this error message.
I was wondering that it might be a Windows Service that you mentioned. Could you share which Windows Service you aborted to fix this issue?
Thanks much for anyone's help.