SubmitMaitenanceJob
Submits a maintenance job to Communications Manager Core. This job is run on every Communications Manager Document Processor connected to Communications Manager Core when the job is submitted.
Syntax
SubmitMaintenanceJob
Service(<text>)
Parameters(<text>)
JobID(<text>);
Parameters
- Service: Required. Name of the service being requested.
- Parameters: Optional. List of parameters for the service. This list is processed as a list of command line parameters. If a parameter contains spaces, it must be enclosed within escape quotes.
- JobID: Optional. Job ID used to submit the job. If this parameter is omitted, the Job ID of the job calling the command SubmitMaintenanceJob is used.
Remarks
The script SubmitMaintenanceJob uses the program saclient to submit a job to all Communications Manager Document Processors. If the Communications Manager Document Processors are hosted on different computers, the IP addresses of all these computers must be allowed to submit requests to Communications Manager Core. In the default configuration, Communications Manager Core allows requests from remote computers.