Hi,
I am using Talend Platform for Data Services Version: 5.3.1
I get the following error when using tSalesforceOutputBulkExec. However if I swap to tSalesforceOutput everything works. Anyone have an idea what's causing the problem?
TIA
------------------------------------------
Exception in component tSalesforceOutputBulkExec_3_tSBE
at com.sforce.async.BulkConnection.parseAndThrowException(BulkConnection.java:116)
at com.sforce.async.BulkConnection.createOrUpdateJob(BulkConnection.java:92)
at com.sforce.async.BulkConnection.createJob(BulkConnection.java:72)
at org.talend.salesforceBulk.SalesforceBulkAPI.createJob(SalesforceBulkAPI.java:267)
at org.talend.salesforceBulk.SalesforceBulkAPI.executeBulk(SalesforceBulkAPI.java:117)
at
.......
Caused by: com.sforce.ws.ConnectionException: unable to find end tag at: START_TAG seen <html>\n<head>... @2:7
at com.sforce.ws.bind.TypeMapper.consumeEndTag(TypeMapper.java:399)
at com.sforce.async.AsyncApiException.load(AsyncApiException.java:108)
at com.sforce.async.BulkConnection.parseAndThrowException(BulkConnection.java:109)
... 23 more
Hi, Please check the schema of both input component and tSalesforceOutputBulkExec to make sure the column names are the same with salesforce and check that is there any field on the output schema that you forgot to map. Component setting screenshots will be preferred. Best regards Sabrina