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]Communication error

Post new topic  Reply to topic
 [SOLVED]Communication error « View previous topic :: View next topic » 
Author Message
MaheshPN
PostPosted: Wed Oct 20, 2004 11:28 am    Post subject: [SOLVED]Communication error Reply with quote

Master

Joined: 21 May 2003
Posts: 245
Location: Charlotte, NC

Hi Guys,
I deployed the WF client on SOLARIS and WF servers on AIX. WF servers are working fine. When I try connecting from client(with QueueManager) to WF server, I see this message

fmc /var/fmc> fmcautil -uadmin -ppassword -yfmc
- FMC16006I Administration Utility started.
System group name : [FMCGRP] FMCGRP
System name : [FMCSYS] FMCSYS
Userid : [ADMIN] ADMIN
Password : [********] ********
- FMC00013E Communication error - Failing Action: open, Reason Code: 2085, Fail
ing Object: FMC.FMCGRP.FMCSYS.ADM.
- FMC16302I Not connected to any system.
FMC15010I Main Menu:
s ... System Commands Menu
x ... Exit Main Menu

I have seen this errors in the past in other environment. I can't remember, how they got resolved.

Any idea?

Thanks,
-Mahesh
Back to top
View user's profile Send private message
CHF
PostPosted: Wed Oct 20, 2004 11:45 am    Post subject: Reply with quote

Master

Joined: 16 Dec 2003
Posts: 297

Mahesh,
Are you able to see FMC.FMCGRP.FMCSYS.ADM in the QMgr on SOLARIS BOX? This Queue is the Cluster Queue (Alias) hosted by the QMgr on AIX Box.
If you can't see it, I believe the QMgr that you created on SOLARIS Box is not joined in the WF Cluster properly.
_________________
CHF
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
MaheshPN
PostPosted: Wed Oct 20, 2004 12:47 pm    Post subject: Reply with quote

Master

Joined: 21 May 2003
Posts: 245
Location: Charlotte, NC

Thanks CHF,
I tried the mq command display q(*), it did not show that. But I tried the same command on UAT(which is working) with the same setup. It also did not show up that queue. I guess, I am using wrong command.
Please let me know, how to test it.

Thanks,
-Mahesh
Back to top
View user's profile Send private message
vennela
PostPosted: Wed Oct 20, 2004 1:33 pm    Post subject: Reply with quote

Jedi Knight

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

You should use display qc(*)
for clustered queses

On the QMGR where you are getting the error you may want to also issue

display clusqmgr(*)

Issue the same command on the workflow server also. If you see any temp qmgrs then there is a problem with clusters.

See if the listeners are running on both the boxes and if you have given the right port numbers in the clusrcvrs
Back to top
View user's profile Send private message Send e-mail Visit poster's website
MaheshPN
PostPosted: Thu Oct 21, 2004 6:42 am    Post subject: Reply with quote

Master

Joined: 21 May 2003
Posts: 245
Location: Charlotte, NC

Thanks vennela.

display qc(*)
1 : display qc(*)
AMQ8147: WebSphere MQ object * not found.

portnumbers and listeners seems to be ok. I would guess, cluster refresh might solve this issue.
Let me know your opinion.

thanks,
-Mahesh
Back to top
View user's profile Send private message
vennela
PostPosted: Thu Oct 21, 2004 12:30 pm    Post subject: Reply with quote

Jedi Knight

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

what does display clusqmgr(*) give you.

If it was an existing setup and was working before, you could try to issue refresh cluster and it might work.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
MaheshPN
PostPosted: Mon Oct 25, 2004 8:10 am    Post subject: Reply with quote

Master

Joined: 21 May 2003
Posts: 245
Location: Charlotte, NC

1 : display clusqmgr(*)
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(RQSP006B) CLUSTER(FMCGRP)
CHANNEL(TO.RQSP006B.TCP)

03B and 04B are WF server QMs.

AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(O5GPS03B) CLUSTER(FMCGRP)
CHANNEL(TO.O5GPS03B.TCP)
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(O5GPS04B) CLUSTER(FMCGRP)
CHANNEL(TO.O5GPS04B.TCP)

This is a new setup. I tried cluster refresh, did not soloved the issue.
Before the configuration I ran,
fmczinsx -o env
fmczinsx -o inf
fmczinsx -o mqserver.

Let me know, your thoughts.

thanks,
-Mahesh
Back to top
View user's profile Send private message
vennela
PostPosted: Mon Oct 25, 2004 12:32 pm    Post subject: Reply with quote

Jedi Knight

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

On the web client box go the directory
/var/fmc/qmgrs/RQSP006B/mqs

(Assuming RQSP006B is the web client QMGR).

do:

runmqsc RQSP006B < fmczcfst.mqs
runmqsc RQSP006B < fmczcfrt.mqs

in that order.

A refresh cluster might also be a good idea after that. Then under runmqsc issue
dis clusqmgr(*) and the output should be

Code:

CLUSQMGR(RQSP006B) CLUSTER(FMCGRP)
CHANNEL(TO.RQSP006B.TCP)

CLUSQMGR(O5GPS03B) CLUSTER(FMCGRP)
CHANNEL(TO.O5GPS03B.TCP)
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(O5GPS04B) CLUSTER(FMCGRP)
CHANNEL(TO.O5GPS04B.TCP)


Hope it works. If not get back
Back to top
View user's profile Send private message Send e-mail Visit poster's website
MaheshPN
PostPosted: Thu Oct 28, 2004 7:19 am    Post subject: Reply with quote

Master

Joined: 21 May 2003
Posts: 245
Location: Charlotte, NC

Thanks for your times guys.
The problem was with typo by SA!!!
On servers he typed queue prefix as fnc.xxx.xxx.
On clinnts he typed as fmc.xxx.xxx.

Got resolved and working great


Thanks,

-Mahesh
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]Communication error
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.