iddbadm
Use the iddbadm
program to modify and configure the credentials used by iddb
to connect to the database backend.
Usage
Run iddbadm
with the following arguments:
iddbadm.exe -instance <bravura_instance> -dbtype MSSQL [-database <database>] [-dbserver <dbserver>] -dbuser <bravura_dbuser> -password <password> [-iddbport <iddbport>] [-integrated]
Argument | Description |
---|---|
-database <database> | The MSSQL database name |
-dbserver <dbserver> | The MSSQL database server or instance connection string |
-iddbport <iddbport> | The database service TCP port |
-dbtype <dbtype> | The database type (MSSQL) |
-dbuser <dbuser> | The ID of the user that connects to the database |
-instance <instance> | The Bravura Security Fabric instance name |
-password <password> | The database server user password |
-integrated | Use Windows Integrated Authentication instead of a password |
-showconfig <showconfig> | Show current DBMS backend configuration |
Example
To change the dbms credentials for a MSSQL server:
iddbadm -dbtype MSSQL -dbuser mssqluser -instance idminstance -password dbuserpassword -database dbname -dbserver dbserver.com
To change the authentication mode for a MSSQL server from SQL Server authentication to windows authentication:
iddbadm -integrated