1 / 20

Module 4: Deploying and Managing BizTalk Applications

Module 4: Deploying and Managing BizTalk Applications. Overview. Lesson 1: Deploying a BizTalk Application Lesson 2: Managing a BizTalk Application. Lesson 1: Deploying a BizTalk Application. How Deployment Works What Is a BizTalk Application? Application Deployment Steps

saki
Télécharger la présentation

Module 4: Deploying and Managing BizTalk Applications

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Module 4: Deploying and Managing BizTalk Applications

  2. Overview • Lesson 1: Deploying a BizTalk Application • Lesson 2: Managing a BizTalk Application

  3. Lesson 1: Deploying a BizTalk Application • How Deployment Works • What Is a BizTalk Application? • Application Deployment Steps • How BizTalk Uses Strong Names • Configuring BizTalk Deployment Properties • BizTalk Application Deployment Tools • Demo: Deploying the Adventure Works Application

  4. How Deployment Works Non-BizTalk Assemblies Global Assembly Cache Install BizTalk Server BizTalk Assemblies Maps SchemasOrchestrations Pipelines Register Configuration Database

  5. What Is a BizTalk Application? BizTalk Application • BizTalk Artifacts • Schemas • Maps • Pipelines • Orchestrations BizTalk Administration Console • Messaging Components • Receive ports • Receive locations • Send ports • Adapters

  6. Application Deployment Steps Configure each assembly with strong name 1 Set application deployment properties 2 Build the application 3 Deploy the application 4 Create physical send ports and receive locations 5 Enable ports and enlist the orchestration 6

  7. How BizTalk Uses Strong Names Strong Name Assigns digital signature Provides integrity check Guarantees uniqueness Prevents version override

  8. Configuring BizTalk Deployment Properties Deployment Properties SQL Server Configuration database Application name Redeploy (true or false) Install to GAC (true or false)

  9. BizTalk Application Deployment Tools

  10. Demo: Deploying the Adventure Works Application In this demonstration, you will see how to: • Assign a strong name to a project • Configure the Application Deployment Property • Build a BizTalk Server Solution • Deploy a BizTalk Server Solution • View the application in the BizTalk Administration Console

  11. Lesson 2: Managing BizTalk Applications • Managing Apps with the BizTalk Administration Console • Exporting and Importing a Binding File • Migrating Applications using MSI Packages • Managing Applications from a Command Prompt • Managing Assembly Versioning • Demo: Managing the Adventure Works Application • BizTalk Hosts and Host Instances

  12. Managing Apps with the BizTalk Administration Console

  13. Exporting and Importing a Binding File Binding Files BizTalk Server Useful for moving configuration information from one physical environment to another Contains port configuration settings Can contain logical-to-physical port binding information whenusing orchestrations Binding File

  14. Migrating Applications Using MSI Packages Development Production BizTalk Server Install ExistingConfiguration Install Install MSI Package Import

  15. Managing Applications from a Command Prompt BTSTask Features List artifacts and applications Add and remove artifacts and applications Export and import MSI packages Export and import binding information C:\> BTSTask RemoveResource /ApplicationName:LabA /Server:BTS10-PLATFORM

  16. Managing Assembly Versioning Guidelines Use separate assembles for artifacts that are subject to change Group artifacts together that must be versioned together For schemas, change target namespace when using multiple versions Considerations Verify existing deployed version numbers Confirm the version used in a binding file Un-enlist any dependent orchestrations

  17. Demo: Managing the Adventure Works Application In this demonstration, you will see how to: • Import a binding file using the BizTalk Administration Console • Start the Application • Export the application to an MSI package • Remove the application by using a command prompt

  18. BizTalk Hosts and Host Instances BizTalk Group Instance A Instance B Instance A Instance B Instance B Host A Host C Host B Instance C Billing Orchestration FTP Receive SMTP Send Shipping Orchestration Billing Orchestration POP3 Receive Order Orchestration SharePoint Receive WCF-BasicHttp Send

  19. BizTalk Hosts and Host Instances

  20. Lab: Deploying and Managing BizTalk Applications • Exercise 1: Assign a Strong Name Key to an Assembly • Exercise 2:Configure the Application Deployment Property • Exercise 3: Build and Deploy a BizTalk Application • Exercise 4:Manage Ports by using Binding Files • Exercise 5:Manage Applications by with MSI Packages • Exercise 6:Move Resources and Ports between Applications • Exercise 7:Manage Applications with BTSTask

More Related