Option | Argument | Description |
---|---|---|
--db_type -dt | db_type | Required. The type of database. You can use the following types of databases: Oracle, DB2, and SQL server. |
--customDriver -cd | customDriver | The class name of the Custom JDBC driver that connects to the database. Required if you want to use a custom database driver. |
--DBUsername -du | DBUsername | Required. Account for the repository database. Use the database client to set up this account. |
--DBPassword -dp | DBPassword | Required. Repository database password for the database user. |
--DBUrl -dl | DBUrl | Required. JDBC connect string to the database for the test data repository. |
--DBConnString -dc | DBConnString | Required. The connection string to connect to the database. |
--DbSchema -ds | DbSchema | Optional. The schema name for a Microsoft SQL Server database. |
--DbTablespace -dts | DbTablespace | Required for a DB2 database. The name of the table space to create the tables. |
--connPoolSize -cp | connPoolSize | Optional. Maximum number of idle connection instances that the Test Data Manager Service maintains for a database connection. |
--idleTimeout -it | idleTimeout | Optional. The idle connection timeout for the database. |
--ServiceName -sn | ServiceName | Required. The name of the test data repository. |
--Help -?,-h | n/a | Optional. Displays or prints the help options. |
--Verbose -v | n/a | Optional. Verbose output. Displays more than the minimum information about the object. |
--HostName -host_name | HostName | Required. The TDM host name. |
--HTTPPort -http_port | HTTPPort | Required if you do not specify an HTTPS port. Port number to connect to the Test Data Manager Service. |
--HTTPSPort -https_port | HTTPSPort | Required if you do not specify an HTTP port. Port number to secure the connection to the Test Data Manager Service. |
--UserName -un | UserName | Required. The Informatica domain user name. |
--Password -pd | Password | Required. The password for Informatica domain user. |
--SecurityDomain -sdn | SecurityDomain | Required. The Informatica security domain. |
--DomainName -dn | DomainName | Required. The name of the TDM domain. |
--TDMServiceName -tsn | TDMServiceName | Required. The name of the Test Data Manager Service. |