+

Search Tips   |   Advanced Search

The tdisettings.properties file


Overview

When run interactively, population wizard can record selections in two response files:

...which can then be used to run the population wizard silently, from the command-line.


tdisettings.properties

Property Description Default
db.hostname Host name of the database server.
db.jdbcdriver Location of the JDBC driver. C\:\\IBM\\SQLLIB\\java
db.name Name of the Profiles database. PEOPLEDB
db.password Required if -dbPassword is not specified via command-line.
db.port Database server port for invoking JDBC.

DB2 50000
Oracle 1521
SQL Server 1433

db.type DB2, Oracle, or SQL Server. db2 | oracle | sqlserver
db.user Database user lcuser
ldap.dn.base LDAP distinguished name search base. dc=example, dc=com
ldap.enable.ssl Set whether to enable SSL. If yes, set values for the ssl.keystore, ssl.password, and ssl.type properties.

yes | no

ldap.filter Filter for the LDAP. (&(uid=*)(objectclass=inetOrgPerson))
ldap.hostname Host name of the LDAP server.
ldap.password Password for connecting to the LDAP directory. 389 or 663 (SSL)
ldap.port Communications port of the LDAP server. 389 or 663 (SSL)
ldap.user Distinguished name of the LDAP administrative user.
ssl.keyStore Path to the keystore. Required if ldap.enable.ssl is set to yes.
ssl.password SSL password. Required if ldap.enable.ssl is set to yes.
ssl.type SSL standard. Required if ldap.enable.ssl property is set to yes. JKS | PKCS12
task.list Tasks the Profiles population wizard can perform. Separate multiple tasks using commas.

LDAP_OPTIONAL_TASK_MARK_MANAGER
LDAP_OPTIONAL_TASK_FILL_COUNTRIES
LDAP_OPTIONAL_TASK_FILL_DEPARTMENT
LDAP_OPTIONAL_TASK_FILL_ORGANIZATION
LDAP_OPTIONAL_TASK_FILL_EMPLOYEE
and LDAP_OPTIONAL_TASK_FILL_WORK_LOCATION

LDAP_OPTIONAL_TASK_MARK_MANAGER
LDAP_OPTIONAL_TASK_FILL_COUNTRIES
task.country.csv Path to isocc.csv. Required if LDAP_OPTIONAL_TASK_FILL_COUNTRIES specified in task.list property. C\:\\build\\isocc.csv
task.department.csv Path to deptinfo.csv. Required if LDAP_OPTIONAL_TASK_FILL_DEPARTMENT specified in task.list property. C\:\\build\\deptinfo.csv
task.empoyeetype.csv Path to emptype.csv. Required if LDAP_OPTIONAL_TASK_FILL_EMPLOYEE specified in task.list property. C\:\\build\\emptype.csv
task.organization.csv Path to orginfo.csv. Required if LDAP_OPTIONAL_TASK_FILL_ORGANIZATION specified in task.list property. C\:\\build\\orginfo.csv
task.worklocation.csv Path to the workloc.csv file. Required if LDAP_OPTIONAL_TASK_FILL_ORGANIZATION specified in the task.list property. C\:\\build\\workloc.csv
TDI.dir Installation location of Tivoli Directory Integrator. C\:\\IBM\\TDI\\V7.1

For more information about using CSV files to provide additional data for Profiles, For information about TDI properties, see TDI solution properties for Profiles.


Parent topic:
Profiles population wizard in silent mode

Related reference:
The database wizard response file
Supplemental user data for Profiles
TDI solution properties for Profiles