Microsoft KB Archive/253554: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - ">" to ">")
 
(One intermediate revision by the same user not shown)
Line 45: Line 45:


When a message is being delivered from MQSeries with a '''Feedback''' property of 0, the following event log is produced:
When a message is being delivered from MQSeries with a '''Feedback''' property of 0, the following event log is produced:
<pre class="fixed_text">e:\Program Files\MSMQ-MQSeries Bridge\Q2QGW.EXE (thread 601) -&gt; Q2FO_Thread: Error in e:\vss\falconmq\wing\q2q\q2qgw\q2qgw.cpp (from Wed Nov 25 11:50:50 1998), line 98
<pre class="fixed_text">e:\Program Files\MSMQ-MQSeries Bridge\Q2QGW.EXE (thread 601) -> Q2FO_Thread: Error in e:\vss\falconmq\wing\q2q\q2qgw\q2qgw.cpp (from Wed Nov 25 11:50:50 1998), line 98


(compiled 18:21:22 on Dec 17 1998)
(compiled 18:21:22 on Dec 17 1998)


&lt;&lt;Passing it on&gt;&gt;
<<Passing it on>>
CQ2QChannel::Run: Error in e:\vss\falconmq\wing\q2q\q2qgw\q2qchnls.cpp (from Thu Oct 29 19:20:22 1998), line 206
CQ2QChannel::Run: Error in e:\vss\falconmq\wing\q2q\q2qgw\q2qchnls.cpp (from Thu Oct 29 19:20:22 1998), line 206


(compiled 18:20:57 on Dec 17 1998)
(compiled 18:20:57 on Dec 17 1998)


&lt;&lt;Passing it on&gt;&gt;
<<Passing it on>>
CQ2QChannelQ2FO::MsgPipeQ2FO::MoveBatch: Error in
CQ2QChannelQ2FO::MsgPipeQ2FO::MoveBatch: Error in
e:\vss\falconmq\wing\q2q\q2qgw\q2qchnls.cpp (from Thu Oct 29 19:20:22 1998),line 1526
e:\vss\falconmq\wing\q2q\q2qgw\q2qchnls.cpp (from Thu Oct 29 19:20:22 1998),line 1526
Line 60: Line 60:
(compiled 18:20:57 on Dec 17 1998)
(compiled 18:20:57 on Dec 17 1998)


&lt;&lt;Passing it on&gt;&gt;
<<Passing it on>>
CQ2QMsgF::QMsg: Error in e:\vss\falconmq\wing\q2q\q2qgw\q2qcmsg.cpp (from Mon Nov 16 12:03:28 1998), line 1627
CQ2QMsgF::QMsg: Error in e:\vss\falconmq\wing\q2q\q2qgw\q2qcmsg.cpp (from Mon Nov 16 12:03:28 1998), line 1627


(compiled 18:21:04 on Dec 17 1998)
(compiled 18:21:04 on Dec 17 1998)


&lt;&lt;Passing it on&gt;&gt;
<<Passing it on>>
CQ2QMsgF::QMsg: Error in e:\vss\falconmq\wing\q2q\q2qgw\q2qcmsg.cpp (from Mon Nov 16 12:03:28 1998), line 1627
CQ2QMsgF::QMsg: Error in e:\vss\falconmq\wing\q2q\q2qgw\q2qcmsg.cpp (from Mon Nov 16 12:03:28 1998), line 1627


(compiled 18:21:04 on Dec 17 1998)
(compiled 18:21:04 on Dec 17 1998)


&lt;&lt;Error: Un supported option - (4) .&gt;&gt;
<<Error: Un supported option - (4) .>>
                 </pre>
                 </pre>



Latest revision as of 09:44, 21 July 2020

Knowledge Base


FIX: Pipe Fails When MQSeries Sends a Report Message with a FEEDBACK Property of NONE or 0

Article ID: 253554

Article Last Modified on 3/26/2004



APPLIES TO

  • MSMQ - MQSeries Bridge



This article was previously published under Q253554

SYMPTOMS

When a message is being delivered from MQSeries with a Feedback property of 0, the following event log is produced:

e:\Program Files\MSMQ-MQSeries Bridge\Q2QGW.EXE (thread 601) -> Q2FO_Thread: Error in e:\vss\falconmq\wing\q2q\q2qgw\q2qgw.cpp (from Wed Nov 25 11:50:50 1998), line 98

(compiled 18:21:22 on Dec 17 1998)

<<Passing it on>>
CQ2QChannel::Run: Error in e:\vss\falconmq\wing\q2q\q2qgw\q2qchnls.cpp (from Thu Oct 29 19:20:22 1998), line 206

(compiled 18:20:57 on Dec 17 1998)

<<Passing it on>>
CQ2QChannelQ2FO::MsgPipeQ2FO::MoveBatch: Error in
e:\vss\falconmq\wing\q2q\q2qgw\q2qchnls.cpp (from Thu Oct 29 19:20:22 1998),line 1526

(compiled 18:20:57 on Dec 17 1998)

<<Passing it on>>
CQ2QMsgF::QMsg: Error in e:\vss\falconmq\wing\q2q\q2qgw\q2qcmsg.cpp (from Mon Nov 16 12:03:28 1998), line 1627

(compiled 18:21:04 on Dec 17 1998)

<<Passing it on>>
CQ2QMsgF::QMsg: Error in e:\vss\falconmq\wing\q2q\q2qgw\q2qcmsg.cpp (from Mon Nov 16 12:03:28 1998), line 1627

(compiled 18:21:04 on Dec 17 1998)

<<Error: Un supported option - (4) .>>
                

CAUSE

The MSMQ-MQSeries Bridge did not map this property to an MSMQ property.

RESOLUTION

To resolve this problem, obtain the latest service pack for SNA Server 4.0. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

215838 How to Obtain the Latest SNA Server Version 4.0 Service Pack


This problem was fixed by allowing MQSeries messages with a type MQMT_REPORT and MQFB_NONE in the Feedback property to be processed by the Bridge. The PROPID_M_CLASS property of the corresponding MSMQ message will be MQMSG_CLASS_NORMAL.

STATUS

This problem was first corrected in SNA Server 4.0 Service Pack 4.

Keywords: kbbug kbfix kbsna400presp4fix kbsna400sp4fix KB253554