Are you saying that the actual connection is timing out or the request itself is timing out? The two would have different causes so it's important to understand what you're encountering.
Connection timeout settings are on the
client side making the request to Maximo. Most systems have a connection timeout setting for integrations where if the connection cannot be successfully established it stops after a certain amount of time. If this is set to a reasonable number and you're seeing connection timeouts, there's some sort of communication issue between the two products as connection timeouts should be rare if the application is available.
Most of the request timeout settings come from your web server, load balancer, etc. on the
Maximo side. For example, a load balancer I worked with had a default timeout of 30 seconds so any request that took longer than 30 seconds was killed automatically by the web server. You can typically configure these to higher limits (I'd suggest 15 minutes) if you have requests that take longer this time. IBM HTTP Server has a TimeOut setting as well for example if you're using that with the WebSphere plugin to route traffic.
I'd also review the API request to see if anything can be done to improve the performance for a request timeout. Perhaps there's inefficient queries, slow automation scripts being invoked on the objects, etc. The lowest request timeout I've seen is 15 seconds which is a decent amount of time for a request. If you're bulk pulling data, you should see if you're using pagination to limit the number of records retrieved at a time. Not all products can support iterating over pages but it's better to limit the number of records retrieved when you can.
------------------------------
Steven Shull
------------------------------
Original Message:
Sent: Mon February 07, 2022 01:23 PM
From: vaigai puyal
Subject: Maximo OSLC rest time outs
Maximo 7612 - external systems are receiving timeouts when trying to connect to maximo, have to include retries in rest client to get it to work.
Anyone else seeing this issue, is this to be expected?
------------------------------
vaigai puyal
------------------------------
#MaximoIntegrationandScripting
#AssetandFacilitiesManagement
#Maximo