@RAJIBA GOUDA, can you test the Maximo Mobile APIs in https://www.ibm.com/docs/en/masv-and-l/maximo-manage/cd?topic=reference-maximo-mobile-rest-apis
- First, test https://<server>/maximo/oslc/whoami from your UI after logging into Maximo. The expectation is an instant JSON response with your user details.
- Then test https://<server>/oslc/os/mxapiwodetail?lean=1&oslc.pageSize=10 from your UI. The expectation is a JSON response with the first ten WOs. Scroll to the bottom of the JSON response to view the page total, which should also include the total pages.
- Finally, test https://<server>/oslc/os/mxapiwodetail?lean=1; the expectation is a replication of the error or a response of all pages totaling the total pages
- To trigger and download a heap dump for a specific server instance or pod in Maximo Application Suite (MAS) 9.2 Manage, use the Maximo Management Interface (MMI) REST API endpoint:
http://<host>:<port>/maximo/oslc/members/<memberid>/heapdump (or /maximo/api/members/<memberid>/heapdump).
- Here is the MAS 9.2 link for additional Performance tips
- I've added the ignorecollectionref=1 query parameter to remove the collection ref to child collections from the response JSON to optimize further (2). https://<server>/maximo/api/os/mxapiwodetail?lean=1&oslc.pageSize=10&ignorecollectionref=1
------------------------------
Fredrick Ndwaru
Perpetual Ignition
------------------------------
Original Message:
Sent: 07-27-2026 11:46
From: RAJIBA GOUDA
Subject: Maximo Mobile Technician – todaywoassignedDS / MXAPIWODETAIL 504 Gateway Timeout (DB2 SQLCODE=-952)
Thanks @FREDRICK NDWARU, attached more logs. Could you please check
------------------------------
RAJIBA GOUDA
------------------------------
Original Message:
Sent: 07-24-2026 16:30
From: FREDRICK NDWARU
Subject: Maximo Mobile Technician – todaywoassignedDS / MXAPIWODETAIL 504 Gateway Timeout (DB2 SQLCODE=-952)
Hi Rajiba,
It is highly likely that the root cause of your issue is linked to: "504 Gateway Time-out. Even a direct call to: https://<server>/oslc/os/mxapiwodetail?lean=1 "
------------------------------
Fredrick Ndwaru
Perpetual Ignition
------------------------------