I have run into some problems with Data Integration and the messages that are logged are not very helpful.
In the example below I am trying to import data from an xml file previously exported through another activity (ecom provider to xml provider).
The import uses xml provider as source and ecom provider as destination.
Example:
11-05-2012 14:42:30: Starting batch 11-05-2012 14:42:31: Starting job - Import2. 11-05-2012 14:42:31: reading configuration 11-05-2012 14:42:31: Importing data to table: EcomGroups 11-05-2012 14:42:31: Importing data to table: EcomProducts 11-05-2012 14:42:31: Finished job - Import2. 11-05-2012 14:42:31: batch failed.
Is it possible to get a more detailed report about what went wrong?
DW version 8.0.2.2 (clean install)
/Morten