BizTalk 2009 - The Community ODBC Adapter: Installation

I have previsouly detailed the installation of MySQL, the configuration of MySQL and the installation of the ODBC Data Connector for MySQL.  The reason I needed to install and configure these servers was to provide a test environment for a BizTalk Server 2009 solution I am working on where BizTalk will be querying and populating a MySQL database.

To do this I then needed to install and add the:

"The Community BizTalk Adapter for ODBC is based on the code that was first made available on GotDotNet a few years ago. TwoConnect has refreshed this code, added an installer, and tested it against the latest BizTalk editions. We are releasing the updates back to the BizTalk developer, user and partner community as part of our ongoing community intitiatives. This is the second adapter package that TwoConnect makes available to the community after the very succesful release of the BizTalk WSE 3 adapter a couple of years ago. This adapter is useful in all ODBC based integration scenarios. The following are the new features added and fixes made to the old code base on GotDotNet."

Detailed below are the installation instructions for this adapter.  Downloading and running the installer will load up the splash screen.

BizTalk 2009 Community ODBC Adapter - Splash Screen

Next you need to select the installation location for the adapter.

BizTalk 2009 Community ODBC Adapter - Installation Folder

You then need to confirm the installation following which you will be shown the installation progress.

BizTalk 2009 Community ODBC Adapter - Confirm Installation

BizTalk 2009 Community ODBC Adapter - Installing

Assuming all has gone well you should see the installation complete screen.

BizTalk 2009 Community ODBC Adapter - Installation Complete

Once the installation has completed successfully you will then need to add the adapter to your BizTalk Server.  To do this open the BizTalk Administration console, expand the Platform Settings and right click on Adapters then select New\Adapter.

BizTalk 2009 Community ODBC Adapter - Add New Adapter

You should then be able to select the ODBC adapter and choose the display name for the adapter.

BizTalk 2009 Community ODBC Adapter - Add Adapter Properties

This adapter will then be shown in the BizTalk Administration console.

BizTalk 2009 Community ODBC Adapter - Added

Next I will be looking at using the ODBC Adapter when:

This article is part of the GWB Archives. Original Author: Stuart Brierley

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.