Maximo

Maximo

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

 View Only
  • 1.  Find custom Java classes via the UI or DB?

    Posted Wed July 07, 2021 10:16 PM
    MAM 7.6.1.2:

    I want to browse a listing of all Java classes (including custom java classes) that have been deployed to a Maximo environment. Unfortunately, I don't have access to the file directory on the Maximo server.

    Is there a way for me to browse a listing of Java classes via the Maximo UI or through the DB?

    • Example:
      select
          *
      from
          maximo.list_of_java_classes
      where
          upper(classname) like 'XYZ%'

      Result:
      xyz.webclient.beans.common.xyzSearchSpecBean

    Any options?
    Thanks.

    #AssetandFacilitiesManagement
    #Maximo


  • 2.  RE: Find custom Java classes via the UI or DB?

    Posted Thu July 08, 2021 02:31 AM
    Start with 

    Select distinct classname from maxobject

    And

    Select distinct classname from maxattribute.


    Shannon





  • 3.  RE: Find custom Java classes via the UI or DB?

    Posted Thu July 08, 2021 09:47 PM
    I'd recommend you to use Maximo Customization Detection Tool. This can automatically generate a report for your Java customization.

    https://www.ibm.com/support/pages/maximo-customization-detection-tool

    ------------------------------
    YASUTAKA NISHIMURA
    ------------------------------