Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Tried using tSalesforceBulkExec along with tSalesforceOutputBulk in place of tSalesforceOutput component
But when I run the job from TAC, I am getting the following error:
Java Exception|tSalesforceBulkExec|java.io.IOException:[AsyncApiException exceptionCode='ClientInputError'
exceptionMessage='Failed to create job '
Talend version: 6.2.1
Salesforce version: v34
@KrupalGharat , you need to check the below point for this error to reslove.
@KrupalGharat verify if you have a proxy in the environment the jobs are running
The issue is not yet solved.
tSetProxy component is already used in the job.
Talend version: 6.2.1
Salesforce version: v47
Also, the above salesforce version is not compatible with the current talend version.
Thanks in advance.
What if the salesforce API used is v47
But in salesforce endpoint context parameter I have value "https://test.salesforce.com/services/Soap/u/34.0"
So is it okay if we have 34 in URL to connect to salesforce with version 47 ?