SubmitMaitenanceJob

Submits a maintenance job to KCM Core. This job is run on every KCM Document Processor connected to KCM 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 KCM Document Processors. If the KCM Document Processors are hosted on different computers, the IP addresses of all these computers must be allowed to submit requests to KCM Core. In the default configuration, KCM Core allows requests from remote computers.