MxLoader

 View Only
  • 1.  Response includes data but is not displayed

    Posted 03-17-2025 06:43

    Hi.

    Can anyone explain why data in the XML response is not displayed?

    In Maximo for Aviation, I'm attempting to query the METERREADINGS object using the MXAPIASSET object structure.

    Object hierarchy is ASSET-->ASSETMETER-->METERREADING.

    Only ASSET and ASSETMETER data values are displayed in the query result in the workbook.

    However, I can see 56 x METERREADING values in the XML response when I turn logging to Debug.

    So, the meter reading data is in the XML response but it is not being displayed.

    Here are my MxLoader headings:

    MXAPIASSET ASSET Query assetnum='1524846083'      
    ASSETNUM SITEID ORGID ASSETMETER.
    METERNAME
    ASSETMETER.
    LINEARASSETMETERID
    METERREADING.
    READINGDATE
    METERREADING.
    READING
    1524846083 XX XX HOURS 0    

    Thank You.  Regards,



    ------------------------------
    Richard Corfield
    RR
    ------------------------------


  • 2.  RE: Response includes data but is not displayed

    Posted 03-17-2025 07:55

    My bad.  Here are the correct headings:

    ASSETNUM SITEID ORGID ASSETMETER.
    METERNAME
    ASSETMETER.
    LINEARASSETMETERID
    ASSETMETER.
    METERREADING.
    READINGDATE
    ASSETMETER.
    METERREADING.
    READING


    ------------------------------
    Richard Corfield
    RR
    ------------------------------