Posted: Mon Jun 23, 2003 8:20 am Post subject: AMQCLCHL.TAB not found error
Knight
Joined: 30 Jan 2002 Posts: 560
I have a configuration FMC on my AIX box and now I have created new configuration FMC1. When I have tried to run "runmqsc" command to see all the channels
I am getting error
display CHANNEL(FMCQM1.CL.TCP)
AMQ8227: Channel /var/mqm/qmgrs/FMCQM1/@ipcc/AMQCLCHL.TAB not found.
Am I doing something wrong?
Please let me know
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
ucbus
You are not doing anything wrong and it is common to get that error.
Charlies explanation on this:
Quote:
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
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