Update an existing Scheduler Service job with new information.
Syntax
Parameters
- package
- A ReportScheduleInfo object with the changed job information.
- jobId
- The job ID of the job to be updated.
Exceptions
Exception | Description |
Exception | An exception is thrown if the job ID cannot be found on any of the available Scheduler Service hosts. |
Exception | An exception is thrown if the ReportScheduleInfo contains any invalid information, such as a non-existent recurrence pattern. |
Exception | An exception is thrown if attempting to schedule a report that does not have any output types except HTML (Report Viewer). |