Maximo Open Forum

 View Only
  • 1.  "woDetailds" Fetching all Work Orders in Maximo Mobile 9.0

    Posted 02-06-2025 23:24

    Hello there,

    I am using Maximo 7613 with Maximo Mobile 9.0.8.

    When I log into the app, "My Schedule" under "Record data" section was failing with "Gateway timeout" error. 

    While troubleshooting in the debug Windows mobile app, it looks to be failing while fetching data for "woDetailds" datasource. There was no page-size given, so I added to "woDetailds" ds as below.

    <maximo-datasource id="woDetailds" object-structure="mxapiwodetail" can-load="{app.state.canloadwodetailds}" page-size="7">
    I have noticed that can-load="{app.state.canloadwodetailds}" wasn't there before Maximo Mobile 9.
    After adding the page-size, it's not failing but it's actually fetching all the work orders from Maximo and it's never ending.
    What's the purpose of this datasource and why there isn't any saved-query mentioned and it's fetching every WO? Any help?
    Thanks.

    #Mobility


  • 2.  RE: "woDetailds" Fetching all Work Orders in Maximo Mobile 9.0

    Posted 02-10-2025 10:05
    Edited by Steven Shull 02-10-2025 10:05

    The can-load you're mentioning was done as part of https://www.ibm.com/mysupport/s/defect/aCIKe000000CgeCOAS/dt383008?language=en_US to try and resolve the issue you're mentioning (where it ended up fetching all WOs). You're on a newer version so you should have the fix. That means if you're still seeing the issue, it's either not fully resolved or some configuration you've made is potentially impacting it. I would open a support case.

    This datasource is used for quite a few different things on records that are loaded from the other datasources (like dswolist). I can't explain why we went with this approach exactly, instead of doing something like passing in an item on the list page, details page, etc. to the various methods. 



    ------------------------------
    Steven Shull
    IBM
    ------------------------------