MxLoader

 View Only
  • 1.  MxLoader - Doclinks

    Posted 18 days ago
    Edited by HENRIK SÖDER 18 days ago

    I have problem to query/Load doclinks in MAS 9.
    Have done it before in several maximo instances (MX7,6)
    I added doclinks to MXASSET OS and using standard relation (DOCLINKS)
    In MxLoader I use REST/API and in sheet I just tried with minimum info:

    MXASSET ASSET Query
    ASSETNUM SITEID DOCLINKS.DOCUMENT

    Got the asset info but nothing from DOCLINKS/DOCINFO tabels.
    Tried the same in other applications as PM and WO same result.

    Checked everything regarding OS and userrights......

    Created an OS only for doclinks and docinfo and manage to query all needed information but then I miss connection to asset/PM/WO.....

    Anyone knows why e.g. ASSET/DOCLINKS OS not working?



    ------------------------------
    HENRIK SÖDER
    Quale Consulting AB
    ------------------------------



  • 2.  RE: MxLoader - Doclinks

    Posted 18 days ago

    Created a simple OS just for DOCLINKS found the assetuid and added needed information.

    Got this in result: iface#nodocinfo

    What does this meen?



    ------------------------------
    HENRIK SÖDER
    Quale Consulting AB
    ------------------------------



  • 3.  RE: MxLoader - Doclinks

    Posted 13 days ago

    So we now manage to load attachments to asset in MAS 9 using MXAPIASSET OS and MxLoader 8.4.2
    But still 2 issues

    1. We don't manage to retrieve any data from doclinks when run query.
    2. When loading a filepath with blanks in filename, the blanks is removed from the path in Maximo making wrong path and the document wont open.

     



    ------------------------------
    HENRIK SÖDER
    Quale Consulting AB
    ------------------------------



  • 4.  RE: MxLoader - Doclinks

    Posted 12 days ago

    With file names it seems to be a change so it works with MIF limitations from the 7.5/7.6 time frame:

    Spaces are removed in document name during addition of attachment When you attempt to add an attachment to any object (work order, asset, etc), if the document name you are adding contains spaces, those spaces are removed once the document is added. 

    Sun