This is not the latest version of Identity Director documentation.View available documentation.
Command-line options
The Setup and Sync Tool, Transaction Engine and Mobile Gateway have several command-line options. This enables you, for example, to configure the Datastore connection after installation.
Some of the options will open a menu in which configuration changes can be made, others can be used for unattended configuration.
Configuration database connection window
To open the Configure database connection window, in which you can review, change and test the connection settings:
- For the Setup and Sync Tool and the Transaction Engine, apply the property /CONFIGDB to their executable.
- "C:\Program Files\RES Software\IT Store\Console\resocc.exe" /CONFIGDB
- "C:\Program Files\RES Software\IT Store\Transaction Engine\resote.exe" /CONFIGDB
- For the Mobile Gateway, run ITStore.ClientService.InstallerSupport.exe as an administrator.
- C:\Program Files (x86)\RES Software\IT Store\MobileGateway\bin\ITStore.ClientService.InstallerSupport.exe
To open the Setup page for the Web Portal, add /setup to the URL for the portal.
- https://identitydirector.example.com/setup
For the Setup and Sync Tool (and the Management Portal), the Datastore connection can also be reconfigured at Setup > Datastore.
Command-line options
Setup and Sync Tool command lines
To silently connect the Setup and Sync Tool to an existing database that was not yet initialized as Datastore, use the command line:
"C:\Program Files\RES Software\IT Store\Console\resocc.exe" /configdb /silent /dbtype=[dbtype] /dbserver=[dbserver] /dbname=[dbname] /dbuser=[dbuser] /dbpassword=[password] /dbencryption=[disabled/enabledwithoutvalidatecertificate/enabledwithvalidatecertificate] /initemptydb=true /DbImportLicense=[licensefilenameandpath]
- If the database does not yet exist, it will NOT be created.
- If the user (DBUSER) does not have sufficient permissions, the database will not be initialized.
- To initialize the database but not connect to it, leave out /configdb.
To silently connect the Setup and Sync Tool to an existing Datastore, use the command line:
"C:\Program Files\RES Software\IT Store\Console\resocc.exe" /configdb /silent /dbtype=[dbtype] /dbserver=[dbserver] /dbname=[dbname] /dbuser=[dbuser] /dbpassword=[password] /dbencryption=[disabled/enabledwithoutvalidatecertificate/enabledwithvalidatecertificate] /DbImportLicense=[licensefilenameandpath]
If the database does not yet exist, it will NOT be created.
To create a new Datastore silently and connect the Setup and Sync Tool to it silently, use the command line:
"C:\Program Files\RES Software\IT Store\Console\resocc.exe" /createdb /installer /silent /dbserver=[dbserver] /dbname=[dbname] /dbtype=[dbtype] /dbcreateuser=[sa] /dbcreatepassword=[sa_password] /dbuser=[dbuser] /dbpassword=[password] /dbencryption=[disabled/enabledwithoutvalidatecertificate/enabledwithvalidatecertificate] /DbImportLicense=[licensefilenameandpath] /attachconsole
Transaction Engine
To silently connect the Setup and Sync Tool to an existing Datastore, use the command line:
"C:\Program Files\RES Software\IT Store\Transaction Engine\resote.exe" /configdb /silent /dbtype=[dbtype] /dbserver=[dbserver] /dbname=[dbname] /dbuser=[dbuser] /dbpassword=[password] /dbencryption=[disabled/enabledwithoutvalidatecertificate/enabledwithvalidatecertificate]
If the database does not yet exist, it will NOT be created.
Available public properties
Property |
Value |
Functionality |
---|---|---|
CONFIGDB |
Empty |
|
CREATEDB |
Empty or NO |
Specify if a new database should be created.
|
DBSERVER |
[SERVERNAME] |
Specify the database server that hosts the Datastore.
|
DBNAME |
[DATABASENAME] |
Specify the name of the Datastore that you want to connect to or want to create.
|
DBTYPE |
MSSQL, DB2*, ORACLE*, MYSQL or MSSQLAZURE |
Specify the database type.
|
DBCREATEUSER |
[USERNAME] |
Specify a database user account that has the rights to create new databases and logins, e.g. sa. This must be an existing SQL user. Use this property only when you create a new Datastore. |
DBCREATEPASSWORD |
[PASSWORD] |
Specify the plain text database password that should be used to create the new database.
|
DBUSER |
[DBUSERNAME] |
Specify the database user account that can connect to the database.
|
DBPASSWORD |
[DBPASSWORD] |
Specify the corresponding plain text password of DBUSER.
|
DBENCRYPTION |
DISABLED, ENABLEDWITHOUTVALIDATECERTIFICATE, or ENABLEDWITHVALIDATECERTIFICATE (default) YES or NO are also available for backwards compatibility |
Specify if protocol encryption should be used (Microsoft SQL Server database systems only).
|
INITEMPTYDB |
TRUE or FALSE (default) |
Specify if the existing database that you connect to must be initiated for use as a Datastore. Only available for the Setup and Sync Tool. |
DBIMPORTLICENSE |
[FILEPATH] |
Specify a license file that should be imported after the Datastore has been created (optional).
|