StopAllDMs

ITP/Server will request all currently connected ITP/Document Processors to stop their data manager process.

Syntax
StopAllDMs;
Parameters

None.

Remarks

Every ITP/Document Processor runs a data manager process which can cache connections to database resources. This command can be used to ensure that all these cached connections to a database are closed by shutting down these processes. The data managers will be automatically restarted on the next job that requires database access.

The exit points DailyTask and HourlyTask can be used to schedule this command from within ITP/Server.

Note

The command StopAllDMs uses the program saclient to submit a job to all ITP/Document Processors. If the ITP/Document Processors are hosted on different computers the IP addresses of all these computers must be allowed to submit requests to ITP/Server. In the default configuration ITP/Server does not allow requests from remote computers.