BizTalk 2010 Installation and Configuration – Install SQL Server 2005 Notification Services on top of SQL Server 2008 R2 (Part 5)

  • Sandro Pereira
  • Oct 21, 2010
  • 3 min read

If you plan to use BAM Alerts in your BizTalk Server project, you must install SQL Notification Services and its prerequisites on your BizTalk Server computer. This SQL Server 2005 feature is not included in SQL Server 2008 R2/SP1, but you can install it from the Microsoft Download Center.

📝 One-Minute Brief

BizTalk Server 2010’s Business Activity Monitoring (BAM) Alerts feature relies on the SQL Server 2005 Notification Services engine. Since this was discontinued in SQL Server 2008 R2, you must manually install the legacy components from the SQL Server 2005 Feature Pack. This post explains which specific files to download (SQLServer2005_NS.msi) and how to install them on top of your newer SQL instance to ensure BAM Alerts function correctly.

To install SQL Server 2005 Notification Services

  • Click or navigate to the Feature Pack for Microsoft SQL Server 2005 – December 2008.
  • Depending on your platform, download the appropriate package from the following three components :
    • Microsoft SQL Server Native Client
      • X86 Package (sqlncli.msi)
      • X64 Package (sqlncli_x64.msi)
    • Microsoft SQL Server 2005 Management Objects Collection
      • X86 Package (SQLServer2005_XMO.msi)
      • X64 Package (SQLServer2005_XMO_x64.msi)
    • Microsoft SQL Server 2005 Notification Services Client Components
      • X86 Package (SQLServer2005_NS.msi)
      • X64 Package (SQLServer2005_NS_x64.msi)

In my case, I used x64 components.

To install the Microsoft SQL Server Native Client

  • Execute sqlncli_x64.msi.
  • On the Welcome screen, click Next.
  • On the License Terms screen, select I accept the license terms and then click Next.
  • On the Registration Information screen, enter your name and company in their respective fields, and then click Next.
  • On the Feature Selection screen, select the following features, and then click Next.
    • Client Components
SQL Server Native Client features
  • On the Ready to Install screen, click Install.

    To install Microsoft SQL Server 2005 Management Objects Collection

    • Execute SQLServer2005_XMO_x64.msi.
    • On the Welcome screen, click Next.
    • On the License Terms screen, select I accept the license terms and then click Next.
    • On the Registration Information screen, enter your name and company in their respective fields, and then click Next.
    • On the Ready to Install screen, click Install.

      To install Microsoft SQL Server 2005 Notification Services Client Components

      • Execute SQLServer2005_NS_x64.msi.
      • On the Welcome screen, click Next.
      • On the License Terms screen, select I accept the license terms and then click Next.
      • On the Registration Information screen, enter your name and company in their respective fields, and then click Next.
      • On the Ready to Install screen, click Install.

        Related links

        Thanks for Buying me a coffe
        Author: Sandro Pereira

        Sandro Pereira lives in Portugal and works as a consultant at DevScope. In the past years, he has been working on implementing Integration scenarios both on-premises and cloud for various clients, each with different scenarios from a technical point of view, size, and criticality, using Microsoft Azure, Microsoft BizTalk Server and different technologies like AS2, EDI, RosettaNet, SAP, TIBCO etc. He is a regular blogger, international speaker, and technical reviewer of several BizTalk books all focused on Integration. He is also the author of the book “BizTalk Mapping Patterns & Best Practices”. He has been awarded MVP since 2011 for his contributions to the integration community.

        8 thoughts on “BizTalk 2010 Installation and Configuration – Install SQL Server 2005 Notification Services on top of SQL Server 2008 R2 (Part 5)”

        1. Hello,

          thanks a lot for all this useful information !
          Just wondering, in case when SQL 2008 R2 and BizTalk 2010 are on different servers, on which one should I install Notification Services ? On SQL server or on BizTalk server ?

            1. Hi Sandra,

              thank you very much for your fast reply !
              And thank you for this blog which is a precious resource about BizTalk !

              Regards.

        Leave a Reply

        Your email address will not be published. Required fields are marked *

        The Ultimate Cloud
        Management Platform for Azure

        Supercharge your Azure Cost Saving

        Learn More
        Turbo360 Widget

        Back to Top