Steven is right that you need to find the confirm that the root is related to timeout and not requests moving between jvms. Alternatively, I suggest using Delta Load approach whenever you syncing data from Maximo. Full load should be done in more one shot approach as you need to ensure all the...
The first step you need to do is determine if more than 5 minutes are passing between requests. Larger tables (like workorder) with enough attributes, especially if there are child objects through relationships, can easily exceed 5 minutes for 2000 records. If that's the bottleneck changing the...
@Steven Shull Thank you for your response. Could you please help us understand which configuration files or settings we should review in MAS for this behavior? Also, we are passing the enablesession=1 parameter in the API call—please let us know if there are any specific considerations or...
The system property to control the idle timeout is mxe.oslc.idleexpiry but it's a timeout per page, not for the overall request. Provided you continuously get a page within the 5 minute threshold (the default), you shouldn't hit this. Stable pagination depends on your session staying active and...
Hi, We are currently syncing millions of records from Maximo (MAS) to an external system using the REST API with a page size of 2000 and stablepaging=true. The process generally works fine; however, when querying tables with very large volumes (millions of records), we consistently encounter an...
Hi All, We are creating assets in Maximo using the REST API from an external system. As part of the payload, we are passing the asset template ID (ASSET.TEMPLATEID) so it gets stored in the ASSET table. However, even though the TEMPLATEID is being populated, the system is not copying any related...
Hi Jeff , You give a try with below changes : wcs = service.webclientsession() wce = wcs.getOriginalEvent() appl = wcs.getCurrentApp() appstr = str(appl) appl.put("returninputR/O", "true") se = WebClientEvent("changeapp",appstr, "PO", None, None, None, newPOID,wce.getSessionContext()) Utility...
I have a requirement to be able to create a PO using certain values from a work order, and then navigate to that newly created PO. The user will perform some actions, and then return to the WO. I was able to script most of this, with the exception of getting both halves of the navigation to work...
Hi Soumya , I am not sure your exact sequence of building the final message to be published , but you can use automation script and capture currVal = .getMboValue().getString(); oldVal = .getMboValue().getPreviousValue().asString(); and then have this values sent as part of message being...
3815 Harrison AvenueCincinnati, OH 45211contact@moremaximo.com
Join CommunityInvite ColleaguesLearn MoreAbout UsTerms of Use