FIX: MSMQ: MQSeries Bridge: ReplytoQmgr Names Containing Periods Are Not Changed to Hyphens on Bridge (301981)



The information in this article applies to:

  • MSMQ - MQSeries Bridge

This article was previously published under Q301981

SYMPTOMS

If the MQSeries queue manager name contains a period, applications on Message Queuing generate the following error if the response queue field that is created from the MQSeries MQMD Replytoqmgr is used:
The error log of the HIS Bridge show the error below. The name "xx.xxxxx.xx" should be "xx-xxxxx-xx"

Error : return code 0xc00e0003 (Queue not found or illegal queue nameurn code) 177 2228 2816 324 CQ2QQueuesCacheF::GetQueueForma q2qcache.cpp 05/31/2001 20:28:39:718 0x00000000

Failed to get the ReplyToQ (xx.xxxxx.xx\xx.REP.01701201.xxxxx.xx) format name from MSMQ 171 2228 2816 1278 CQ2QProxyS::Send q2qfalc.cpp 05/31/2001 20:28:39:718 0x00000000
In this error, xx.xxxxx.xx is the name of the MQSeries Queue manager.

CAUSE

In the following hotfix for the bridge in Microsoft SNA Server 4.0

259045 MSMQ_MQSeries Bridge: Translating Windows NT Machine Names That Contain Hyphens

the code to translate hyphens to periods, and periods to hyphens is included in the bridge that is included with Microsoft Host Integration Server 2000. This fix only dealt with the target computer (MQSeries queue manager) names. When an MQSeries program coded the Replytoqmgr field, it was not automatically translated.

The hotfix in this article implements automatic translation for any name in the Replytoqmgr field that contains periods so that the Message Queuing response queue property contains a name that replaces the periods with hyphens.

RESOLUTION

A supported fix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Apply it only to computers that are experiencing this specific problem. This fix may receive additional testing. Therefore, if you are not severely affected by this problem, Microsoft recommends that you wait for the next Host Integration Server 2000 service pack that contains this hotfix.

To resolve this problem immediately, contact Microsoft Product Support Services to obtain the fix. 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 typical 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 fix should have the following file attributes or later:
   Date        Time    Version     Size     File name   Platform
   -------------------------------------------------------------
   04-Jun-2001 12:02   5.64.0.61   340,240  Explres.dll    I386
   04-Jun-2001 12:02   5.64.0.61   819,472  Q2qexpl.exe    I386
   04-Jun-2001 12:02   5.64.0.61   880,912  Q2qgw.exe      I386
   04-Jun-2001 12:02   5.64.0.61    33,040  Q2qmsg.dll     I386
   04-Jun-2001 12:02   5.64.0.61   348,432  Q2qprfdl.dll   I386
   04-Jun-2001 12:02   5.64.0.61   327,952  Q2qshdll.dll   I386
   04-Jun-2001 12:02   5.64.0.61    41,232  Shdllres.dll   I386
				

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

Modification Type:MinorLast Reviewed:10/6/2005
Keywords:kbfix kbprb kbQFE KB301981