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:
- From the IBM WebSphere Liberty for z/OS, open the server.env file.
- Change one or both timeout values:
# IMS Connect Timeout Configuration ims.connect.timeout=120000 ims.connect.interaction.timeout=300000 - Save and close the file.
- Restart the WebSphere Liberty for z/OS server.