How to fix it
- Navigate to
System Import Sets > Administration > Transform Logand filter by your Transform Map name and recent execution time. - Look for records with
State = 'Error'and check theError Messagefield for JavaScript errors or specific failure details. - If transform script errors exist, open your Transform Map via
System Import Sets > Administration > Transform Mapsand click into the failing map. - Review the
Scripttab for syntax errors, undefined variables, or incorrectsource.fieldnamereferences that don't match your import set columns. - Verify the coalesce field by checking the
Coalescecheckbox on field mappings in theField Mapsrelated list of your Transform Map. - Ensure the coalesce field contains data that actually exists in target records - go to your Import Set table and spot-check that coalesce values match existing target table records.
- Check for Business Rule conflicts by navigating to
System Logs > System Log > Alland filter by your transform execution time. - Look for error entries mentioning Business Rules on your target table - these often show as
"Operation aborted"or specific validation messages. - Validate mandatory field coverage by going to
System Definition > Tables & Columnsand searching for your target table. - Filter the columns list by
Mandatory = trueand cross-reference with your Transform Map field mappings to ensure all required fields have valid source mappings. - Fix case sensitivity issues by comparing your Transform Map's
Source fieldvalues exactly against the column names in your Import Set table. - Navigate to your Import Set table directly (it will be named something like
u_import_set_xxxxx) and verify the exact column names match your field mappings. - Test your fix by running a single transform: go back to your Import Set table, select one record, and click
Transformfrom the context menu.
After fixing the Transform Map, set the Import Set records back to 'Pending' state by selecting them and using the 'Reset to Pending' action before re-running the transform.