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 » General IBM MQ Support » [Solved] AMQ8227: Channel /var/mqm/qmgrs/FMCQM/@ipcc/AMQCLC.

Post new topic  Reply to topic
 [Solved] AMQ8227: Channel /var/mqm/qmgrs/FMCQM/@ipcc/AMQCLC. « View previous topic :: View next topic » 
Author Message
cmarquezmx
PostPosted: Mon Mar 24, 2003 8:42 am    Post subject: [Solved] AMQ8227: Channel /var/mqm/qmgrs/FMCQM/@ipcc/AMQCLC. Reply with quote

Novice

Joined: 20 Mar 2003
Posts: 22

Hi,
when i list channels in runmqsc, this error appears:

AMQ8227: Channel /var/mqm/qmgrs/FMCQM/@ipcc/AMQCLCHL.TAB not found.

??????

thx in advanced

$ runmqsc -e
0783889, 5765-B75 (C) Copyright IBM Corp. 1994, 2000. ALL RIGHTS RESERVED.
Starting MQSeries Commands.


dis chl(*)
AMQ8414: Display Channel details.
CHANNEL(FMCQM.CL.TCP) CHLTYPE(SVRCONN)
AMQ8414: Display Channel details.
CHANNEL(SYSTEM.ADMIN.SVRCONN) CHLTYPE(SVRCONN)
AMQ8414: Display Channel details.
CHANNEL(SYSTEM.AUTO.RECEIVER) CHLTYPE(RCVR)
AMQ8414: Display Channel details.
CHANNEL(SYSTEM.AUTO.SVRCONN) CHLTYPE(SVRCONN)
AMQ8414: Display Channel details.
CHANNEL(SYSTEM.DEF.CLUSRCVR) CHLTYPE(CLUSRCVR)
AMQ8414: Display Channel details.
CHANNEL(SYSTEM.DEF.CLUSSDR) CHLTYPE(CLUSSDR)
AMQ8414: Display Channel details.
CHANNEL(SYSTEM.DEF.RECEIVER) CHLTYPE(RCVR)
AMQ8414: Display Channel details.
CHANNEL(SYSTEM.DEF.REQUESTER) CHLTYPE(RQSTR)
AMQ8414: Display Channel details.
CHANNEL(SYSTEM.DEF.SENDER) CHLTYPE(SDR)
AMQ8414: Display Channel details.
CHANNEL(SYSTEM.DEF.SERVER) CHLTYPE(SVR)
AMQ8414: Display Channel details.
CHANNEL(SYSTEM.DEF.SVRCONN) CHLTYPE(SVRCONN)
AMQ8227: Channel /var/mqm/qmgrs/FMCQM/@ipcc/AMQCLCHL.TAB not found.


Last edited by cmarquezmx on Mon Mar 24, 2003 1:37 pm; edited 1 time in total
Back to top
View user's profile Send private message
vmcgloin
PostPosted: Mon Mar 24, 2003 8:59 am    Post subject: Reply with quote

Knight

Joined: 04 Apr 2002
Posts: 560
Location: Scotland

I would guess that you have environment variables MQCHLTAB and/or AMQCHLLIB set for client connections which might reference the file, but that you don't have any CLNTCONN channels defined.

It is a bit odd though. Which version and platform are you using?
Back to top
View user's profile Send private message
mqonnet
PostPosted: Mon Mar 24, 2003 9:02 am    Post subject: Reply with quote

Grand Master

Joined: 18 Feb 2002
Posts: 1114
Location: Boston, Ma, Usa.

As the message says, your amqclchl.tab file is not found in the location it was there earlier.

I have seen this a few times and it happens when either the file is deleted or moved from the location it was present at the time of creation of the clientconn channel. And at all times, everything worked normally when i placed this file back to the expected location.

Try to locate and place this file where it expects it to be.

Cheers
Kumar
_________________
IBM Certified WebSphere MQ V5.3 Developer
IBM Certified WebSphere MQ V5.3 Solution Designer
IBM Certified WebSphere MQ V5.3 System Administrator
Back to top
View user's profile Send private message Send e-mail Visit poster's website
cmarquezmx
PostPosted: Mon Mar 24, 2003 9:08 am    Post subject: Reply with quote

Novice

Joined: 20 Mar 2003
Posts: 22

platform: sunos 5.8
$ uname -a
SunOS gnpdomc 5.8 Generic_108528-18 sun4u sparc SUNW,Sun-Fire

mqseries 5.2
$ pkginfo -l mqm
PKGINST: mqm
NAME: MQSeries for Sun Solaris 2
CATEGORY: application
ARCH: sparc
VERSION: 5.2.0
VENDOR: IBM
PSTAMP: p000-L001106 (packaged: November 07, 2000 - 05:51:46 AM)
INSTDATE: Jan 30 2003 18:52
STATUS: completely installed

mqseries csd 06
pkginfo -l mqm-upd06
PKGINST: mqm-upd06
NAME: MQSeries for Sun Solaris 2 - U482979
CATEGORY: application
ARCH: sparc
VERSION: 5.2.0
VENDOR: IBM
PSTAMP: cubam11150607
INSTDATE: Mar 15 2003 11:04
STATUS: completely installed


...
mmm what happens if i create a new qmgr and copy & paste the file AMQCLCHL.TAB??????
Back to top
View user's profile Send private message
cmarquezmx
PostPosted: Mon Mar 24, 2003 9:17 am    Post subject: saveqmgr compiled (ms03) for solaris Reply with quote

Novice

Joined: 20 Mar 2003
Posts: 22

anyone have saveqmgr compiled for solaris 8?

thx in advanced
Back to top
View user's profile Send private message
mqonnet
PostPosted: Mon Mar 24, 2003 9:18 am    Post subject: Reply with quote

Grand Master

Joined: 18 Feb 2002
Posts: 1114
Location: Boston, Ma, Usa.

The amqclchl.tab holds the definition of svrconn channels on an MQ server machine. which you copy accross to a client system. It has no bearing with a Queue manager creation.

So, try and find out this file on the server system and copy it accross to your client. This may solve the issue, even though there seems no client channel definition still around in your "posted" environment.

Cheers
Kumar
_________________
IBM Certified WebSphere MQ V5.3 Developer
IBM Certified WebSphere MQ V5.3 Solution Designer
IBM Certified WebSphere MQ V5.3 System Administrator
Back to top
View user's profile Send private message Send e-mail Visit poster's website
cmarquezmx
PostPosted: Mon Mar 24, 2003 9:27 am    Post subject: Reply with quote

Novice

Joined: 20 Mar 2003
Posts: 22

i try to find out this file on all server but it doesn't exits...

but if i don't have client connections from this server to any other server, i can create a new qmgr and copy this file to my qmgr?
Back to top
View user's profile Send private message
mqonnet
PostPosted: Mon Mar 24, 2003 10:41 am    Post subject: Reply with quote

Grand Master

Joined: 18 Feb 2002
Posts: 1114
Location: Boston, Ma, Usa.

As i posted earlier. Creating a QM has nothing to do with AMQCLCHL.TAB.

Take a look at the following link..

http://publibfp.boulder.ibm.com/epubs/html/csqzaf07/csqzaf07tfrm.htm

Part 3, Chapter 8. Client channel def tables...

This would assist you in going further.

Cheers
Kumar
_________________
IBM Certified WebSphere MQ V5.3 Developer
IBM Certified WebSphere MQ V5.3 Solution Designer
IBM Certified WebSphere MQ V5.3 System Administrator
Back to top
View user's profile Send private message Send e-mail Visit poster's website
clindsey
PostPosted: Mon Mar 24, 2003 10:47 am    Post subject: Reply with quote

Knight

Joined: 12 Jul 2002
Posts: 586
Location: Dallas, Tx

Based on your queue manager name (FMCQM), I believe you have MQSeries Workflow installed.

MQSeries Workflow creates its own copy of the channel table and subsequently removes the default copy. You must now set a couple of environment variables on the server prior to starting runmqsc in order to point runmqsc to the newly created channel table. This will allow you to circimvent the message.

Set or export depending on the platform:
MQCHLTAB=MQWFCHL.TAB
MQCHLLIB=channeltabpath

where channeltabpath on unix is /var/fmc/chltabs and
on windows, <mqwfinstalldir>/fmc/chltabs

Charlie
Back to top
View user's profile Send private message
cmarquezmx
PostPosted: Mon Mar 24, 2003 10:58 am    Post subject: Reply with quote

Novice

Joined: 20 Mar 2003
Posts: 22

THX!!!!!
you are right.. i have workflow...
and when i make this exports in solaris dis chl(*) works fine!

thanks again
Back to top
View user's profile Send private message
cmarquezmx
PostPosted: Mon Mar 24, 2003 11:06 am    Post subject: Reply with quote

Novice

Joined: 20 Mar 2003
Posts: 22

i have a new problem... when i try to administer remotely (using win200 mmc) the solaris qmgr ... appears this message box:

Unexpected error (2136). (AMQ4082)

when i try to view the channels

thx in advanced
Back to top
View user's profile Send private message
clindsey
PostPosted: Tue Mar 25, 2003 1:37 pm    Post subject: Reply with quote

Knight

Joined: 12 Jul 2002
Posts: 586
Location: Dallas, Tx

This last problem is a different symptom of the same problem.
For this, you need to do as Kumar suggested.
Copy /var/fmc/chltabs/MQWFCHL.TAB
to /var/mqm/qmgrs/FMCQM/@ipcc/AMQCLCHL.TAB

If you add new systems through fmczutil, then copy the file again to keep it updated.

Charlie
Back to top
View user's profile Send private message
cmarquezmx
PostPosted: Tue Mar 25, 2003 2:33 pm    Post subject: Reply with quote

Novice

Joined: 20 Mar 2003
Posts: 22

actually the problem was solutioned alone: when i restarted qmgr yesterday on solaris for a configuration and today start my mqseries explorer, the problem doesn't exists anymore
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 » General IBM MQ Support » [Solved] AMQ8227: Channel /var/mqm/qmgrs/FMCQM/@ipcc/AMQCLC.
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.