Import Task Status Files |
During a batch import process, each imported file can produce three status files. These files have the .SUC, .ERR, and .MES extension, and have the same name and location as the import file. <filename>.suc This file contains all records of the import file that were successfully imported:
<filename>.err This file contains all records that were rejected:
<filename>.mes This file contains all the failure messages that are produced when records are rejected during an import. The use of error, success, and message files is optional, and can be set or disabled by means of the create_err, create_suc, create_mes parameters, which are specified in the command line. Each parameter can be set to true or false. You cannot import these files within the same import process as for which they are generated. |