There are several log and other options to control your exporting process. They are available either from GUI (the last step in the Export dialog) or in the command line mode.
Please note that using detailed (record level) logs can slow down the exporting process for large datasets. We recommend to use record logs only for debugging (i.e. to find erroneous data etc.). Anyways, this step can be skipped.
Main Log
Log file - Specifies the name of the file to write export log of upper level. Command line equivalent: /LogFile.
Append log entries - If you select this option, and the log file already exists, the log will be appended to the end of the file; otherwise the existing file will be overwritten. Command line equivalent: /AppendLog.
Record Log
Log file - Specifies the name of the file to write export log of detail (record) level. Command line equivalent: /RecordLogFile.
Log expression - Specifies expression which result will be written to log file for each exported source record. Command line equivalent: /RecordLogExpression.
Append log entries - If you select this option, and the log file already exists, the log will be appended to the end of the file; otherwise the existing file will be overwritten. Command line equivalent: /AppendRecordLogFile.
Bad Record Log
Log file - Specifies the name of the file to write export problem log of detail (record) level. Command line equivalent: /BadRecordLogFile.
Log expression - Specifies expression which result will be written to the log file for each erroneous source record. Command line equivalent: /BadRecordLogExpression.
Append log entries - If you select this option, and the log file already exists, the log will be appended to the end of the file; otherwise the existing file will be overwritten. Command line equivalent: /AppendBadRecordLogFile.
Error Handling
On error - Specifies how export errors are processed. Possible values:
|
Stop The exporting process is stopped when an error occurs. |
|
Stop on critical error count The exporting process is stopped when the error count reaches the critical level. Works for errors of record level only. |
|
Ask If an error occurs, a dialog is shown, allowing user to stop or continue. Works for errors of record level and target file creating errors. |
|
Ignore If an error occurs, it is ignored and the process tries to continue with the next record (or next table, if error occurred on table level during multi-table exporting). Not recommended. |
|
Skip table If an error occurs, current source table is skipped and the process tries to continue with the next table. Only for multi-table exporting. |
Default value: Stop.
Command line equivalent: /ErrorHandlingType.
Critical error count - Specifies the critical number of errors, required to stop the exporting process (when the corresponding error handling option is set). Command line equivalent: /CriticalErrorCount.
See also




