I fixed the error message. Production table had null in the key field and merge was trying to insert another null instead of updating. I removed the null value from the production table and updated the merge command to select rows where contact_object_id is not null from the staging table.
Thanks KS.
↧