Author |
Message
|
ysandler |
Posted: Thu Jan 17, 2002 10:11 am Post subject: |
|
|
Novice
Joined: 14 Jan 2002 Posts: 16 Location: IBM Global Services
|
We are trying to issue mqsc commands from win2000 box to sun solaris box, and are getting error message that command server is not responding. DLH on Sun box shows reason code 2035 (which indicates improper authorization). I saw user id passed is administrato (without r at the end). and it does not matter what user id is used during logon to win2000 box:either mine or administrator). I have checked that both id's are part of mqm group on both boxes.
Any info someone has how to fix it? |
|
Back to top |
|
 |
Tibor |
Posted: Thu Jan 17, 2002 10:53 am Post subject: |
|
|
 Grand Master
Joined: 20 May 2001 Posts: 1033 Location: Hungary
|
You have to define a new user in Win2K and Solaris. This user should be the member of mqm in both platform and shorter then 12 character.
|
|
Back to top |
|
 |
ysandler |
Posted: Thu Jan 17, 2002 12:31 pm Post subject: |
|
|
Novice
Joined: 14 Jan 2002 Posts: 16 Location: IBM Global Services
|
I defined my user id on both platfors, and they both are members of mqm group. When I logged to win2000 box with my user id and tried to use mqsc command, message on unix box still depicted identifier as administrato. Anything else is missing? |
|
Back to top |
|
 |
Tibor |
Posted: Mon Jan 21, 2002 5:58 am Post subject: |
|
|
 Grand Master
Joined: 20 May 2001 Posts: 1033 Location: Hungary
|
Quote: |
On 2002-01-17 12:31, ysandler wrote:
I defined my user id on both platfors, and they both are members of mqm group. When I logged to win2000 box with my user id and tried to use mqsc command, message on unix box still depicted identifier as administrato. Anything else is missing?
|
OK, try again:
Code: |
- 123456789012
- administrato|r
|
Your user's name is longer than 12 character. MQMD.UserIdentifier is MQCHAR12 - so last letter ('r') being lost. That's why authentication won't work. Best choose is a name with max. 8 character...
|
|
Back to top |
|
 |
ysandler |
Posted: Tue Jan 22, 2002 8:28 am Post subject: |
|
|
Novice
Joined: 14 Jan 2002 Posts: 16 Location: IBM Global Services
|
I have tried to use userid defined as 7 char, and used it to login to the w2000 box, but when message arrived on Unix box, in DLH administrato is still an identifier. Can not understand it. |
|
Back to top |
|
 |
Riley |
Posted: Tue Jan 22, 2002 9:49 am Post subject: |
|
|
Newbie
Joined: 16 Jan 2002 Posts: 6 Location: NYC
|
You should also check that your broker and configuration manager databases are able to be accessec by this new 7-char user. This can also be a problem. |
|
Back to top |
|
 |
rwa |
Posted: Wed Feb 13, 2002 4:08 am Post subject: |
|
|
Voyager
Joined: 22 Jan 2002 Posts: 76 Location: Duesseldorf/Germany
|
Hi,
just to double check:
The command server is not started after a "standard" installation of MQSeries on Solaris.
Did you create the queue for the command server and start the command server?
|
|
Back to top |
|
 |
|