Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
borderColor#03396c
titleColorWhite
titleBGColor#03396c
titleResolution

Option 1- Manually disable individual jobs via the Scheduler Queue:

  1. Sign into the refreshed Munis environment with an account with administrative rights
  2. In From the Tyler Menu, navigate to to System Administration>Scheduler Administration>Scheduler Queue
  3. Click and highlight the job(s) that you do not want to be enabled then click Job>Hold to place the job on hold or Delete to remove the job entirely

Option 2- Adjust Have the refresh script adjusted to automatically place all scheduler jobs on hold in the non-production environment:

  • Sign on to the Munis Application server as the Tylerservice user or equivalent
  • Open File Explorer and navigate to the data drive
  • Open the sql folder
  • Right click on refresh(env).sql edit with notepad ++
  • Scroll to the bottom of the script
  • Paste the query below at the end of the script. This query will put all jobs in the refreshed environment into a hold status 

    UPDATE skedqueu
    set skqu_status = 'ON HOLD'

  • Click Save

  • Run the refresh as needed

    1. Please contact Tyler Systems Management Support or log a case via the Online Support Client Portal


    Panel
    borderColor#03396c
    titleColorWhite
    titleBGColor#03396c
    titleAdditional Information

    How to Refresh a Non Production Munis Database

    ...