This article explains how to troubleshoot data that was rejected while importing with Business Adapter Studio. In the example below, the “Purchase Order Line” data was rejected during import.
To determine the reason the data was rejected you can enable tracing for rejected data in the properties on the import node in the Business Adapter Studio. Enabling tracing will store a detailed explanation of why a record was rejected. Results are reported in the ECMImportLog_Detail table in the ManageSoft database.
You can configure this in the properties on the import node in the Business Adapter Studio.
Example
In the example below the rejection was caused because of an inappropriate value for ShippingHandling.
Adding the usePhysicalTable attribute to the adapter's XML will create a table in the ManageSoft database during import. This will log the data from the import in a dedicated database table that can then be reviewed using the table ECMImport_SoftwarePOdataimport.
Add the usePhysicalTable attribute to the business adapter by manually editing the XML file in a text editor, such as Notepad++.
on Oct 05, 2018 07:13 PM - edited on Mar 27, 2023 04:13 PM by HollyM