Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
Hi, Can someone please suggest on this ?