-
Click Start, point to All Programs, point to Microsoft Visual Studio 2005, point to Visual Studio Tools, and then click Visual Studio 2005 Command Prompt.
At the Visual Studio 2005 Command Prompt, change the directory to the %BTSSolutionsPath%\B2B\Utilities\bin\debug folder, and then run the following command to add Utilities component to the Global Assembly Cache (GAC).
gacutil.exe /i Microsoft.Samples.BizTalk.Litware.Utilities.dll
-
At a command prompt, change the directory to the %BTSSolutionsPath%\B2B\Scripts folder, type Locations.cmd, and then press ENTER. The command file creates the folders in the C drive for the adapters that the B2B solution will use.
-
In Windows Explorer, browse to the C:\Litware folder, and then make sure that the BizTalk service account has read/write permissions to the following folders:
-
BrokerNew
-
BrokerUpdate
-
EDIIn
-
EDIOut
-
GetOrder
-
GetProfile
-
UpdateUserBASRL
-
Vendor1
-
Vendor2
-
In the BizTalk Server Administration console, expand BizTalk Group, expand Platform Settings, expand Adapters, and then click SMTP.
-
Right-click BizTalkServerApplication with Send direction, click Properties. On the Adapter Handler Properties dialog box, click Properties.
-
On the Transport Properties dialog box, type localhost in the SMTP server name text box, and then type administrator@<Your Domain Name> in the From text box. This enables users to receive email notification when messages are processed.
-
Close all of the dialog boxes.
-
In the BizTalk Server Administration console, expand BizTalk Group, expand Platform Settings, expand Host Instances, right-click BizTalkServerApplication, and then click Restart to reflect new settings.
-
In Windows Explorer, browse to the %BTSSolutionsPath%\B2B folder, and then open the Microsoft.Samples.BizTalk.Litware.sln with Microsoft Visual Studio 2005.
On the Solution Explorer, right-click Microsoft.Samples.BizTalk.Litware, and then click Deploy Solution.
-
In the Internet Information Services (IIS) Manager, expand Web Sites, right-click the Default Web Site, point to New, and then click Virtual Directory to run Virtual Directory Creation Wizard.
-
Using the Virtual Directory Creation Wizard, create the following virtual directory for the proxy Web service for the adapter version:
Alias = TPMAccessWS
PATH = <BizTalk Install Directory>\SDK\Scenarios\B2B\TPMAccessWS
Access Permissions = Read, Run scripts
-
Expand the Default Web Site, right-click TPMAccessWS, click Properties. On the Properties dialog box, click the Virtual Directories tab, and then in the Application Pool box, select the same application pool that is used by the TPPubWS Web application.
-
In the Internet Information Services (IIS) Manager, right-click Default SMTP Virtual Server, and then click Properties.
-
On the Virtual Server Properties page, click Access, and then click Relay.
-
On the Relay Restriction page, click All except the list below.
-
Close all of the dialog boxes.
-
In the BizTalk Server Administration console, expand BizTalk Group, and then expand Applications.
-
Right-click BTSScn.B2B.Hub application, point to Import, click Bindings, select the PartyPorts.xml in the %BTSSolutionsPath%\B2B\Bindings folder, and then click OK.
-
Right-click BTSScn.B2B.Hub again and select Properties. In the Properties window click References then click Add. Check the checkbox beside BizTalk EDI Application to add a reference to the default EDI application. This will allow the BTSScn.B2B.Hub application to use artifacts deployed in the BizTalk EDI Application.
-
Click Start, point to All Programs, point to Microsoft SQL Server, and then click Query Analyzer.
-
On the Connect to SQL Server dialog box, type <Your Computer Name> in the SQL Server text box, select Windows authentication, and then click OK.
-
Open the Order.SQL in the %BTSSolutionsPath%\B2B\OrderSystem\SQL folder, and then run the SQL query. It creates a database to log the incoming orders.
-
Open a command prompt, and then change the directory to the %BTSSolutionsPath%\B2B\Scripts folder.
-
At the command prompt, open the LitWareSSOConfiguration.xml file using Notepad, and then review the contents of the file. This file defines the configuration store application in SSO that the scenario uses to keep configuration parameters. No changes to this file are necessary.
-
At the command prompt, open the CreateLitwareApplication.cmd file using Notepad, review and change the contents of the file. This command file saves the connection string for the OrderSystemDB into the SSO affiliated application. No changes to this file are necessary.
-
At the command prompt, type CreateLitwareApplication.cmd, and then press ENTER.