Maximo Open Forum

  • 1.  PM WO Autogeneration Issues

    Posted 05-01-2025 09:14

    How can one identify what is holding up the autogeneration of a PM WO?


    #EverythingMaximo

    ------------------------------
    Wade Redd
    3rd Coast Consulting
    ------------------------------


  • 2.  RE: PM WO Autogeneration Issues

    Posted 05-02-2025 09:16

    I have the auto-generator running every day, and every day I receive an email that logs what it did (or didn't do).  Search that email for the word 'error.'

    If you aren't receiving that email, you can set that up in Organizations --> open the Org record --> PM Options --> Stand-Alone PM Work Order Generation Process Settings.

    If I were to guess. . .I've had it happen before that something in the PM's Responsibility settings is invalid.  In my case, there were PMs where the Lead or the Supervisor was no longer with the company so their Person record had been deactivated.  This prevented the PM from generating a Work Order.  Once I discovered this, I created a Script that would prevent me from deactivating a Person if they were referenced on any Active PMs (and a bunch of other places where a Person could be referenced and ought to be cleaned up/reassigned before deactivating the person --- Maximo does some of it out of the box, but not all of it).



    ------------------------------
    Travis Herron
    Pensacola Christian College
    ------------------------------



  • 3.  RE: PM WO Autogeneration Issues

    Posted 05-02-2025 10:20

    Hi,

    Does your script identify all the places the person is referenced?



    ------------------------------
    Stevie Holloway
    Tufts University
    ------------------------------



  • 4.  RE: PM WO Autogeneration Issues

    Posted 05-02-2025 10:33

    At least all the places I know we're using. . .

    Job Plan: Owner, Supervisor, or Lead
    PM: Owner, Supervisor, or Lead
    Work Order: Owner, Supervisor, or Lead
    Person Group: Supervisor (which is a custom field I made)
    Cron Task: Run As User
    Storeroom: Inventory Owner
    (we might start dabbling in associating People as users/custodians of Locations or Assets, and if so, I'll have to add that to the script)

    admittedly, it is still deficient in not finding scheduled reports, but those go off of email address not PersonID. . .

    If the Person is any of those things listed above, I made the script prevent me from deactivating the Person record (which is currently a manual process anyways, it's not controlled by, say, Active Directory).  So, for example, if it is a Technician that leaves the company, I can't deactivate him until I've reassigned all his active Work Orders and PMs.

    And after all these checks are passed and it allows the status to go to INACTIVE, I also have it deleting any Personally Identifiable Information (phone numbers, address, email addresses, birthday, etc.).



    ------------------------------
    Travis Herron
    Pensacola Christian College
    ------------------------------



  • 5.  RE: PM WO Autogeneration Issues

    Posted 05-02-2025 12:35

    I do receive emails for every PM.  Very long list.  I will check the responsibility settings. Great idea thanks.



    ------------------------------
    Wade Redd
    3rd Coast Consulting
    ------------------------------



  • 6.  RE: PM WO Autogeneration Issues

    Posted 05-02-2025 11:37

    Hi Wade,

    Check the PMWOGEN Crontask if and where a log file is created. The log tells you more about why a WO is not created from the PM.

    You can also write a query in the PM application to filter out delayed PM's (next date is passed) and maybe put the result in a Start Center.

    Kind regards

    Anneli Dolff



    ------------------------------
    Anneli Dolff
    Nexer AB
    ------------------------------



  • 7.  RE: PM WO Autogeneration Issues

    Posted 05-02-2025 12:37

    Thank you.  I will try that.



    ------------------------------
    Wade Redd
    3rd Coast Consulting
    ------------------------------



  • 8.  RE: PM WO Autogeneration Issues

    Posted 05-05-2025 21:14

    Hi Wade,

    I created a PowerBI report to provide a way of sifting through the dross from Maximo. It scans the emails and pulls out the error messages and give a us a view of how many PMs are being generated, as well as an idea of error rate, and shows when the error is being repeated because it has not been corrected yet.



    ------------------------------
    Craig Webber
    Mercury NZCraig Webber
    Mercury NZ
    ------------------------------



  • 9.  RE: PM WO Autogeneration Issues

    Posted 05-06-2025 01:56
    Edited by Anneli Dolff 05-06-2025 04:19

    Hi Craig,

    Neat! I have used a visual basic script to pick out error messages from the emails, but this was even better.



    ------------------------------
    Anneli Dolff
    Nexer AB
    ------------------------------