Author |
Message
|
zigeesha |
Posted: Tue Aug 24, 2004 8:57 am Post subject: error with completion code 2 n reason code 2035..plz suggest |
|
|
Apprentice
Joined: 16 Aug 2004 Posts: 32 Location: california
|
Hi all,
I need u'r help in solving the following problem....i have a program which actually gets a single message off a queue enough times to exceed th backout threshold on the queue and then moves it to the specified backout queue ..but while executing the code i have a websphere mq error with completion code 2 n reason code 2035 ....which i have checked for in the mesages section of the forum..but am unable to decide wht to do ....
error says MQRC_NOT_AUTHORIZED ..
can u plz suggest
thanks
lakshmi |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Aug 24, 2004 9:15 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Please click on the item labeled "search", in the upper right corner of this screen.
Enter '2035' in the search box, and look through the results.
MQRC_NOT_AUTHORIZED means exactly that. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
neocruz |
Posted: Tue Aug 24, 2004 10:33 am Post subject: |
|
|
Acolyte
Joined: 13 Jun 2004 Posts: 54
|
You do not have access to a queue you are attempting to work with. In the Qmgr, make sure authorev(enabled) is set and check that qmgr's error log. There should be something about the rejection in there.
Rich |
|
Back to top |
|
 |
muralihegde |
Posted: Wed Aug 25, 2004 12:14 am Post subject: |
|
|
Centurion
Joined: 30 Apr 2002 Posts: 108
|
Hi,
Please make sure the user id under which the code is getting executed belongs to mqm group. You have not mentioned which platform you are using. |
|
Back to top |
|
 |
gunter |
Posted: Wed Aug 25, 2004 12:39 am Post subject: |
|
|
Partisan
Joined: 21 Jan 2004 Posts: 307 Location: Germany, Frankfurt
|
Quote: |
Please make sure the user id under which the code is getting executed belongs to mqm group |
It's the easiest way to get the application running, member of group mqm are mq-admins and if you're interested in security, it's the wrong way. _________________ Gunter Jeschawitz
IBM Certified System Administrator - Websphere MQ, 5.3 |
|
Back to top |
|
 |
|