Configuring IMS Connect timeout values

You can configure timeout properties for IMS Connect communication by using the IMS Operations API.

Timeout properties
ims.connect.timeout

The timeout value, in milliseconds, for establishing an IMS connection.

Default value: 120000

ims.connect.interaction.timeout

The timeout value, in milliseconds, for IMS interaction and request processing.

Default value: 300000

To add or update the timeout properties:
  1. From the IBM WebSphere Liberty for z/OS, open the server.env file.
  2. Change one or both timeout values:
    # IMS Connect Timeout Configuration
    ims.connect.timeout=120000
    ims.connect.interaction.timeout=300000
  3. Save and close the file.
  4. Restart the WebSphere Liberty for z/OS server.