Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Folks,
I've been working on this all day and I'm at a loss.
I go to upsert a totaly uniform .csv file into salesforce and get errors on 400 out of 9300 records, thrown back into my run window.
Error says:
-----------------
Row 7000: CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY:hed.TDTM_Affiliation: execution of BeforeInsert
caused by: System.QueryException: unexpected token: ','
(hed)
------------------
Here is a picture:
Can you tell me what might be going on? There are no extra commas I can find in the file.
Thank you everyone.
It looks like an error on Salesforce trigger.
Which object are you trying to upload ?
TRF, you were correct.
What was happening was that a managed package (HEDA) in Salesforce had two triggers on the Contact object for which we could not see the code, and something in those triggers was causing a reaction that fed failure data back up into Talend.
It wasn't a Talend issue.
So what I did was used a bypass on those triggers so that they would not trigger based on the user whom was inserting records being the "integration user", and everything is working.
Thanks.