Page 1 of 1

Commerce Manager 7.6

Posted: Thu Mar 15, 2007 2:17 pm
by edi1fmj
Is there a documentation or procedure on how to add an Inbound MQ connection to Commerce Manager using the StampandSort map?

Posted: Thu Mar 15, 2007 4:18 pm
by jvmerc
Look at the adapters PDF should be something there.

Posted: Thu Mar 22, 2007 1:41 pm
by edi1fmj
jvmerc wrote:Look at the adapters PDF should be something there.
Thanks.

I was able to modify the stampandsortqueue to do an MQ GET successfully with the SourceEvent turned to ON and with the Trace ON (-QN <queue name> -QMN (queue manager> -T). Since it is always ON, it keeps on looking at the queue for messages. If there is no message it returns an error code 2033 and the logs keeps on getting bigger. Is there a way of bypassing the error code 2033 from generating into the log?

Thanks.

Posted: Thu Mar 22, 2007 6:45 pm
by jvmerc
I'm not sure. We aren't using MQ. Is it comming up in the log file as a warning or an error?

Posted: Fri Mar 23, 2007 6:39 am
by edi1fmj
jvmerc wrote:I'm not sure. We aren't using MQ. Is it comming up in the log file as a warning or an error?

It is coming in as an error. Below is a snapshot. Is there another option with trace (-T) where you can bypass 2033?

<17854-005>: [m4mqsListen] (rc = 0) OK
<17854-005>: [m4mqsListen]
<17854-005>: | [intm4mqsObtainQueueNode]
<17854-005>: | | Queue node found: N174.ACI.EDI.OUT2
<17854-005>: | [intm4mqsObtainQueueNode] (rc = 0) OK
<17854-005>: | No message found
<17854-005>: | MQSeries error (ReasonCode = 2033)
<17854-005>: [m4mqsListen] (rc = 0) OK
<17854-005>: [m4mqsListen]
<17854-005>: | [intm4mqsObtainQueueNode]
<17854-005>: | | Queue node found: N174.ACI.EDI.OUT2
<17854-005>: | [intm4mqsObtainQueueNode] (rc = 0) OK
<17854-005>: | No message found
<17854-005>: | MQSeries error (ReasonCode = 2033)
<17854-005>: [m4mqsListen] (rc = 0) OK
<17854-005>: [m4mqsListen]
<17854-005>: | [intm4mqsObtainQueueNode]
<17854-005>: | | Queue node found: N174.ACI.EDI.OUT2
<17854-005>: | [intm4mqsObtainQueueNode] (rc = 0) OK
<17854-005>: | No message found
<17854-005>: | MQSeries error (ReasonCode = 2033)

Posted: Sat Mar 24, 2007 3:24 pm
by jvmerc
I guess my question was related to -- were you talking about the trace or log file? As far as I'm aware the trace file gives you the best adapter error messages.

Have you googled the error code?