PowerCenter
- PowerCenter 10.5.6
- All Products
Property
| Description
|
---|---|
Name
| Connection name used by the Workflow Manager. Connection name cannot contain spaces or other special characters, except for the underscore.
|
User Name
| Authenticated user name for the HTTP server. If the HTTP server does not require authentication, enter PmNullUser.
To define the user name in the parameter file, enter session parameter $Param Name as the user name, and define the value in the session or workflow parameter file. The Integration Service interprets user names that start with $Param as session parameters.
|
Use Parameter in Password
| Indicates the password for the authenticated user is a session parameter, $Param Name . Define the password in the workflow or session parameter file, and encrypt it by using the
pmpasswd CRYPT_DATA option. Default is disabled.
|
Password
| Password for the authenticated user. If the HTTP server does not require authentication, enter PmNullPasswd.
|
Base URL
| URL of the HTTP server. This value overrides the base URL defined in the HTTP transformation.
You can use a session parameter to configure the base URL. For example, enter the session parameter $ParamBaseURL in the Base URL field, and then define $ParamBaseURL in the parameter file.
|
Timeout
| Number of seconds the Integration Service waits for a connection to the HTTP server before it closes the connection.
|
Domain
| Authentication domain for the HTTP server. This is required for NTLM authentication.
|
Trust Certificates File
| File containing the bundle of trusted certificates that the client uses when authenticating the SSL certificate of a server. You specify the trust certificates file to have the Integration Service authenticate the HTTP server. By default, the name of the trust certificates file is ca-bundle.crt. For information about adding certificates to the trust certificates file, see
SSL Authentication Certificate Files.
|
Certificate File
| Client certificate that an HTTP server uses when authenticating a client. You specify the client certificate file if the HTTP server needs to authenticate the Integration Service.
|
Certificate File Password
| Password for the client certificate. You specify the certificate file password if the HTTP server needs to authenticate the Integration Service.
|
Certificate File Type
| File type of the client certificate. You specify the certificate file type if the HTTP server needs to authenticate the Integration Service. The file type can be PEM or DER. For information about converting certificate file types to PEM or DER, see
SSL Authentication Certificate Files. Default is PEM.
|
Private Key File
| Private key file for the client certificate. You specify the private key file if the HTTP server needs to authenticate the Integration Service.
|
Key Password
| Password for the private key of the client certificate. You specify the key password if the web service provider needs to authenticate the Integration Service.
|
Key File Type
| File type of the private key of the client certificate. You specify the key file type if the HTTP server needs to authenticate the Integration Service. The HTTP transformation uses the PEM file type for SSL authentication.
|
Authentication Type
| Select one of the following authentication types to use when the HTTP server does not return an authentication type to the Integration Service:
Default is Auto.
|