Previous Topic: cmdb_update_ambiguity Command

Next Topic: cmdb_update_ambiguity Parameters

Configuration File Format

Configuration file options are specified as keyword=value. On Windows, the directory separator can be a double backslash (\\) or a single forward slash (/). The path name must not be enclosed in double quotation marks ("").

Valid keywords and the corresponding command-line options are listed in the parameter table.

Note: A hash mark (#) in column 1 starts a comment line.

Example: Microsoft SQL Server configuration settings

#Sample configuration file for Microsoft SQL Server
DBType=MSSQL
DBUser=servicedesk
DBPassword=dbpassword
DBHost=dbserver1
LogLocation=C:\\Program Files\\CA\\Service Desk Manager\\log
LogLevel=ERROR
SchemaName=dbo

Example: Oracle configuration settings

#Sample configuration file for Oracle
DBType=Oracle
DBUser=mdbadmin
DBPassword=dbpassword
DBHost=dbserver1
LogLocation=/tmp/ambiguity/log
LogLevel=INFO
DBPort=1521
DBSID=orcl
SchemaName=mdbadmin