Type of deployment script to use

Specify the database creation file type that the ETL tool must use. The value must be a database vendor type and must be the same as that specified in the destination database connection.


--> 
<tbl_creation_db_vendor_prefix>mssql</tbl_creation_db_vendor_prefix> 
<!--

Specify the ADC conversion mapping file name, if existing.


-->
<adc_conversion_maps>custName_adcConversionMaps.xml</adc_conversion_maps>
<!-- 

Logging

This information is required for ETL logging:
  • log_directory: The directory to display this log.
  • verbosity_level: Threshold for which types of messages are displayed in the log. Levels are inclusive; that is, “WARNING" level displays the log message marked as warning, or error. Default level is INFORMATION.

    Verbosity values can be:

    • 1: ERROR
    • 2: WARNING
    • 3: INFORMATION
    • 4: DEBUG
  • log_max_size: Maximum size units in K bytes.
 

-->
<log_info> 
<verbosity_level>3</verbosity_level> 
<log_directory>{installed directory}\ETL_Tool\logs</log_directory>
<log_max_size>1000</log_max_size>
</log_info>
<!-