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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Salesforce Endpoint Error When Using API Version 42.0

Hello,

 

I'm getting an endpoint error when trying to connect to Salesforce using the endpoint (API version 42.0):

https://test.salesforce.com/services/Soap/u/42.0

 

The error I'm encountering is:

java.lang.RuntimeException: IOException: com.sforce.ws.ConnectionException: unable to find end tag at:  START_TAG seen ...</accessibilityMode><chatterExternal>... @1:735
    at...

 

However, the connections works when downgrading the API version to 35.0 as such:

https://www.salesforce.com/services/Soap/u/35.0

 

What could be causing this?

 

Below are the connection component's configurations:

0683p000009LwXT.png

0683p000009Lwtt.png

 

I'm using Talend OS for DI v6.4.1

Labels (5)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

What if you change for 39.0?

View solution in original post

5 Replies
TRF
Champion II
Champion II

Not sure versions after 39.0 are supported by tSalesforce components.

Anonymous
Not applicable
Author

Hello TRF,

 

Thank you for your reply.

 

This behaviour is occurring locally, that is on my workstation.

 

Normally, after a successful build, we deploy this job on a Unix server to be executed automatically. Yesterday, we delivered the job (Production) using the endpoint:

https://login.salesforce.com/services/Soap/u/42.0 and it worked.

 

So the question remains as to why it isn't working for Sandboxes.

TRF
Champion II
Champion II

What if you change for 39.0?

Anonymous
Not applicable
Author

It works when changing the API version to 39.0 on my workstation. However, we still have a job running on API level 42.0, which is strange.

TRF
Champion II
Champion II

Once again, not completly sure of this point but I think it may depend of which kind of object you want to work with.

Sorry, no time to explore this subject but it could be the beginning of an explanation (or not...)