|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Adding Version 2.2 Queue manager to MQExplorer |
« View previous topic :: View next topic » |
Author |
Message
|
skopparapu |
Posted: Wed Aug 05, 2015 1:49 pm Post subject: Adding Version 2.2 Queue manager to MQExplorer |
|
|
Novice
Joined: 04 Mar 2014 Posts: 19
|
Hello All,
We are using a very very old queue manager of version 2.2 build on open VMS in our project. I am very new to this VMS operating system and is becoming difficult task for me to administer MQ objects. I want to add queue manager configured on VMS to my MQExplorer.
So, I created a new SVRCONN channel with a valid MCAUSER on VMS and making use of the created channel from MQExplorer for connecting to queue manager.
It then throwing the error "an unexpected error(2067) has occurred. (AMQ4999)."
I googled and found the error is due to "MQRC_SELECTOR_LIMIT_EXCEEDED".
Can someone help me out to resolve this please..  |
|
Back to top |
|
 |
markt |
Posted: Wed Aug 05, 2015 10:53 pm Post subject: |
|
|
 Knight
Joined: 14 May 2002 Posts: 508
|
Apart from the usual advice about out of date/unsupported software ...
If your google found that 2067 is MQRC_SELECTOR_LIMIT_EXCEEDED, you need to use a different search engine (like grep on cmqc.h perhaps, or learn about the "mqrc" command)
2067 is MQRC_SELECTOR_ERROR which means that Explorer is asking the qmgr for the value of some attribute that the qmgr does not understand. An attribute that was not available at that old a level. No idea which one but it's unlikely to be modifiable. |
|
Back to top |
|
 |
bruce2359 |
Posted: Thu Aug 06, 2015 4:39 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
This is the first hit when I googled 'mqrc 2067' http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_7.0.1/com.ibm.mq.csqsao.doc/fm12680_1.htm
Quote: |
2067 (0813) (RC2067): MQRC_SELECTOR_ERROR
Explanation
An MQINQ or MQSET call was issued, but the Selectors array contains a selector that is not valid for one of the following reasons:
The selector is not supported or out of range.
The selector is not applicable to the type of object whose attributes are being inquired or set.
The selector is for an attribute that cannot be set.
This reason also occurs if the parameter pointer is not valid. (It is not always possible to detect parameter pointers that are not valid; if not detected, unpredictable results occur.)
Completion Code
MQCC_FAILED
Programmer response
Ensure that the value specified for the selector is valid for the object type represented by Hobj. For the MQSET call, also ensure that the selector represents an integer attribute that can be set.
|
_________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
skopparapu |
Posted: Thu Aug 06, 2015 6:13 am Post subject: |
|
|
Novice
Joined: 04 Mar 2014 Posts: 19
|
If so, is there anyway to record the error in logs about which attribute mismatches or preventing me to add the queue manager into EXPlorer ? so that I can have a clue to work on it.
Thanks Bruce and Mark for your replies. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Aug 06, 2015 6:15 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
I think you really need to give up on using MQE with this version of a qmgr.
Stick with MQSC. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|