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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
rohitpatil1993
Contributor II
Contributor II

com.sforce.ws.ConnectionException: Failed to send request to https://gam.my.salesforce.com/services/Soap/u/34.0/00D0Y000001IXCh

Hello People,

I am trying to establish connection with salesforce using valid credentials.

I have this error in PROD.

But same is not the case with REC.

I never have this error in REC and most often in PROD.

Please suggest a possible reason behind this error or a way to avoid this error.

Thanks

Labels (3)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

You just have to change the version in the URL, that's all.
Based on your previous message, if the job works sometimes and sometimes not or the error occurs after a moment, you probably have a problem with your internet connection.

View solution in original post

5 Replies
Anonymous
Not applicable

Hello,

We need more information to address your issue.

Are you try to connect to a production or a sandbox environment? Does this error arrives immediately or do you have to wait for some seconds before?

Best regards

Sabrina

TRF
Champion II
Champion II

Try with Salesforce API version 39.0 instead of 34.0 (see the URL). Also verify the URL is https;//login.salesforce.com and not https;//test.salesforce.com (as you want to connect to production).
rohitpatil1993
Contributor II
Contributor II
Author

@xdshi 
Hey
1) We are trying to connect to Production.
2) This error does not occur immediately, It occurs very randomly.Sometimes the job runs is without this error and sometime I have this error.




rohitpatil1993
Contributor II
Contributor II
Author

How do we use this API v 39.0 ?
Apart from providing the URL in context variable , is there anything else that we need to do?
Could you please guide on how do we implement the change you suggested ?
TRF
Champion II
Champion II

You just have to change the version in the URL, that's all.
Based on your previous message, if the job works sometimes and sometimes not or the error occurs after a moment, you probably have a problem with your internet connection.