How to Start, Stop, Pause, Resume, or Restart BizTalk Server Services
The following table lists the BizTalk Server services that you can start, stop, pause, resume, or restart:
| Name | Description | Startup Type | Dependencies |
|---|---|---|---|
|
BizTalk Service BizTalk Group: <BizTalkServerApplication> |
Provides the BizTalk Server application service. |
Automatic |
|
|
Enterprise Single Sign-On Service |
Provides single sign-on services to enterprise applications. |
Automatic |
With SQL Server installed locally:
With SQL Server installed remotely:
|
|
Rule Engine Update Service |
Notifies users about the deployment or undeployment of policies. |
Automatic |
None |
To perform this procedure, you must be a member of the Administrators group on the local computer, or you must have been delegated the appropriate authority. If the computer is joined to a domain, members of the Domain Admins group might be able to perform this procedure. As a security best practice, consider using Run as to perform this procedure.
You can start, stop, pause, resume, or restart a BizTalk Server service by using any of the methods listed below:
-
Using Services in Control Panel
-
Using a command prompt
Using Services in Control Panel
-
Open Services. Click Start, click Run, and then type services.msc.
-
Right-click the appropriate BizTalk Server service and then click Start, Stop, Pause, Resume, or Restart.
Using a command prompt
-
Open Command Prompt. Click Start, click Run, and then type cmd.
-
Type one of the following, where ServiceName is the name of the BizTalk Server service you want to start, stop, pause, or resume:
-
To start a service, type:
net startServiceName -
To stop a service, type:
net stopServiceName -
To pause a service, type:
net pauseServiceName -
To resume a service, type:
net continueServiceName
-
To start a service, type:
| BizTalk Server Service | ServiceName |
|---|---|
|
BizTalk Service BizTalk Group: BizTalkServerApplication |
btssvc$biztalkserverapplication |
|
Enterprise Single Sign-On Service |
Entsso |
|
Rule Engine Update Service |
ruleengineupdateservice |