Posted: Thu Nov 18, 2004 6:12 am Post subject: Authenticate to Windows MQ Server from Solaris MQ Client
Newbie
Joined: 18 Nov 2004 Posts: 1
I am using WebSphere MQSeries v5.3 and have a Windows based MQ Server that I need to authenticate to from a Solaris based MQ Client. The Windows server is standalone machine and is not a part of AD or a Domain. The MQAIR strucutre requires a LDAP server for authentication. Is there any way around this? Is there a way to setup a client connection channel to solve the problem? No matter what I do I end up with the 2035 error when trying to connect to the QMgr.
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
Hi,
This is pretty straight forward. Create a local UserID on the windows box that is the same as the UserID running the program on Solaris.
i.e.
If the Solaris UserID is fred then on Windows box create a local UserID called fred. (lowercase)
Next give it the authority to connect AND open the queue via setmqaut:
Code:
setmqaut -m MyQMgrName -t qmgr -p fred +connect +inq
setmqaut -m MyQMgrName -t queue -p fred -n ABC.** +allmqi
Where your queue name begins with 'ABC.' something.
Finally, issue the REFRESH SECURITY command via runmqsc or bounce the queue manager.
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