StopAllDMs

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

Syntax

 StopAllDMs;

Remarks

Every Communications Manager 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 Communications Manager Core.

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