Specifying connection properties for IMS

Once you have selected the IMS™ resource adapter, you must provide the connection properties.

Prior to creating this project, you need to set up an IMS connect on a machine to access the server. You also need to perform some setup work on the IMS Server machine, where you want the IMS program to execute. Contact your IMS Server administrator for setup and for connection information to your IMS server.
Connections from the Java™ bean to the EIS can be managed or non-managed. Managed connections are obtained through JNDI and are managed by the application server. Non-managed connections are obtained directly through the resource adapter (two-tiered application). If both connection types are selected, a managed connection is attempted first, followed by a non-managed connection.
  1. For Managed Connection In the Connection Properties page, provide the JNDI name of the connection factory. You need to specify this entry if you intend to use JNDI to make your connection. You can browse for an existing JNDI connection on a server by clicking Browse or choose to create a new JNDI alias for a managed connection factory by clicking New.
  2. For Non-Managed Connection In the Connection Properties page, enter all the required connection information. Required fields are indicated by an asterisk (*).
    1. Connection class name: (Required)
    2. TCP/IP: For the TCP/IP option, these fields are required:
      1. Host Name (Required):
      2. Port Number (Required): Provide the name of the IMS Transaction server.
    3. Local
      1. IMSConnect Name (Required): Provide the IMSConnect name
    4. Datastore Name (Required): Provide the server address of the IMS server (Connection URL).

      To set the advanced IMS properties, click Show Advanced.

    5. SSL Enabled (Not required): Click this checkbox if you want to SSL to be enabled.
    6. SSL Encryption Type (Not required): Specify the SSL encryption type.
    7. SSLKeyStore Name (Not required): Provide the SSL keystore name.
    8. SSLKeyStore Password (Not required): Provide the SSL keystore password.
    9. SSLTrustStore Name (Not required): Provide the SSL truststore name.
    10. SSLTrustStore Password (Not required): Provide the SSL truststore password.
    11. CM0Dedicated (Not required): Click this check box if you want to use the CMO Dedicated option.
    12. UserName (Not required): Provide your IMS username.
    13. Password (Not required): Provide your IMS password.
    14. Group Name (Not required):Provide the group name.
    15. TraceLevel (Not required): Identify the level of information to be traced.
    16. TransactionResourceRegistration (Not required):
    17. MFSXMIRepositoryID (Not required):
    18. MFSXMIRepositoryURI (Not required):
  3. Once you have specified the connection properties, click Next.
For more detailed information about the IMS Resource Adapter, see IMS Resource Adapter information pages.
Now that you have specified the connection properties, you can specify a project for the J2C Java bean.
Terms of use | Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.