Unbind an Orchestration

Overview

This topic describes how to use the BizTalk Server Administration console to remove receive port, send port, or host bindings from an orchestration.

Note

The application developer can remove bindings for an orchestration by using the procedure in this topic. You can also use Microsoft Windows Management Instrumentation (WMI) Object Model to create and run scripts that automate administrative tasks. For information about using WMI, see the WMI Class Reference in the UI guidance and developers API namespace reference.

Prerequisites

To perform the procedure in this topic, you must be logged on with an account that is a member of the BizTalk Server Administrators group. For more detailed information on permissions, see Permissions Required for Deploying and Managing a BizTalk Application.

Remove bindings from an orchestration

  1. Click Start, click All Programs, click Microsoft BizTalk Server 20xx, and then click BizTalk Server Administration.

  2. In the console tree, expand BizTalk Server Administration, expand the BizTalk group, expand Applications, and then expand the application containing the orchestration from which you want to remove bindings

  3. Click Orchestrations, right-click the orchestration, click Properties, and then click Bindings in the left pane.

  4. To remove the host bindings, from the Hosts list, select <None>.

  5. To remove receive port bindings, from the drop-down list under Receive Ports, click <None>.

  6. To remove send port bindings, from the drop-down list under Send Ports/Send Port Groups, click <None>.

  7. When finished removing bindings, click OK.

See Also

Managing Orchestrations
How to Configure Bindings for an Orchestration
Deploying and Managing BizTalk Applications