Author |
Message |
Topic: MQ RC = 2042 |
rajesh_manas
Replies: 1 Views: 3274
|
Forum: IBM MQ API Support Posted: Wed Jun 14, 2006 11:32 am Subject: MQ RC = 2042 |
HI ,
I am getting 2042 return code when i am trying to access(read) empty queue.
Could you please let me know what is the problem.
Regards,
Rajesh |
Topic: Regarding MQPMO_NEW_MSG_ID and MQPMO_NEW_CORREL_ID |
rajesh_manas
Replies: 9 Views: 16516
|
Forum: General Discussion Posted: Thu Jun 08, 2006 2:37 pm Subject: Regarding MQPMO_NEW_MSG_ID and MQPMO_NEW_CORREL_ID |
What language is this?
Maybe you need to use a Bit Or operation instead of an add operation.
http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.csqzak.doc/js01791.h ... |
Topic: Regarding MQPMO_NEW_MSG_ID and MQPMO_NEW_CORREL_ID |
rajesh_manas
Replies: 9 Views: 16516
|
Forum: General Discussion Posted: Thu Jun 08, 2006 2:25 pm Subject: Regarding MQPMO_NEW_MSG_ID and MQPMO_NEW_CORREL_ID |
MQPMO_NEW_MSG_ID and MQPMO_NEW_CORREL_ID are constants
http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.csqzaq.doc/csqzaq00.htm
That means that they are not variab ... |
Topic: Regarding MQPMO_NEW_MSG_ID and MQPMO_NEW_CORREL_ID |
rajesh_manas
Replies: 9 Views: 16516
|
Forum: General Discussion Posted: Thu Jun 08, 2006 2:15 pm Subject: Regarding MQPMO_NEW_MSG_ID and MQPMO_NEW_CORREL_ID |
I am assuming as below
MQMD.MSGID = MQPMO_NEW_MSG_ID
MQMD.CORRELID = MQPMO_NEW_CORREL_ID
But that's wrong.
MQMD.MsgId = MQMI_NONE
MQMD.CorrelId = MQMI_NONE
MQPMO.Options=MQPMO_NEW_MSG ... |
Topic: Regarding MQPMO_NEW_MSG_ID and MQPMO_NEW_CORREL_ID |
rajesh_manas
Replies: 9 Views: 16516
|
Forum: General Discussion Posted: Thu Jun 08, 2006 1:46 pm Subject: Regarding MQPMO_NEW_MSG_ID and MQPMO_NEW_CORREL_ID |
Hi All,
I am assuming as below
MQMD.MSGID = MQPMO_NEW_MSG_ID
MQMD.CORRELID = MQPMO_NEW_CORREL_ID
Say MQPMO_NEW_MSG_ID = 64 and MQPMO_NEW_CORREL_ID = 128 as initi ... |
Topic: MQ return code 2058 |
rajesh_manas
Replies: 24 Views: 17552
|
Forum: General Discussion Posted: Wed Jun 07, 2006 10:48 am Subject: MQ return code 2058 |
07.06.06 20:43:28 - /DIS SUBSYS
DFS147 20:43:28 REQUIRED KEYWORD PARAMETER NOT PRESENT
1.-The IMS command is /DIS SUBSYS <QM ... |
Topic: MQ return code 2058 |
rajesh_manas
Replies: 24 Views: 17552
|
Forum: General Discussion Posted: Wed Jun 07, 2006 10:28 am Subject: MQ return code 2058 |
Rajesh what happens when you issue /START SUBSYS ?
Hi ,
The same result.
Regards,
Rajesh |
Topic: MQ return code 2058 |
rajesh_manas
Replies: 24 Views: 17552
|
Forum: General Discussion Posted: Wed Jun 07, 2006 9:44 am Subject: MQ return code 2058 |
What are the results from a
/DISPLAY SUBSYS
command on the IMS system?
Hi,
This command ( /dis subsys) is not working in the IMS
Regards,
Rajesh |
Topic: MQ return code 2058 |
rajesh_manas
Replies: 24 Views: 17552
|
Forum: General Discussion Posted: Wed Jun 07, 2006 9:04 am Subject: MQ return code 2058 |
Hi contact admin,
2058 = MQRC_Q_MGR_NAME_ERROR
I think you must have made a spelling mistake or as Hassan said not looked at the upper case....
So i think this case will not be a problem.
Let ... |
Topic: MQ return code 2058 |
rajesh_manas
Replies: 24 Views: 17552
|
Forum: General Discussion Posted: Wed Jun 07, 2006 6:58 am Subject: MQ return code 2058 |
Confirm the case for the qm and q name. make sure the name is not getting converted to upper case.
Hi ,
Thanks for the reply, The same case i am using for the batch as well as IMS.So i think t ... |
Topic: MQ return code 2058 |
rajesh_manas
Replies: 24 Views: 17552
|
Forum: General Discussion Posted: Wed Jun 07, 2006 6:52 am Subject: MQ return code 2058 |
Hi All,
When i am trying to issue MQCONN call i am getting an return code 2058.
This is occuring for IMS program.
But the same QUEUE manager and QUEUE name were used for Batch programs and ... |
Topic: Msg RC2058 |
rajesh_manas
Replies: 28 Views: 17913
|
Forum: General IBM MQ Support Posted: Tue Apr 25, 2006 10:20 am Subject: MQRC 2059 |
Hi,
Thanks a lot for your quick response.
Regards,
Rajesh
http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.csqsav.doc/csq836o.htm |
Topic: Msg RC2058 |
rajesh_manas
Replies: 28 Views: 17913
|
Forum: General IBM MQ Support Posted: Tue Apr 25, 2006 10:09 am Subject: MQRC 2059 |
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 ... |
Topic: MQ error code : 2059 |
rajesh_manas
Replies: 4 Views: 4893
|
Forum: General IBM MQ Support Posted: Tue Apr 25, 2006 9:49 am Subject: MQRC 2059 |
Hi ,
I had a look into the link which you mentioned in your post.
It says
'The IMS region user ID, IMSREG, to connect to the queue manager TQM1. Users i ... |
Topic: MQ error code : 2059 |
rajesh_manas
Replies: 4 Views: 4893
|
Forum: General IBM MQ Support Posted: Tue Apr 25, 2006 1:20 am Subject: MQ error code : 2059 |
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(' ... |