Maximo

Maximo

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  Length of fields

    Posted 10/13/20 12:40 AM
    Hi guys,

    Anywhere 7.6.4
    App: Technician

    I have a very weird behavior in the app. In Maximo I have Location and AssetNum defined at 30 and 20 characters long. But in Anywhere I cannot enter a location longer than 12 characters.
    It seems like Anywhere did not load definition of the WO attributes.
    Image
    How do I force the build program to reload maximo metadata (MAXATTRIBUTE)?

    Thank you!

    ------------------------------
    Alexey Potanin
    ------------------------------



    #AssetandFacilitiesManagement
    #Maximo
    #MaximoAnywhere


  • 2.  RE: Length of fields
    Best Answer

    Posted 10/13/20 02:04 AM
    Explanation is simple. During the upgrade from Anywhere 7.6.3 to 7.6.4 and RDF puller command failed and did not import OSLC resources.

    How to fix it:

    run in Command prompt

    cd .\Anywhere\MaximoAnywhere

    build\tools\ant\bin\ant -f anywhere-rdfs-puller.xml -Dadapter.connection.user=XXX -Dadapter.connection.password=XXX

    After that run build all command to rebuild the application.

    Now the definition of the app will have correct metadata and location will be correct.

    Article: https://www.ibm.com/support/knowledgecenter/en/SSPJLC_7.6.3/com.ibm.si.mpl.doc/integration/t_import_resource_data.html



    ------------------------------
    Alexey Potanin
    ------------------------------