Posted: Thu Nov 03, 2005 1:00 pm Post subject: AMQ4043 - adding remote queue to a cluster
Newbie
Joined: 03 Nov 2005 Posts: 4 Location: Washington D.C.
Hello,
I am trying to add a remote queue to a cluster on the same network but different machines. When connecting to the repository I get an AMQ4043 error code. I am entering the Repository in the queue manager name, and the Ip address plus port number for the connection name - x.x.x.x(pt#). My error log shows the following:
--------------------------
AMQ9520: Channel not defined remotely.
EXPLANATION:
There is no definition of channel 'SYSTEM.ADMIN.SVRCONN' at the remote
location.
ACTION:
Add an appropriate definition to the remote hosts list of defined channels and
retry the operation.
----------------------------
Am missing something related to this SVRCONN channel? Anything else I should look at?
I'm going to guess that you are attempting to connect via a GUI interface like MQExplore or mqmon etc....
AMQ4043 means "The Queue Manager is not available for connection."
Corrective action: Confirm the MQManager is running. If the MQManager is running on a remote computer ensure that it is configured to accept remote connections.
So make sure the runmqlsr is running and listening to the port you are attempting to connect to.
The default channel that GUI's of this nature use to connect to an MQManager is the SYSTEM.ADMIN.SVRCONN Channel and apparently, this channel is not defined on the MQManager you are trying to connect to.
If you have local access and authority to this MQManager log on and define the channel with the "define chl(SYSTEM.ADMIN.SVRCONN) chltype(SVRCONN)" command. If not contact someone who does have local access and authority to do so. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial.
Alternatively, it will be easier if you used runmqsc to share the queues in the cluster instead of the GUI. I assume the hosting queue manager has been added successfully to the cluster by you and you have access priviledges on the host do run "runmqsc"
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