FIX: MQSeries Adapter Does Not Support Transactional Post-Processor (830771)



The information in this article applies to:

  • Microsoft BizTalk Adapter for MQSeries 1.0

SYMPTOMS

You may perform some transactional work, such as updating a database entry in the post-processor. However, the Microsoft BizTalk Adapter for MQSeries does not support a transactional post-processor. Work that is performed by the post-processor cannot participate in the interchange transaction. Even if the interchange fails because the Queue Manager is unavailable, or because of other reasons, the work that is performed by the post-processor is still committed.

RESOLUTION

A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that this article describes. Apply it only to systems that are experiencing this specific problem.

To resolve this problem, contact Microsoft Product Support Services to obtain the hotfix. For a complete list of Microsoft Product Support Services phone numbers and information about support costs, visit the following Microsoft Web site:Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.

The English version of this hotfix has the file attributes (or later) that are listed in the following table. The dates and times for these files are listed in coordinated universal time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time tool in Control Panel.
   Date         Time   Version    Size     File name
   -------------------------------------------------------------------
   27-Oct-2003  16:08  1.0.45.13   33,280  Aicmq.dll
   27-Oct-2003  16:08  1.6.1.1     51,200  Lkrhash.dll
   27-Oct-2003  16:08  1.0.45.13  172,544  Mmcmqs.dll
   27-Oct-2003  16:08  1.0.45.13   27,648  Mqadaptersetuplibrary.dll  
   27-Oct-2003  16:08  1.0.45.13   70,144  Mqhelper.dll
   27-Oct-2003  16:08  1.0.45.13    7,680  Mqhelperps.dll
   27-Oct-2003  16:08  1.0.45.13   58,880  Mtbworker.dll
   27-Oct-2003  16:08  1.0.45.13   20,480  Svcevent.dll
   27-Oct-2003  16:08  1.0.45.13   33,792  Mtbsvc.exe
   20-Nov-2002  21:19               1,294  Aicmq_mqpipeline_1.asp
   20-Nov-2002  21:19               1,248  Aicmq_mqpipeline_1_post.asp

Note Because of file dependencies, the most recent hotfix that contains these files may also contain additional files.

Installation Instructions

Note You must apply this fix on an original released version installation of the BizTalk Adapter for MQSeries. If you installed previous hotfixes, you must roll back to the original released version when you remove the hotfixes. To install this hotfix, follow these steps:
  1. Stop the BizTalk Adapter for MQSeries service.
  2. In Component Services, remove the MQHelper Microsoft Component Object Model (COM) component from the BizTalk Adapter for MQSeries Microsoft COM+ application.
  3. Install the Btsmqs_q830771.exe fix. You may be prompted to restart the server.
  4. Add MQHelper COM+ components to the BizTalk Adapter for MQSeries COM+ application by using the new binary (C:\Program Files\Microsoft BizTalk Adapter for MQSeries\Mqhelper.dll).
  5. Make sure that the Transaction property is set to Required and that the Concurrency property is set to Required.
  6. Replace the original released version of the Microsoft Active Server Pages (ASP) pages that are installed in the BizTalk folder (C:\Program Files\Microsoft BizTalk Server\MessagingManager\Pipeline) with the ASP pages that are in the .zip file (the Aicmq_mqpipeline_1.asp and Aicmq_mqpipeline_1_post.asp files).

Configuration Instructions:

After you install the hotfix, follow these steps to configure the server:
  1. Create a COM+ library application in the Component Services MMC that is named BizTalk Adapter for MQSeries AIC.
  2. Add Aicmq.dll as a component to the COM+ library application.
  3. Set the Transaction property of the Aicmq.dll component to Transaction Supported.
  4. Restart the BizTalk Messaging Service.
With this fix, the post-processor can participate in the interchange transaction. If the interchange fails, all the transactional work that is performed by the post-processor will automatically be rolled back.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section of this article.

MORE INFORMATION

For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the Standard Terminology That Is Used to Describe Microsoft Product Updates, Tools, and Add-ons

This hotfix is a cumulative package that includes the fixes that are described in the following Microsoft Knowledge Base articles:

316405 FIX: You Cannot Send Messages from MQSeries to BizTalk on a Computer Running the Chinese-Language Version of Windows 2000

320738 FIX: BizTalk Adapter for MQSeries Service Requires an Administrator Account

320726 Implement Custom Post-Processor to Add Header Properties in AIC

324529 Parameters for Polling Interval and Threshold After Failure

325165 Implement a Custom Preprocessor to Read Header Properties

331136 FIX: Support for Message Formats in Addition to MQFMT_STRING

816772 FIX: Job May Be Terminated if There Are Bad Messages in the Queue

821555 FIX: Some Unicode Characters Are Converted Incorrectly When A Message Is Put in MQSeries

822079 FIX: Cannot Restart the Queue Manager After You Perform a Controlled Shutdown


Modification Type:MinorLast Reviewed:10/26/2005
Keywords:kbHotfixServer kbQFE kbHotfixServer kbQFE kbQFE kbfix kbbug KB830771 kbAudDeveloper