You can use this section instead of defining a file in the parameter UseDBConfIniFile.
Note: The database configuration skips, if the parameter
UseDBConfIniFile contains an empty string.
The following options apply for SQL Server connections only.
- SQLServerWindowsAuthent
- 0: Default value – Do not use Windows authentication for database access
- SQLServerAdminUser
- The DBA account name. The default value is an empty string.
- SQLServerAdminPassword
- The DBA account password. The default value is an empty string
The following options apply for both SQL Server and ORACLE connections.
- DBUserWindowsAuthent
- 0: Default value – Do not use Windows authentication for database user
- DBUserName
- The database user account name. The default value is an empty string.
- DBUserPassword
- The database user account password. The default value is an empty string.
- DatabaseServerPath
- The database name in the format <MachineName>\<InstanceName>. The default value is an empty string.