Author |
Message |
Topic: MQPMO_LOGICAL_ORDER, 2046 Return code |
Oscar
Replies: 11 Views: 8826
|
Forum: IBM MQ API Support Posted: Fri Oct 07, 2005 10:42 am Subject: MQPMO_LOGICAL_ORDER, 2046 Return code |
I found this on a VB message board. My problem was a VB limitation. I had to change the constants to read &H8000& and everything worked. Maybe IBM should distribute the shared modules with ... |
Topic: MQPMO_LOGICAL_ORDER, 2046 Return code |
Oscar
Replies: 11 Views: 8826
|
Forum: IBM MQ API Support Posted: Tue Oct 04, 2005 11:14 am Subject: MQPMO_LOGICAL_ORDER, 2046 Return code |
I'm usind CSD09. The cmqb.bas module from the tools directory has a last modified date of 12/13/2004.
I haven't found anything on IBM's support sight that anyone else has had this problem. |
Topic: MQPMO_LOGICAL_ORDER, 2046 Return code |
Oscar
Replies: 11 Views: 8826
|
Forum: IBM MQ API Support Posted: Tue Oct 04, 2005 9:27 am Subject: I found it |
This is a very funky problem, and I don't know if it's specific to me or not.
I set a breakpoint in the code where I set the options, and moused over each of my options to see the values:
MQPMO_ ... |
Topic: MQPMO_LOGICAL_ORDER, 2046 Return code |
Oscar
Replies: 11 Views: 8826
|
Forum: IBM MQ API Support Posted: Tue Oct 04, 2005 7:56 am Subject: MQPMO_LOGICAL_ORDER, 2046 Return code |
Please disregard the part about MQ using the same group id. After I had some coffee in me, I found that the group id's were different
But, I'm still getting the 2046, MQRC_OPTIONS_ERROR when I ... |
Topic: MQPMO_LOGICAL_ORDER, 2046 Return code |
Oscar
Replies: 11 Views: 8826
|
Forum: IBM MQ API Support Posted: Tue Oct 04, 2005 7:13 am Subject: My code |
I have a subroutine just for PUTting the message. I make the connection and set the output type in another sub. If I remove the MQPMO_LOGICAL_ORDER, the put works.
Both messages have the same g ... |
Topic: MQPMO_LOGICAL_ORDER, 2046 Return code |
Oscar
Replies: 11 Views: 8826
|
Forum: IBM MQ API Support Posted: Mon Oct 03, 2005 2:51 pm Subject: MQPMO_LOGICAL_ORDER, 2046 Return code |
I am using VB6 to write to a queue manager on Version 5.3. I don't seem to be setting the options correctly as I always get the 2046 return code. Here's the code where I set up the Message Descripto ... |