Identity Director Administration Guide
This is not the latest version of Identity Director documentation.View available documentation.
Unattended installation of Catalog Services
Catalog Services have been deprecated as of Identity Director 2019.1. This topic only applies to version 2019.0
Identity Director 2018.1 and higher no longer need Catalog Services.
Automation 2019.x and higher also do not need Catalog Services to integrate with Identity Director.
However, if you want to integrate Ivanti Automation (2018.x and earlier) or Workspace Control with Identity Director, Catalog Services must be installed.
Catalog Services v 2019.0 can also be used to integrate Ivanti Automation (2018.x and earlier) and Workspace Control with Identity Director 2019.1 and higher.
Configuration
To install the Catalog Services unattended, use the command line:
msiexec /i "%UserProfile%\Desktop\Identity Director Catalog Services (x64) [version].msi" /q /l*v "%UserProfile%\Desktop\Install-IDCAT.log" DBTYPE=[dbtype] DBSERVER=[dbserver] DBNAME=[dbname] DBUSER=[dbuser] DBPASSWORD=[dbpassword] DBPROTOCOLENCRYPTION=[disabled/enabledwithoutvalidatecertificate/enabledwithvalidatecertificate]
Properties
Property |
Value |
Description |
---|---|---|
DBTYPE |
MSSQL, DB2, ORACLE, MYSQL or MSSQLAZURE |
Specify the database type.
|
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.
|
DBUSER |
[DBUSERNAME] |
Specify the database user account that can connect to the database.
|
DBPASSWORD |
[DBPASSWORD] |
Specify the corresponding plain text password of DBUSER.
|
DBPROTOCOLENCRYPTION |
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).
|
To configure Windows Authentication for the database connection, the DBUSER property needs to have an empty value. If provided, the DBPASSWORD will be ignored in this case.
See also
- Component prerequisites
- Configure Windows authentication
- Specify alternative Catalog Services ports
- Integrating Identity Director with Ivanti Workspace Control and Automation
Copyright © 2019, Ivanti. All rights reserved.