Author |
Message
|
MQChela |
Posted: Thu Oct 05, 2006 10:25 am Post subject: Use of period in UserId of W2K3 Client and MQServer on Linux |
|
|
Novice
Joined: 07 Feb 2006 Posts: 20
|
Hi all,
We have an application that uses MQ Client and runs on W2K3 under user id "am.xyz".
It needs to connect to MQServer on Linux
I had unix support guys create an account "am.xyz" on Linux machine and I tried to grant permissions using setmqaut.
I consistently got internal MQ errors. So I asked unix admins to create a group "xyz" and move this user in that group. The sermqaut commands worked fine when I used this group.
But now when the application is trying to access queue manager, it is receiving 2195 (MQRC_UNEXPECTED_ERROR). The FDC on server is showing internal MQ error again.
Could the period in user id be causing this ?
Has anyone else experienced this ?
I searched the Probe ID (XC130004) on IBM's web site but did not get any hits that are similar problem.
Thanks |
|
Back to top |
|
 |
mvic |
Posted: Thu Oct 05, 2006 12:07 pm Post subject: Re: Use of period in UserId of W2K3 Client and MQServer on L |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
MQChela wrote: |
Could the period in user id be causing this ? |
This seems highly likely to be the right explanation. Have you tried with user IDs not containing '.' ? |
|
Back to top |
|
 |
MQChela |
Posted: Thu Oct 05, 2006 12:28 pm Post subject: Re: Use of period in UserId of W2K3 Client and MQServer on L |
|
|
Novice
Joined: 07 Feb 2006 Posts: 20
|
mvic wrote: |
MQChela wrote: |
Could the period in user id be causing this ? |
This seems highly likely to be the right explanation. Have you tried with user IDs not containing '.' ? |
We have no choice. The application using MQ Client on W2K3 is already in production and we are only upgrading it to use MQSeries. |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Oct 05, 2006 3:28 pm Post subject: Re: Use of period in UserId of W2K3 Client and MQServer on L |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
MQChela wrote: |
mvic wrote: |
MQChela wrote: |
Could the period in user id be causing this ? |
This seems highly likely to be the right explanation. Have you tried with user IDs not containing '.' ? |
We have no choice. The application using MQ Client on W2K3 is already in production and we are only upgrading it to use MQSeries. |
You may have no choice but to change to a userId without a period.
Do a search on the forum. There was a post about this some ways back. I believe I remember seing something about an advanced patch? Open a PMR... _________________ MQ & Broker admin |
|
Back to top |
|
 |
MQChela |
Posted: Fri Oct 27, 2006 10:01 am Post subject: Re: Use of period in UserId of W2K3 Client and MQServer on L |
|
|
Novice
Joined: 07 Feb 2006 Posts: 20
|
MQChela wrote: |
Hi all,
We have an application that uses MQ Client and runs on W2K3 under user id "am.xyz".
It needs to connect to MQServer on Linux
I had unix support guys create an account "am.xyz" on Linux machine and I tried to grant permissions using setmqaut.
I consistently got internal MQ errors. So I asked unix admins to create a group "xyz" and move this user in that group. The sermqaut commands worked fine when I used this group.
But now when the application is trying to access queue manager, it is receiving 2195 (MQRC_UNEXPECTED_ERROR). The FDC on server is showing internal MQ error again.
Could the period in user id be causing this ?
Has anyone else experienced this ?
I searched the Probe ID (XC130004) on IBM's web site but did not get any hits that are similar problem.
Thanks |
This probelm has been resolved after opening case with IBM.
A group "am.xyz" needs to be created explicitely on Linux (and I suppose Unix too). When our administrator created the user "am.xyz", he did not create a group. So the group ownership was implicit.
There is no need to create group "xyz". |
|
Back to top |
|
 |
|