errors / eib / eib-integration-event-completed-with-errors

EIB Completed With Errors — Row-Level Failures

✓ Verified EIB
The error Integration event completed with errors. 47 of 250 records failed. See the output document for details.

What it means

The EIB ran, but some rows were rejected by the underlying web service — each failed row has its own reason (bad reference IDs, missing required fields, business-process validation rules). The integration event status is a summary; the real diagnosis is row by row in the output/errors document.

Troubleshooting

  1. Open the integration event and download the errors/output document — each failed row carries the web-service fault for that record.
  2. Group the row errors: usually 47 failures are 2-3 distinct causes repeated.
  3. For reference-ID errors, verify the values against the tenant (Integration IDs report).
  4. For business-process errors, check condition rules and validations on the target BP — data can be valid but blocked by policy.
⚡ Quick fix

Fix the failing rows in the spreadsheet (or remove them), reload just the corrected rows, and verify the event completes clean.

✓ Permanent fix

Add upstream validation that checks reference IDs and required fields before the load, and standardize an error-triage doc per EIB so recurring row-level causes get fixed at the source system instead of re-edited every load.

Related errors