Option | Description |
---|---|
Create unique log file name | Allows you to create log files with same name as the artifact name with the file extension as .log. This is applicable only for new artifacts. Note: If this option is selected, the file name specified in the Execution Log Location is ignored. |
Write log to project folder | Creates log file in the project folder. This is applicable only for new artifacts. If multiple artifacts have the same name, then the logs are included to the previous log file (that has the same name), if available unless the artifacts are in different projects. Note: If this option is selected, the path specified in the Execution Log Location is ignored. |
Execution Log Location | Allows you to browse and select an existing log file or type a new log file name. The default log file name is DataConnect.log and the default location is: C:\Users\<username>\Actian\DataConnect\Logs\ Note: If Create unique log file name or Write log to project folder is selected, then the file name and path specified in the Execution Log Location is ignored. Note: No log file is created if the log file path specified in Execution Log Location is incorrect or left blank. |
Error Types | Allows you to select the types of error messages that must be included in the log file: • Errors: Logs errors that may cause a map or process to stop. • Warnings: Logs messages about data truncation in a field, field name changes, loss of precision, or other issues. • Informative Messages: Logs messages such as "Execution initialization", "Execution successful", number of records converted, deleted, updated, or inserted, time to convert, and whether the transformation was stopped. • Debug Messages: All messages generated as a result of a TraceOn action and some other messages are logged at this level. In this case, the record number, first five fields of each record, and all the events are recorded. The messages are logged up to the selected log type including the previous log types in the order of precedence. For example, if Warnings is selected, then the log file includes both Errors and Warnings messages. Similarly, if Debug Messages is selected, then the log file includes Errors, Warnings, Informative Messages, and Debug Messages. Note: In case of v9 compatible artifacts, only the selected type of error message is included in the log file. |