Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have build a job in Talend to upsert records from excel into Salesforce. I have tested it and it works from a desktop PC. The client wants to run that same job from a Virtual Machine by their outsourced resources in India. They connect through the F5 VPN and firewall. When we tested the job, we got the "connection timed out" error on connecting to Salesforce. The error showed up quite fast also. The guys I was talking to were not technical so I could debug more.
Are there some restrictions or adjustments to the job that I would need to do to run successfully?
Thanks all for the suggestions,
In the end, I decided to try to use tSetProxy with tSalesforceConnection instead of only tSalesforceConnection with "Use Proxy" checked and that worked.
Best regards,
Vedran
Hello,
Did you install the VPN on your local system on which Talend is being installed? Is your VPN working well?
More information will be preferred.
Best regards
Sabrina
Hi,
I am trying to test on my local machine via an Open Proxy. Data loader works for me with that proxy, but if I set the same IP Address and Port into the Proxy host and Proxy Port in the tSalesforceConnection, it returns "Failed to send request to..."
Screenshot of tSalesforceConnection component setup is attached.
Hello,
Are your network OK with you behind proxy?
Best regards
Sabrina
Thanks all for the suggestions,
In the end, I decided to try to use tSetProxy with tSalesforceConnection instead of only tSalesforceConnection with "Use Proxy" checked and that worked.
Best regards,
Vedran