Summary: | Menu: Global Administration ~> Process Setup This menu shows the status of the scheduler. We need to make the status clear so that users can understand what the scheduler is doing. Recommend the following: - When the scheduler is DISABLED, the status should read "Not Active"
- If the Process SOurce is Invalid or Blank, we need a schedule restart. Change the status to "Check Scheduler"
- If the current time is before the "start time", status should read: "Waiting for start time"
- If the current time is AFTER the "END Time" status should read: "Waiting for next start time"
- If the "last run time" is within the Frequency, the status should be marked as "Running"
- If the "last run time" has past and is outside the Frequency (+ a small buffer), the status should be marked as "Check Scheduler" as this can mean the Scheduler has stopped and requires a restart.
Menu: Company Administration ~> Processes This menu shows the status of each process. We need to make the status clear so that users can understand what the process is doing. Recommend the following: - When the process is DISABLED, the status should read "Not Active"
- If the SQL Agent is running, we get the status of the Agent and show the user
- If the Process has past its "Next Run Time", we mark the process as "Process Not Running". In this case, the scheduler needs to be reviewed.
|
| PART A - Development work for this case has been completed. 1. The change will be available in version:14.70 2. The following changes were made(Include Database object names, Program classes, and any other relevant information): - Added changes to "Global Administration ~> Proces Setup" as defined in the case header
- Added changes to "Company Administration ~ >Processes" as defined in the case header
3. Affected Areas: - Scheduler and Processes
4. The issue was caused by: - Improvement
5. Other Relevant Notes: 6. Next Step (Review and System Test (Developer) -> UAT (Quality) -> Documentation): UAT
|