I am trying to do a data import as an automated process using the SDK, but the import overall shows up with a failed status even though the parse, transform, and import jobs all succeed without errors. I'm using CRM Online 2011 UR12. I've looked over the data import sample project in the SDK and read the MSDN documents related to data import, but these all seem to be lacking in details. I have a data map that was built using an advanced find in CRM, that was exported and opened in excel where I put data into the file. I then set up an app to import the file using the SDK, the import and the individual steps of the import all show up, including the record count, but the record counts on the job are as follows: Successes: 0, Partial Failures: 0, Failures: 0, Total Processed: 720. The XML source file should be fine, I can take a file with the exact same format, just different records, and it will import fine using the CRM import wizard. I attached a file to this post containing the code I used to do the import. Also, here are some screenshots of what the import looks like in CRM:
These are the Import File Parse, Transform Parse Data, and Import jobs:
Does anyone know what might be causing this to fail? Any ideas or suggestions would be helpful. Thanks!