IMS connection factory properties
The properties of an IMS™ TM resource adapter connection factory describes the characteristics of the target Enterprise Information System.
The following list describes these connection properties.
- Client ID (clientID)
A value for this property must be provided when an application component uses a dedicated persistent socket connection to IMS Connect to identify this particular client. - CM0 dedicated (CM0Dedicated)
This optional property applies to TCP/IP connections only. The default value is false, which indicates that the connection factory will generate shareable persistent socket connections that can be used by commit mode 0 and commit mode 1 interactions. - Data store name (dataStoreName)
This required value is the name of the target IMS data store. - Group name (groupName)
This optional value is the IMS group name to use for all connections that are created by this connection factory if the default user name is used. - Host name (hostName)
You must provide the IP address or host name of the system on which the target IMS Connect is running. The value is ignored for Local Option connections. - IMS Connect name (IMSConnectName)
The job name (the HWD ID) of the target IMS Connect is mandatory for Local Option connections. - Password (password)
This optional value is the password to use for connections that are created by this connection factory if the default user name is used. - Password phrase (passwordPhrase)
The password phrase to be used by the Security Access Facility, such as RACF, to authenticate the user that is identified by the userName property. - Port number (portNumber)
You must provide the port number that is used by the target IMS Connect for TCP/IP connections. This property is ignored for Local Option connections. - SSL enabled (SSLEnabled)
This optional property applies to TCP/IP connections only. The default value is false, which indicates that SSL sockets are used for connecting to the port that is specified in the portNumber property. - SSL encryption type (SSLEncryptionType)
This optional property applies to TCP/IP connections only, and specifies the SSL encryption type. The SSLEnabled property must be set to true. - SSL keystore name (SSLKeyStoreName)
This optional property applies to TCP/IP connections only, and only when the SSLEnabled property is set to true. The value contains the name, including the full file path, of the keystore. - SSL keystore password (SSLKeyStorePassword)
This optional property applies to TCP/IP connections only and specifies the password for the SSL keystore. The SSLEnabled property must be set to true. - SSL truststore name (SSLTrustStoreName)
This optional property applies to TCP/IP connections only, and only when the SSLEnabled property is set to true. The value contains the name, including the full file path, of the truststore. - SSL truststore password (SSLTrustStorePassword)
This optional property applies to TCP/IP connections only and specifies the password for the SSL truststore. The SSLEnabled property must be set to true. - User name (userName)
This optional value is the default security authorization facility (SAF) user name to use for connections that are created by this connection factory if no user name is provided by the application component or the container.
Parent topic: Reference information
Related information: