Hi everyone
I get this error when I try to import FTIs via DIXF
"Error occurred while doing bulk copy from temp table to entity table-The given value of type String from the data source cannot be converted to type nvarchar of the specified target column."
What does this mean? I've looked up other people who've had the same problem, but none of the other articles help.
A little about the error:
- Ax 2012 R2
- Full compile and Full CIL done
- The import works correctly if run manually - from source to staging and then staging to target
- The file is validated correctly and can be shown in preview
- The file is even imported correctly to staging via batch
- This import does NOT work if imported as a directory based batch process
- The error log says: "The given value of type String from the data source cannot be converted to type nvarchar of the specified target column.", but how do I know what the guilty column is. They all look fine.
Any ideas?
Thanks