Versions Compared

Key

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


Panel

Table of Contents

...

  1. Navigate to the Utilities menu > Job Scheduler.
  2. Click  at the top of the grid. This will open a pop up window with the options to schedule the Job.
  3. Select the Job Type from the drop down.   
    1. District Audit Job: class class org.ssdt_ohio.usas.reporting.audit.DistrictAuditJob
    2. SOC1 Audit Job: class org.ssdt_ohio.usas.reporting.audit.SOC1AuditJob
  4. Enter a Cron Schedule.  
    1. The Cron Schedule is where the Cron Expression will be entered to schedule the job. The Cron Schedule represents the frequency at which the job should run. 

      Info
      titleCron Expression
      1. A Cron Expression is a command set up to run periodically at fixed times, dates, or intervals. Cron Expressions can be generated using an online source for the desired time period and then copied and pasted into the Event Trigger field.

        Free online cron expression generators:


  5. Click  to schedule the Job.  This Submit button will not be available until the Job Type and Cron Schedule are populated.

Audit Job Output

Reports from the Audit jobs will be zipped and sent to the Auditors of State via SFTP. The zipped file names include the district IRN, fiscal year, description and the date and time the file was generated.  

...