Logo
programming4us
programming4us
programming4us
programming4us
Home
programming4us
XP
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server
programming4us
Windows Phone
 
Windows Server

Deploying and Managing BizTalk Applications : Deploying a BizTalk Solution (part 1) - Steps in Deploying a BizTalk Application

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
2/13/2012 6:32:41 PM
In this section, you will learn the different methods of deploying BizTalk applications. First, you will discover how to deploy a BizTalk application manually. Then, you will see how to export, import, or install a BizTalk application using an MSI package. Finally, you will investigate a BizTalk application deployment process that allows you to move your BizTalk solution from your development environment all the way to your production environment.

Steps in Deploying a BizTalk Application

There are two major steps in order to deploy an application. First, you must import the BizTalk application to a BizTalk Server Group. Importing a BizTalk application registers all the BizTalk artifacts for a BizTalk application in the Management Database. Once a BizTalk application has been imported into the Management Database, all other BizTalk servers in the BizTalk Server Group are now aware of the new BizTalk application and its artifacts.

However, before they can run the application themselves, they must have a physical copy of all the BizTalk artifacts that are referenced in the Management Database. Consequently, the second step is to install all artifacts on each of the BizTalk servers in a BizTalk Server Group. This step includes copying all artifacts to the target servers, registration of COM libraries, registration of .NET assemblies in the Global Assembly Cache, installing certificates in servers' certificate store, and the configuration of virtual directories if needed.

Exercise 1 demonstrates how to perform some of the steps just mentioned.

Deploying a BizTalk Application Manually

The purpose of this exercise is to illustrate how to deploy a BizTalk application manually using the BizTalk Administration Console. You will learn how to

  • Create a BizTalk application.

  • Deploy a BizTalk assembly manually.

  • Create ports manually.

  • Start a BizTalk application.

  1. Copy all the files located in the Chapter10\DeploymentSampleApplication sample application provided as part of the download files for this book to C:\DeploymentSampleApplication.

  2. Open the BizTalk Administration Console:

    1. Select Start =>All Programs => Microsoft BizTalk Server 2006 => BizTalk Server and then click the Administration icon.

    2. In the BizTalk Server 2006 Administration Console, expand BizTalk Server 2006 => BizTalk Group => Applications.

  3. Create a new application:

    1. Right-click Applications, point to New, and then click Application.

    2. In the Applications Properties window shown in Figure 1, type PROBIZTALK Deploy Sample Application in the Name field.

    3. In the Applications Properties window, type PROBIZTALK's Deployment Sample Application in the Description field.

    4. In the Applications Properties window, click OK.

    NOTE

    You can add references to other BizTalk applications by clicking the reference section.

    Figure 1. Application Properties dialog
  4. Add the BizTalk assembly:

    1. In the BizTalk Server 2006 Administration Console, expand BizTalk Server 2006 => BizTalk Group => Applications => PROBIZTALK Deploy Sample Application.

    2. Right-click Resources, point to Add, and click BizTalk Assemblies.

    3. In the Add Resources window, click the Add button.

    4. Browse to the C:\DeploymentSampleApplication\DeploymentSampleApplication.dll, and then click Open.

    5. In the Add Resources window, click the OK button.

    6. Notice in the right pane of the BizTalk Server 2006 Administration Console the newly added assembly.

  5. Create a receive port:

    1. In the BizTalk Server 2006 Administration Console, expand BizTalk Server 2006 => BizTalk Group => Applications => PROBIZTALK Deploy Sample Application.

    2. Right-click Receive Ports, point to New, and click One-way Receive Port.

    3. In the Receive Port Properties window shown in Figure 2, type ReceiveGreetingsPort in the Name field.

    4. Click Receive Locations on the left pane, then click the New button on the right pane.

      Figure 2. Receive Port Properties dialog
    5. In the Receive Location window shown in Figure 3, type ReceiveGreetingsPortFILE in the Name field.

    6. Select FILE in the Type field.

    7. Click the Configure button.

    8. Type C:\DeploymentSampleApplication\Documents\In in the Receive folder field.

    9. Click the OK button.

    10. Select BizTalk Server Application from the Receive Handler drop-down menu.

    11. Select XMLReceive in the Receive Pipeline field, and click the OK button.

    12. Click the OK button one more time to close the Receive Properties Window.

  6. Create a send port:

    1. In the BizTalk Server 2006 Administration Console, expand BizTalk Server 2006 => BizTalk Group => Applications => PROBIZTALK Deploy Sample Application.

    2. Right-click Send Ports, point to New, and click Static One-way Send Port.

    3. In the Send Port Properties window shown in Figure 4, type SendGreetingsResponsePort in the Name field.

    4. Select FILE in the Type field.

      Figure 3. Receive Location Properties dialog
      Figure 4. Send Port Properties dialog
    5. Click the Configure button.

    6. Type C:\DeploymentSampleApplication\Documents\Out in the Destination folder field.

    7. Click the OK button.

    8. Select PassThruTransimit in the Send Pipeline field.

    9. Select BizTalk Server Application in the Sebd Handler drop-down menu

    10. Click the OK button.

  7. Configure the PROBIZTALK Deploy Sample Application:

    1. In the BizTalk Server 2006 Administration Console, right-click PROBIZTALK Deploy Sample Application, and click Configure.

    2. In the Configure Application window, click the ProcessGreetingsOrchestration orchestration.

    3. Select BizTalkApplication in the Host drop-down menu.

    4. In the Inbound Logical Ports section, select the ReceiveGreetingsPort port in the port drop-down menu.

    5. In the Outbound Logical Ports section, select the SendGreetingsResponsePort port in the port dropdown menu.

    6. In the Configure Application window, click the OK button.

  8. Start the PROBIZTALK Deploy Sample Application:

    1. In the BizTalk Server 2006 Administration Console, right-click PROBIZTALK Deploy Sample Application, and click Start.

    2. In the Start 'PROBIZTALK Deploy Sample Application' window, click Start.

    3. Copy C:\DeploymentSampleApplication\Documents\GreetingsSchemaInstance.xml to the C:\DeploymentSampleApplication\Documents\In folder. The file will be picked up by a BizTalk Server for processing, and shortly an output document will be created in the C:\DeploymentSampleApplication\Documents\Out folder.


Other -----------------
- Microsoft Dynamics CRM 4.0 Accelerators : Event Management Accelerator (part 3) - Publish the CRM Workflow & Testing the Portal
- Microsoft Dynamics CRM 4.0 Accelerators : Event Management Accelerator (part 2) - Install CRM Reports & CRM Customizations
- Microsoft Dynamics CRM 4.0 Accelerators : Event Management Accelerator (part 1) - Install CRM Customizations
- Microsoft Systems Management Server 2003 : Disaster Recovery - Using the SMS Site Repair Wizard
- Microsoft Systems Management Server 2003 : Disaster Recovery - Using the Recovery Expert
- SQL Server 2008 : Data Collector and MDW - Data collection
- SQL Server 2008 : Data Collector and MDW - Setup and configuration
- Microsoft Content Management Server : Adding a Search Page to the MCMS Site (part 4) - Building the MSQuery XML String
- Microsoft Content Management Server : Adding a Search Page to the MCMS Site (part 3) - Building the Microsoft SQL Full-Text Query
- Microsoft Content Management Server : Adding a Search Page to the MCMS Site (part 2) - Building a Custom Search Implementation - Building a Search Input Control
 
 
Top 10
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
 
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server