Insert into t_lockbox -- Error: The conversion of a varchar data type to a datetime data type resulted in an out-of-range value.
The statement has been terminated.
File 'xxxxx.txt' is not a valid flat payment record file.
Not all data are read.
Root Cause:
The record content of the lockbox payment file does not have the expected data or record length.
One possible cause is transferring the lockbox file over FTP, and using the FTP transfer mode of ASCII rather than binary, which will modify the end of each record as the FTP ASCII mode would indicate.
Workaround:
If you are transferring the lockbox file over FTP, use the FTP transfer mode Binary and not ASCII.
ArticleNumber:
000041415