Author |
Message
|
awatson72 |
Posted: Fri Dec 01, 2006 12:36 pm Post subject: AMQ8135 error |
|
|
Acolyte
Joined: 14 Apr 2004 Posts: 69 Location: Freeport, Maine
|
While trying to launch runmqsc on an AIX server with MQ 6.0.1, some users are getting an AMQ8135 error. The users in question are members of the mqm group. The mqm user itself and other users in the mqm group can use runmqsc with no problem. There are 4 queue managers on the server, it doesn't matter which I attempt to connect to. The refresh security command, and restarting QMs hasn't made a difference. I'm out of ideas, any suggestions on what to look at? _________________ Andrew Watson
L.L. Bean, Inc. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Dec 01, 2006 4:30 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
See "Implications of a 64bit queue manager" in the Quick Beginnings Guide for your platform.
And consider using a single mqm user, and sudo, instead of giving many users mqm authority. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Sat Dec 02, 2006 9:39 am Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi Andrew,
Check the length of the UserId - it cannot exceed 12 characters.
Secondly, Unix uses only 8 characters to distinguish a UserId but MQ allows up to 12 characters. Hence, you can get into trouble here.
Is the UserId with the problem 9 characters (or 10 or 11 or 12) long and there may be another exactly the same UserId but only 8 characters long? i.e. rlacroix & rlacroix1
I have found that 9-char UserId (rlacroix1) will never work correctly when there is the 8-char UserId (rlacroix).
I found the easiest solution was to keep similar UserIds to a max length of 8 characters. i.e. rlacroi1, rlacroi2, rlacroi3, etc..
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
awatson72 |
Posted: Mon Dec 04, 2006 5:58 am Post subject: |
|
|
Acolyte
Joined: 14 Apr 2004 Posts: 69 Location: Freeport, Maine
|
The userID is 8 characters or less, so that isn't it, but I've determined that the common thread of the users having trouble is that they are signing in using Vintela. Something about putting a Vintela user into the mqm group isn't working out. This is a test server, so I'm not too worried about not using sudo. I'll be doing some digging to find out why mqm/Vintela aren't playing nice. It works fine in other scenarios. _________________ Andrew Watson
L.L. Bean, Inc. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Dec 04, 2006 6:17 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
It's probably a PATH issue, caused by some things that will be documented (or should be documented) in the "Implications of a 64-bit Queue Manager" section of the Quick Beginnings Guide for your platform.
 _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mquser925 |
Posted: Thu Jul 03, 2008 11:59 am Post subject: |
|
|
Acolyte
Joined: 22 Apr 2008 Posts: 61
|
So I am in the mqm group but my username is 13 characters, I was getting AMQ6187 so I defined AMQ_NOFFST_PROCESS_UID as an environment variable and this changed the error to AMQ8135. Is the only way to resolve this issue to shorten my userid?
ps. I am using mq v6.0 in 64bit RHEL |
|
Back to top |
|
 |
RogerLacroix |
Posted: Thu Jul 03, 2008 6:59 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
mquser925 wrote: |
So I am in the mqm group but my username is 13 characters, I was getting AMQ6187 so I defined AMQ_NOFFST_PROCESS_UID as an environment variable and this changed the error to AMQ8135. Is the only way to resolve this issue to shorten my userid? |
Did you issue the REFRESH SECURITY command? If it still fails then you need a shorter UserId or use one of the security holes (set mqm in the MCAUSER field and let everyone be an MQAdmin).
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
|