|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
config SupportPacs MO71 |
« View previous topic :: View next topic » |
Author |
Message
|
cwchow |
Posted: Fri Mar 28, 2003 2:44 pm Post subject: config SupportPacs MO71 |
|
|
Novice
Joined: 29 Apr 2002 Posts: 13
|
I am trying to get a connect to a remote queue manager (on AIX running MQ Series V5.2) working using MQSeries Client and the Remote Queue
Administrator (SupportPac MO71) on Windows 2000. Every time I try to connect, I keep getting a reason code of 2035.
Where do I put the remote MQ server address and port number?
On the location Settings, I put the remote Queue Manager under the Connection section and the 'Via QM' and 'Server Queue' is blank.
On the 'Client Channel Definition' screen, I put the TCP/IP address of the remote server on Connection Name, SYSTEM.ADMIN.SVRCONN on the Channel Name. Did I config it correctly?
Using another Tool, MQJExplorer, I am able to connect to it. I am not sure whether it is config problem or it's really an authority problem.
Thanks. |
|
Back to top |
|
 |
hopfe_de |
Posted: Mon Mar 31, 2003 1:09 am Post subject: 2035 |
|
|
 Acolyte
Joined: 03 Mar 2002 Posts: 58 Location: Frankfurt, Germany
|
2035=MQRC_NOT_AUTHORIZED. You need to add your local Win2k User to the mqm-group on your AIX, or you have to define the MCA USER in the channel.
Run these Commands on your a AIX box as user mqm.
Code: |
runmqsc <qmgrname>
alter channel(SYSTEM.DEF.SVRCONN) chltype(SVRCONN) MCAUSER(<username>)
end |
<username> this user must be member of the mqm group. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|