To facilitate transactions between SQL Server and BizTalk Server, you must enable TCP/IP and Named Pipes in SQL Server.
To enable TCP/IP and Named Pipes:
- Click Start, click All Programs, click SQL Server 2008 R2, click Configuration Tools, and then click SQL Server Configuration Manager.
- In the left-hand pane, expand SQL Server Network Configuration.
- Click Protocols for MSSQLSERVER.
-
Verify that both TCP/IP and Named Pipes are enabled. If they are, proceed to Step 5.
If either is not, follow these steps:
- Right-click the protocol, and then click Enable.
- Repeat to enable the other protocol if necessary.
- In the left-hand pane, click SQL Server Services.
- In the right-hand pane, right-click SQL Server (MSSQLSERVER), and click Stop.
- When the service has stopped, right-click SQL Server (MSSQLSERVER) again, and click Start.
- The steps listed above stops the NS$BAMAlerts service. You must restart the service.
- Close the Configuration Manager.