Maximo

Maximo

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

 View Only
  • 1.  MANAGE 8.11 Integrity checker issue

    Posted Mon December 04, 2023 09:21 AM

    Hello all - Business is using MAS 8.7 and Manage 8.11 version. After upgrade from Maximo 7.6.1.3 to Manage 8.11, business wants to run Integrity checker . During running Integrity checker, we got some issue. We want to validate the process. Could anyone please help me out the solution.

    The process we followed: -

    in the /IBM/SMP/maximo/tools/maximo ->./ichecker_report.sh

    Error we received:-

     --- Validate starting ----
    java.lang.Exception: -o parameter was specified but no output filename was provided.
            at psdi.configure.Validate.setup(Validate.java:8144)
            at psdi.configure.Validate.main(Validate.java:8363)
    BMXAA6849I - Validate completed with errors. Mon Dec 04 09:16:53 EST 2023
    BMXAA6850I - Validate completed. Mon Dec 04 09:16:53 EST 2023
    java.lang.NullPointerException
            at psdi.configure.Validate.main(Validate.java:8390)

    /IBM/SMP/maximo/tools/maximo ->./integrityui.sh

    Error we received: -

    Exception in thread "main" java.awt.HeadlessException: 
    No X11 DISPLAY variable was set, but this program performed an operation which requires it.
            at java.desktop/java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:208)
            at java.desktop/java.awt.Window.<init>(Window.java:548)
            at java.desktop/java.awt.Frame.<init>(Frame.java:423)
            at java.desktop/javax.swing.JFrame.<init>(JFrame.java:224)
            at psdi.configure.UpgradeUI.<init>(UpgradeUI.java:149)
            at psdi.configure.UpgradeUI.main(UpgradeUI.java:2292)

    Regards,

    Biswa



    ------------------------------
    Biswaranjan Mishra
    ------------------------------


  • 2.  RE: MANAGE 8.11 Integrity checker issue
    Best Answer

    Posted Tue December 05, 2023 07:57 AM

    integrityui.sh is a GUI application that we had for the earlier upgrades. You shouldn't be running that in MAS. You could run the command line version from the admin pod but we created the toolsapi for making these requests without needing to run them on the admin pod. 

    Our IBM docs on the topic is here: https://www.ibm.com/docs/en/mas-cd/maximo-manage/continuous-delivery?topic=reference-apis-administrative-utilities

    A support technote that walks through it is here: 

    https://www.ibm.com/support/pages/how-use-tools-api-maximo-manage



    ------------------------------
    Steven Shull
    ------------------------------



  • 3.  RE: MANAGE 8.11 Integrity checker issue

    Posted Tue December 05, 2023 10:23 AM

    Thanks, Steven for your help.

    Regards,

    Biswa



    ------------------------------
    Biswaranjan Mishra
    ------------------------------