IT tutorials
 
Applications Server
 

BizTalk Server 2009 : Deploying a BizTalk Solution (part 3) - IMPORTING A BIZTALK APPLICATION

12/5/2012 5:40:48 PM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
The BizTalk Administration Console and BTSTask command-line application are the two applications that allow a user to export, import, and install a BizTalk MSI file. Please note that the BTSDeploy tool from BizTalk Server 2004 has been deprecated and is no longer included; therefore, scripts should be migrated to the BTSTask tool. Exercise 3 walks you through the process of importing a BizTalk application using the BTSTask tool.

EXERCISE 3: IMPORTING A BIZTALK APPLICATION

To perform this exercise, please ensure that you completed Exercise 2 successfully. Then follow these steps:

  1. Remove the PROBIZTALK Deploy Sample Application:

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

    2. Right-click the PROBIZTALK Deploy Sample Application, and then select Stop.

    3. In the Stop 'PROBIZTALK Deploy Sample Application' window shown in Figure 13, select the Full Stop – Terminate instances radio button, and then click Stop.

      Figure 13. Stop Application dialog box
    4. In the BizTalk Server 2009 Administration Console, right-click the PROBIZTALK Deploy Sample Application, and then select Delete.

    5. In the confirmation message box, click the OK button. Then, close the BizTalk Server 2009 Administration Console.

  2. Import the PROBIZTALK Deploy Sample Application:

    1. Open the Visual Studio 2008 Command Prompt.

    2. In the Visual Studio 2008 Command Prompt, execute the following command: BTSTask ImportApp /Package:C:\ProBizTalkSample.msi /Environment:Testing /ApplicationName: "PROBIZTALK Deploy Sample Application" /Overwrite.

    3. If the script was executed successfully, the content of the command prompt will resemble Figure 14.

      Figure 14. BizTalk Server MSI import using the BTSTask console application

3. Typical Deployment Cycle

In the previous sections, you learned how to deploy a BizTalk solution manually and using the MSI export and import method. In this section, you will learn how to move a BizTalk application from the development environment all the way to production using the steps outlined in the preceding two sections. There are five main steps to move an application from one environment to another:

  1. Deploy assemblies from BizTalk solutions using Visual Studio 2008: In this step, the BizTalk developers deploy a BizTalk solution on their development environment. This means to both GAC the files locally as well as to deploy the bits to the Configuration database. Once the developers have tested their BizTalk application adequately, they proceed to the next step.

  2. Add BizTalk artifacts to the deployed BizTalk application: In this step, the BizTalk developers or the integrators add artifacts to the BizTalk application in order to deploy their solution to another environment or BizTalk Server Group. Typically, this step involves creating new binding files specific to the next target environment, adding processing scripts to automate as much as possible the installation of the BizTalk MSI application to the next target environment, and adding any other BizTalk artifacts (like certificates and readme files) necessary on the target environment.

  3. Export the BizTalk application to an MSI file: In this step, the developers or the integrators proceed to export the complete BizTalk application to an MSI file using the BizTalk Administration Console or the BTSTask command-line tool. They will have to decide whether or not they want to create one or more MSI packages and what BizTalk artifact they want to include in them.

  4. Import and install the MSI file: Once the MSI package or packages are ready, it is time to import and install them on the target environment. The MSI file will register all BizTalk artifacts in the target environment's BizTalk Management Database. It will also copy and register in the GAC or in the Windows' registry all .NET assemblies and COM libraries on the BizTalk servers where the packages are installed. Please keep in mind that you must install the MSI file on each BizTalk server in a BizTalk Server Group.

  5. Start the application and verify that it is functioning correctly: At this point, the BizTalk developer or integrator starts and tests the newly installed BizTalk application. Once that person is satisfied with the results, he can repeat steps 2 through 5 to deploy the BizTalk application to other staging environments until he eventually releases the BizTalk application to production.

 
Others
 
- BizTalk Server 2009 : Deploying a BizTalk Solution (part 2) - EXPORTING A BIZTALK APPLICATION
- BizTalk Server 2009 : Deploying a BizTalk Solution (part 1) - Steps in Deploying a BizTalk Application
- BizTalk Server 2009 : BizTalk Applications, Important Deployment Artifacts
- Microsoft Dynamic GP 2010 : Automating Dynamics GP - Automating processes with Macros
- Microsoft Dynamic GP 2010 : Automating Dynamics GP - Speeding up month-end close by Reconciling Bank Accounts daily
- SharePoint Applications Using Windows Azure : Create a SharePoint List and Add an Event Receiver That Calls a Windows Azure WCF Service
- SharePoint Applications Using Windows Azure : Create and Deploy a Silverlight Web Part That Consumes the WCF Service
- Administering Active Directory Domain Services : Delegation and Security of Active Directory Objects (part 2)
- Administering Active Directory Domain Services : Delegation and Security of Active Directory Objects (part 1)
- Microsoft Dynamics AX 2009 : Creating configuration documents using Word
 
 
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
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us