Maximo

Maximo

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

 View Only
  • 1.  Sync users from Manage to MAS post DR set up

    Posted 06/08/26 03:15 AM

    Hi,

    We have set up a DR environment (MAS 9.1). This environment was set up by exporting the PROD DB and importing into the DR DB. Post this, users are available in DR Manage DB however, these users are not getting synched with DR MAS Core. I tried setting MASISSUER, MASSYNCSTATUS to NULL to see if MASUSERSYNC cron picks these users and sync with MAS core but it has not helped yet.

    Any idea how can I sync users from Manage to Core?

    #IBMMaximo #IBMMaximoAssetManagement #Maximo



    ------------------------------
    Suhas Joshi
    ------------------------------


  • 2.  RE: Sync users from Manage to MAS post DR set up

    Posted 06/09/26 09:45 AM

    We have a somewhat similar issue.

    We upgraded our 7.6.1.3 to MAS9.1.   
    The users came in for MAS and MANAGE, but now we are integrating with OKTA for SSO.
    To do that we needed to run a query to update our loginid's to match what PKTA can send us. so we need to synch that with MAS.

    Also we are seeing that we need to manually turn on the OKTA integration for MAS.

    How do we automate that synch and integration?




    ------------------------------
    Paul Bishop
    ------------------------------



  • 3.  RE: Sync users from Manage to MAS post DR set up

    Posted 06/09/26 08:42 PM

    when I'm restoring a DB and need to get the users in Mongodb for MAS Core I usually run the following post DB restore

    update maxuser set masissuer = null, massyncstatus = 4;
    update maxvars set varvalue = 1 where varname = 'UPGRADEUSERS';
    delete from masuseridp;

    then enable the masusersync cron task.

    now I usually wipe mongodb prior but the above should still work.



    ------------------------------
    Michael Marsonet
    President
    MRM-EAM Consulting Inc
    ON
    (416) 522-2986
    ------------------------------