Author |
Message
|
FrankBo |
Posted: Thu Dec 15, 2005 11:29 am Post subject: Msg RC2058 |
|
|
Apprentice
Joined: 08 Dec 2005 Posts: 36
|
The developer I'm working with told me that 2033 doesn't mean not connected, it literally means no message was found to return. I'm not sure what that means but I've got a RECV queue that shows 2 messages in it when he makes a request to the AS400 and SYSTEM.ADMIN.CHANNEL.EVENT is showing;
Display MQ Message Data
Queue Manager Name . . : COPART.ASSGN.QM1
Queue name . . . . . . : SYSTEM.ADMIN.CHANNEL.EVENT
Date (GMT) . : 20051215 Type . . . . : DATAGRAM
Time (GMT) . : 18400353 Format . . . : MQEVENT
Userid . . . : FRBOCCHINO
Offset Hexadecimal Text
0000 00000007 00000024 00000001 0000002E <................>
0010 00000001 00000001 00000000 000008EA <................>
0020 00000002 00000004 00000024 000007DF <................>
0030 00000000 00000010 C3D6D7C1 D9E34BC1 <........COPART.A>
0040 E2E2C7D5 4BD8D4F1 00000004 00000024 <SSGN.QM1........>
0050 00000DAD 00000000 00000010 C3D6D7C1 <...Ý........COPA>
0060 D9E34BC1 E2E2C7D5 4BC3C8D3 <RT.ASSGN.CHL >
I'm not sure why that is. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Dec 15, 2005 11:50 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
2033 when the q depth is greater than 0 means:
The messages are expired
-or-
the messages are put under syncpoint but not yet committed
-or
the app is asking for a message with a Message ID and/or Correl ID that those 2 messages do not contain
(2033 really means no messages available for gets that satisfy the criteria for this particular get call) _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
FrankBo |
Posted: Tue Dec 20, 2005 8:13 am Post subject: Msg RC2058 |
|
|
Apprentice
Joined: 08 Dec 2005 Posts: 36
|
Hi, this has been resolved. The web person removed an invalid entry from his channel table.
Thanks for your help. |
|
Back to top |
|
 |
rajesh_manas |
Posted: Tue Apr 25, 2006 1:17 am Post subject: MQ error code : 2059 |
|
|
Novice
Joined: 25 Apr 2006 Posts: 15
|
Hi All,
While i am trying to coonect to the queue manager i am getting the compcode error as 2059..the code for MQ conn is as below
CALL MQCONN('MQ2T',HCONN,COMPCODE,REASON);
PUT SKIP LIST('THE COMPCODE IS ',COMPCODE);
Also in the JESMSGLG it given a warning message indicating access failure which is mentioned below
'MQ2T.IMS CL(MQCONN )
INSUFFICIENT ACCESS AUTHORITY
ACCESS INTENT(READ ) ACCESS ALLOWED(NONE ) '
I am sure about the Qmanager is right whatever mentioned,,,since i tried the same qmanager for my batch program with CSQBSTUB..it was working fine.
only now when i am trying to run an IMS BMP program with CSQQSTUB it is giving this error.
Could you anyone please kindly let me know what is wrong.
Thanks and Regards,
Rajesh
PeterPotkay wrote: |
You have misspelled the QM
You are using the wrong case for the QM
You are using Client Channel tables, and they are built with a blank QM name, but you are specifying the QM name in your app, or the reverse.
You have everything correct with the QM name, but you are really going to ServerB when you think you are going to ServerA.
It is one of these 4 reasons that you are getting a 2058. |
|
|
Back to top |
|
 |
kevinf2349 |
Posted: Tue Apr 25, 2006 5:48 am Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
Which part of
Quote: |
INSUFFICIENT ACCESS AUTHORITY |
are you having trouble with?
Insufficient means you haven't got enough
Access means "way of using"
Authority means permission.
INSUFFICIENT ACCESS AUTHORITY means that your userid does not have enough permissions granted to it to use the resource. |
|
Back to top |
|
 |
wschutz |
Posted: Tue Apr 25, 2006 5:53 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
|
Back to top |
|
 |
rajesh_manas |
Posted: Tue Apr 25, 2006 10:09 am Post subject: MQRC 2059 |
|
|
Novice
Joined: 25 Apr 2006 Posts: 15
|
Hi ,
Could you please let me know what it means of
'QMGR defined in the IMS SSM table but missing from the
CSQDEFV?'
Is something related to my MQRC 2059 or it is not related at all , Please let me know.
Thanks and Regards,
M.Rajesh
|
|
Back to top |
|
 |
wschutz |
Posted: Tue Apr 25, 2006 10:18 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
|
Back to top |
|
 |
rajesh_manas |
Posted: Tue Apr 25, 2006 10:20 am Post subject: MQRC 2059 |
|
|
Novice
Joined: 25 Apr 2006 Posts: 15
|
Hi,
Thanks a lot for your quick response.
Regards,
Rajesh
wschutz wrote: |
http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.csqsav.doc/csq836o.htm |
|
|
Back to top |
|
 |
BBM |
Posted: Tue Apr 25, 2006 12:41 pm Post subject: |
|
|
Master
Joined: 10 Nov 2005 Posts: 217 Location: London, UK
|
If you are using the windows client make sure you do not have the server product installed on the box too.
BBM |
|
Back to top |
|
 |
wschutz |
Posted: Tue Apr 25, 2006 3:42 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
BBM wrote: |
If you are using the windows client make sure you do not have the server product installed on the box too.
BBM |
why would that be a problem? _________________ -wayne |
|
Back to top |
|
 |
BBM |
Posted: Wed Apr 26, 2006 1:24 am Post subject: |
|
|
Master
Joined: 10 Nov 2005 Posts: 217 Location: London, UK
|
We have seen issues where our application is picking up the server api rather than the client api and is not looking for the MQSERVER variable..
Removing the server product cured the issue..
Just my two penneth worth
cheers  |
|
Back to top |
|
 |
mvic |
Posted: Wed Apr 26, 2006 1:49 am Post subject: |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
BBM wrote: |
We have seen issues where our application is picking up the server api rather than the client api and is not looking for the MQSERVER variable.. |
The architecture of MQ's API libraries prevents such problems from happening. Client API entry points are in MQIC32.DLL and server API entry points are in MQM.DLL. Apps link with one or the other, but not both. |
|
Back to top |
|
 |
wschutz |
Posted: Wed Apr 26, 2006 4:13 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
|
Back to top |
|
 |
|