Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
connect -r <repository_name> {-d <domain_name> | {-h <portal_host_name> -o <portal_port_number>}} [{-n <user_name> [-s <user_security_domain>] [-x <password> | -X <password_environment_variable>]} | -u <connect_without_user_in_kerberos_mode>] [-t <client_resilience>]
Option
| Argument
| Description
|
---|---|---|
-r
| repository_name
| Required. Name of the repository you want to connect to.
|
-d
| domain_name
| Required if you do not use -h and -o. Name of the domain for the repository. If you use the -d option, do not use the -h and -o options.
|
-h
| portal_host_name
| Required if you do not use -d. If you use the -h option, then you must also use the -o option. Gateway host name.
|
-o
| portal_port_number
| Required if you do not use -d. If you use the -o option, then you must also use the -h option. Gateway port number.
|
-n
| user_name
| Optional. User name used to connect to the repository.
|
-s
| user_security_domain
| Required if you use LDAP authentication. Name of the security domain that the user belongs to. Default is Native.
|
-x
| password
| Required if you use the -n option and you do not use the -X option. Password for the user name. The password is case sensitive. Use the -x or -X option, but not both.
|
-X
| password_ environment_variable
| Required if you use the -n option and you do not use the -x option. Password environment variable. Use the -x or -X option, but not both.
|
-u
| connect_without _user_ in_kerberos_mode
| Required. Connects to a Repository Service without a user name and password when the Informatica domain uses Kerberos authentication. Use the -u option to connect to the Repository Service if the repository has no content.
|
-t
| client_resilience
| Optional. Amount of time in seconds that pmrep attempts to establish or reestablish a connection to the repository. If you omit the ‑t option, pmrep uses the timeout value specified in the INFA_CLIENT_RESILIENCE_TIMEOUT environment variable. If no value is specified in the environment variable, the default of 180 seconds is used.
|