StopAllDMs

KCM Core requests all currently connected KCM Document Processors to stop their data manager process.

Syntax

 StopAllDMs;

Remarks

Every KCM Document Processor runs a data manager process that can cache connections to database resources. Use this command to ensure that all cached connections to a database are closed by shutting down these processes. The data managers are automatically restarted on the next job that requires database access.

You can use the exit points DailyTask and HourlyTask to schedule this command from within KCM Core.

The command StopAllDMs 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 computers must be allowed to submit requests to KCM Core. In the default configuration, KCM Core allows requests from remote computers.