'pathname_and_filename' | Full path + filename (enclosed in single straight quotes) of the CSV file Windows Example: 'c:\config\DBAttributes.csv' Linux Example: '/config/DBAttributes.csv' |
'domain_name' | Name (enclosed in single straight quotes) of the domain in which the host groups and hosts reside; Example: 'DomainEMEA' |
db_name_column_num | Column number in the csv file where the DB Name is listed; Example: 2 |
db_instance_column_num | Column number in the csv file where the DB Instance is listed; Example: 3 |
host_name_column_num | Column number in the csv file where the Host Name is listed; Example: 1 |
'log_path_name' | Full path (enclosed in single straight quotes) where the log file will be created/updated; verify that you have write access to this directory. Optional: If a log path and filename are not specified, log records are written to scon.log and scon.err. To omit this parameter, enter: '' Example: 'c:\configs' |
'log_file_name' | Log file name enclosed in single straight quotes. Optional: If a log path and filename are not specified, entries are written to scon.log and scon.err. To omit this parameter, enter: '' Example: 'DBAttributes.log' |
'check_valid_value' | 'Y' or 'N' enclosed in single straight quotes. Y - Checks if the attribute value exists. If the utility determines that the attribute value is not valid, it skips this row and does not assign the attribute value to the application database. N - Updates without checking that the attribute value exists. This option is seldom chosen, but it is available for certain customer environments where attributes may have been created without values (with scripts that bypass the user interface). |