Run Orchestrations
The following procedures describe how to build, deploy, bind, and start an orchestration.
Creating a Strong Name Key
To create a strong name key
Start a Visual Studio Command Prompt.
Change directories to an existing project, for example, <drive>:\Adapter_Install\biztalk2010\my_project.
Type the following in the command prompt and press ENTER:
sn -k SSOSchedule.snk
Compiling and Deploying an Orchestration
To compile and deploy an orchestration
In Visual Studio Solution Explorer, right-click the SSOSchedule project, and select Properties.
Click Common Properties, and expand the Assembly node.
Enter the path to SSOSchedule.snk in the Assembly Key File text box.
Verify that Configuration Properties\Deployment\Server contains a dot (.) or your computer name, and click OK.
In Solution Explorer, right-click SSOSchedule, and click Rebuild.
Right-click the SSOSchedule, and click Deploy.
Starting the Orchestration
To start the orchestration
In the BizTalk Administration console, select the orchestration you want to start.
Right-click the orchestration and click Start.
Stopping and Restarting a Host Instance
After deploying the sample, you must restart the host instance.
To stop and restart a host instance
Click Start, point to All Programs, point to MicrosoftBizTalk Server, and select BizTalk Server Administration.
In the BizTalk Server Administration console, double-click the Microsoft BizTalk Server (local) node, and expand Hosts.
In the left pane, select the BizTalkServerApplication.
In the right pane, right-click the host instance (for example, the computer name), and click Stop.
The status of the host instance changes to Stopped.
In the right pane, right-click the host instance and click Start.
The status of the host instance changes to Start pending.
To change the status to Running, click Refresh, or right-click the host instance and then click Refresh.