SQL Job Status

SQL jobs manage Polaris automated processing tasks. You can access SQL Job Status from Polaris System Administration (web-based) to view a list of all SQL jobs configured on the server, their statuses, and the history of selected jobs. This allows you to see the status of a job for troubleshooting purposes without having to use SQL Server Management Studio (SSMS). If you share a server, you will only see the SQL jobs configured for your organization.

Note:
SQL Job Status is read-only and doesn’t allow modifications to the jobs, job schedules, or the addition of new jobs.

To access SQL Job Status in Polaris System Administration (web-based)

Note:
This requires administrative-level permissions. To enable access, the Access SQL job status permission needs to be manually added to the staff member's permission group in Polaris System Administration (web-based).

  1. On the Home page, select SQL Job Status.

    1. The SQL Job Status page appears, displaying a table of all SQL jobs configured on the server with the following information about each job:

      1. Name – The name of the SQL job.

      2. Enabled – Shows if the job is enabled or blank if the job is disabled.

      3. Status – Describes the job's current state (Idle, Executing, etc.) at the time the page was loaded. To see the updated status, refresh the page in your browser.

      4. (Failed icon) – A blank space indicates that the job was successful, while the red icon indicates that the job failed.

      5. Last Run Outcome – Shows the result of the most recent job run (Succeeded, Canceled, etc.).

      6. Last Run Date – Displays the date and time of the most recent job run.

      7. Next Run Date – Shows the date and time of the next scheduled job run. If the job run wasn’t scheduled, Not scheduled appears.

      8. Scheduled – Shows if the job is scheduled or blank if the job is not sheduled.

    2. (Optional) To filter the list of jobs or find a specific job, enter your search criteria in the search box at the upper-right corner of the page.

    3. (Optional) To sort a column in the table, click its header.

  2. In the Actions column of the job, click and select View to see the history of the selected jobs.

    1. The page of the selected job appears, displaying the table of all job runs with the following information about a specific run:

      1. Run Date - Displays the date and time of the job run.

      2. Status - Shows the outcome of the most recent job run (Succeeded, Canceled, etc.)

      3. Message – The summary of relevant information about the job run status and its steps.

      4. Details – Clicking on the expands the job run row to display the details about each step of the run: Number, Name, Status, Duration and Message.

    2. Select CLOSE to exit the job page and get back to the SQL Job Status page.