BizTalk 2009 Adapters - The Scheduled Task Adpater: Installation

The is an in process receive adapter that can be configured to execute a prescribed task on a daily, weekly or monthly schedule.

"The adapter is configured entirely within Biztalk, all config is stored within the SSODB and can be exported and imported via binding files. The schedule capabilities are similar to those available with the Windows Scheduled Task Service."

Although defined on codeplex as an adapter for BizTalk Server 2004 or BizTalk Server 2006, the Scheduled Task adapter is compatible with BizTalk Server 2009.

The BizTalk Scheduled Task Adapter provides three default tasks, although custom tasks can be created and scheduled by using any.Net class that implements the correct interface.  The provided tasks are:

  • XmlString - submits a Biztalk message using the configured Xml string.
  • FileReader - submits a Biztalk message from the contents of a file.
  • HttpDownload - submits a Biztalk message from data downloaded from a web site.

To install the BizTalk Scheduled Task Adapter download and run the msi.

BizTalk 2009 Scheduled Task Adapter - Splash Screen

First you must set the installation location and who the adapter will be installed for - everyone or only the currently logged on user.

BizTalk 2009 Scheduled Task Adapter - Installation Location

The folliwng screens are very straightforward - a confirmation screen, installation progress and assuming all goes well a completion screen.

BizTalk 2009 Scheduled Task Adapter - Confirm Installation

BizTalk 2009 Scheduled Task Adapter - Installing

BizTalk 2009 Scheduled Task Adapter - Installation Complete

You should now be able to add the adapter to your BizTalk Server 2009 configuration in the normal way using the BizTalk Administration console (an example of this process can be seen in my post on installing the BizTalk Community ODBC Adapter).

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.