Symptom
An inbound Integration Center job was executed and it failed with the error below:
"Array index out of bounds. Index 1 is invalid for editResponse"
Environment
- SAP SuccessFactors HXM Suite
- Integration Center
Cause
This error returns because Integration Center expects one response for each record it sends to the API. So, for example, if Integration Center upserts 200 records, it will expect 200 responses from the API so it can print them out in its logs.
When some of these 200 responses are not returned, it throws that error in its place.
Resolution
Something caused the API responses to not return to Integration Center, causing the error.
Review if there aren't any other errors in the logs and treat that error. This other error could have stopped the subsequent upsert responses to be returned.
Keywords