Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
mani1304
Creator
Creator

Salesforce proxy connection issue

Hi All,

I need to make proxy connection of salesforce, but I am getting the below error. I checked Use proxy for proxy settings in advance settings. Also I tried tsetproxy and tsalesforceconnection and tried to connect proxy but nothing is working. Proxy server doesn't have username and password. Only host and port. Though, The same is connecting fine through browser, dataloader and  Ab Initio except talend. Talend Job is running fine without proxy settings.

 

Exception in component tSalesforceInput_1 (test)

java.lang.RuntimeException: IOException: com.sforce.ws.ConnectionException: Failed to send request to https://test.salesforce.com/services/Soap/u/31.0

at test_0_1.test.tSalesforceInput_1Process(test.java:1272)

at test_0_1.test.runJobInTOS(test.java:2362)

at test_0_1.test.main(test.java:1759)

[FATAL]: ivr_migration.test_0_1.test - tSalesforceInput_1 IOException: com.sforce.ws.ConnectionException: Failed to send request to https://test.salesforce.com/services/Soap/u/31.0

java.lang.RuntimeException: IOException: com.sforce.ws.ConnectionException: Failed to send request to https://test.salesforce.com/services/Soap/u/31.0

at test_0_1.test.tSalesforceInput_1Process(test.java:1272)

at test_0_1.test.runJobInTOS(test.java:2362)

at test_0_1.test.main(test.java:1759)

305362 milliseconds

[statistics] disconnected

 

Also, I have to increase the timeout significantly otherwise it's throwing connection timeout error.

Labels (3)
3 Replies
TRF
Champion II
Champion II

As far as I know tSetProxy works fine with tSalesforceConnection. Can you share your job design?
mani1304
Creator
Creator
Author

For tsetproxy one,

tsetproxy(both Http proxy and Https Proxy )-->>tsalesforceInput(enabled Use Proxy in Advance setting)-->>tlogrow

 

Without tsetproxy one,

tsalesforceInput(enabled Use Proxy in Advance setting)-->>tlogrow

 

I used tsetproxy after seeing old posts, but I guess only enabling Use Proxy in Advance setting should be sufficient.

mani1304
Creator
Creator
Author

Hi, Can someone please suggest on this ?