ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » [SOLVED]Client with Queue Manager.

Post new topic  Reply to topic
 [SOLVED]Client with Queue Manager. « View previous topic :: View next topic » 
Author Message
mike_mq
PostPosted: Mon May 09, 2005 5:48 am    Post subject: [SOLVED]Client with Queue Manager. Reply with quote

Centurion

Joined: 17 Oct 2003
Posts: 123

Hi,
I am having problem when configuring Client with Queue Manager from my local windows
box. I wanted to open a client connection to an AIX Box which has MQSeries5.3,
MQWorkflow3.4 installed.
My local machine has MQSeries server,Client and MQWF installed.
1. I have created a configuration TEST1 by selecting Clients and Runtime Client
using MQServer API.
2. On the QueueManager Tab, I entered a new QueueManager name(FMCQM1), queue prefix,
circular log, TCP/IP Port configuration (local pc name and port number). Took
defaults for Client Channel Definition Table to be updated.
3. Under Cluster tab, I used the AIX's box system group name as Cluster Name(AIX_GRP).
selected an additional QueueManager in this cluster.And entered the First Queue
Manager(AIXQM) Information, ie AIXMachine Name and port number which is listening
by AIX's Queue Manager.
4. In Client Connections tab, took default for Client Channel Def.Table to be used.
And for Connect names, entered Aix's system group name, new local queuemanager(FMCQM1)
and took defaults for Runtime Client.
New profile TEST1 was created successfully.

In MQ Explorer, there were two channels were created Cluster Sender(Running) and Cluster
Receiver(Inactive). I was not able to start Receiver even using runmqsc commands.
And I am gettting communication error.

Can anybody tell me, where I am doing mistake.

Thanks.
Back to top
View user's profile Send private message
vennela
PostPosted: Mon May 09, 2005 6:04 am    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

Everything looks fine.
Don't worry about channel tables if you are using QMGR-QMGR communications.
You cannot start RCVR channels. What happens when you start the CLUSSDR channel on the AIX machine?

What happens when you issue
Code:
dis clusqmgr(*)
and
Code:
dis chs(*)
on your windows machine and AIX machine?
Back to top
View user's profile Send private message Send e-mail Visit poster's website
mike_mq
PostPosted: Mon May 09, 2005 7:00 am    Post subject: Reply with quote

Centurion

Joined: 17 Oct 2003
Posts: 123

When I start Cluster Sender channel on AIX, it is saying
START CHANNEL(TO.FMCQM2.TCP)
4 : START CHANNEL(TO.FMCQM2.TCP)
AMQ8018: Start WebSphere MQ channel accepted.

but when I check dis chs(*), still showing as RETRYING.


on AIX

dis clusqmgr(*)
1 : dis clusqmgr(*)
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(AIXQM) CLUSTER(SYS_GRP)
CHANNEL(TO.AIXQM.TCP)
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(FMCQM) CLUSTER(SYS_GRP)
CHANNEL(TO.FMCQM.TCP)
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(FMCQM1) CLUSTER(SYS_GRP)
CHANNEL(TO.FMCQM1.TCP)
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(FMCQM2) CLUSTER(SYS_GRP)
CHANNEL(TO.FMCQM2.TCP)


dis chs(*)
2 : dis chs(*)
AMQ8417: Display Channel Status details.
CHANNEL(TO.FMCQM.TCP) XMITQ(SYSTEM.CLUSTER.TRANSMIT.QUEUE)
CONNAME(AIXName(5010)) CURRENT
CHLTYPE(CLUSSDR) STATUS(RUNNING)
RQMNAME(FMCQM)
AMQ8417: Display Channel Status details.
CHANNEL(TO.FMCQM1.TCP) XMITQ(SYSTEM.CLUSTER.TRANSMIT.QUEUE)
CONNAME(DWS2967-GZQKQ31(14003)) CURRENT
CHLTYPE(CLUSSDR) STATUS(RETRYING)
RQMNAME()
AMQ8417: Display Channel Status details.
CHANNEL(TO.AIXQM.TCP) XMITQ( )
CONNAME(AIXIPADDRESS) CURRENT
CHLTYPE(CLUSRCVR) STATUS(RUNNING)
RQMNAME(FMCQM)
AMQ8417: Display Channel Status details.
CHANNEL(TO.AIXQM.TCP) XMITQ( )
CONNAME(113.34.1.203) CURRENT
CHLTYPE(CLUSRCVR) STATUS(RUNNING)
RQMNAME(FMCQM2)
AMQ8417: Display Channel Status details.
CHANNEL(TO.FMCQM2.TCP) XMITQ(SYSTEM.CLUSTER.TRANSMIT.QUEUE)
CONNAME(DWS2967-GZQKQ31(14004)) CURRENT
CHLTYPE(CLUSSDR) STATUS(RETRYING)
RQMNAME()

on Windows:

dis clusqmgr(*)
1 : dis clusqmgr(*)
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(FMCQM2) CLUSTER(SYS_GRP)
CHANNEL(TO.FMCQM2.TCP)
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(SYSTEM.TEMPQMGR.AIXIPADDRESS(14000))
CLUSTER(SYS_GRP) CHANNEL(TO.AIXQM.TCP)

dis chs(*)
2 : dis chs(*)
AMQ8417: Display Channel Status details.
CHANNEL(TO.AIXQM.TCP) XMITQ(SYSTEM.CLUSTER.TRANSMIT.QUEUE)
CONNAME(AIXIPADDRESS(14000)) CURRENT
CHLTYPE(CLUSSDR) STATUS(RUNNING)
RQMNAME(AIXQM)
Back to top
View user's profile Send private message
mike_mq
PostPosted: Wed May 11, 2005 5:39 pm    Post subject: [SOLVED]Client with Queue Manager Reply with quote

Centurion

Joined: 17 Oct 2003
Posts: 123

I was pointing to the wrong queue manager, which is not in Repository. Now I am able to connect.

Thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » [SOLVED]Client with Queue Manager.
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.