Was this helpful?
Unmatched key values
 
Error Code
63
Error Message
Execution ended in error--> Unmatched key value(s): <Key_Value>. Check log for more details.
Description
This error is usually displayed for Salesforce connector when you try to insert and update with the same action key value.
Cause/Solution
Cause: The value of Salesforce connector property MaxBatch is not set to 1.
Solution: If MaxBatch property value is set to a value higher than 1, then insert record and update record are sent to the server as a batch, therefore, you have to specify record ID as the key for update. However, when MaxBatch = 1, the first batch inserts the record and retrieves the record ID of the newly inserted record. Then the second batch updates the record by using this retrieved ID. Therefore, to ensure that insert + update works, set MaxBatch = 1.
1. Click the Target Tab.
2. In connector properties, set MaxBatch =1.
Related Information
Last modified date: 08/04/2024