All Collections
Administrators
Installation & Maintenance
Stopping all MetaCommunications Services for Maintenance Tasks
Stopping all MetaCommunications Services for Maintenance Tasks
D
Written by Don
Updated over a week ago

At times, you may wish to stop services via custom scripts. You can successfully script the stopping and restarting of MetaCommunications services to accommodate your needs.

USING "NET STOP" TO STOP SERVICES

The Windows "net stop" command can be used to stop one or multiple services. The usage would be:

net stop <service_name>


RECOMMENDED ORDER FOR STOPPING SERVICES

When stopping services, you will want to do so in the following order:

  1. MetaCommunications Services Watcher (If not stopped first, this will attempt to restart other MetaCommunications Services)

  2. MetaCommunications File System Service (an InterSync component)

  3. MetaCommunications MetaData Service (an InterSync component)

  4. MetaCommunications Update Service (technically, this can be stopped at any time, as it is only used to upgrade Virtual Ticket desktop clients for Windows)

  5. MetaCommunications Application Server


ANY REMAINING NON-METACOMMUNICATIONS SERVICES

  1. Microsoft IIS-Related Services (If using Workgroups Portal (Approval Manager and/or Job Manager), or Image Portal). See below for additional details.

  2. Microsoft SQL Server Related Services (If you have multiple instances and/or versions of MS SQL Server installed, take care only to stop the instances you need to stop for your purposes)


MICROSOFT IIS-RELATED SERVICES TO STOP

Ensure that the following IIS-related services are stopped if you use Workgroups Portal (Approval Manager and/or Job Manager) or Image Portal:

  1. IIS Admin Service

  2. World Wide Web Publishing Service

  3. ASP.net Service


ADDITIONAL INFORMATION

If the MetaCommunications Application Server (or any other service including SQL SERVER service) does not stop after ?net stop? within roughly 10 minutes, we recommend you then kill their executables with PsKill.

The following Microsoft Technet article may be of assistance: http://technet.microsoft.com/en-us/sysinternals/bb896683.aspx

Did this answer your question?