Author |
Message
|
wmqiadmin |
Posted: Mon Mar 13, 2006 7:11 am Post subject: MQJE016 Reason Code:2009 |
|
|
 Disciple
Joined: 19 Jun 2005 Posts: 163 Location: epping UK
|
Hi Guys,
I am trying to put a message on a queue using the in built utility "Put a message to a queue" in Toolkit V6 with fix pack 1 on win XP.
We have broker and config mgr V6 on win 2003 on diff m/c. The Queue mgr is connected to limited applications. Channels are running fine and SYSTEM.ADMIN.SVRCONN is running.
Quote: |
MQJE001: An MQException occurred: Completion Code 2, Reason 2009
MQJE016: MQ queue manager closed channel immediately during connect
Closure reason = 2009 |
\
Thanks in advance. |
|
Back to top |
|
 |
mvic |
Posted: Mon Mar 13, 2006 7:55 am Post subject: Re: MQJE016 Reason Code:2009 |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
What version fixpack of qmgr?
What version fixpack of client?
Any entries in qmgrs/qmname/errors/*.LOG from the time in question?
Any errors/*.FDC files from the time in question? |
|
Back to top |
|
 |
wmqiadmin |
Posted: Mon Mar 13, 2006 8:51 am Post subject: |
|
|
 Disciple
Joined: 19 Jun 2005 Posts: 163 Location: epping UK
|
No Fix pack for MQ.
The log says:
Quote: |
The requested operation failed because the program could not find a definition of channel 'SYSTEM.BKR.CONFIG'. |
Do I have to create this channel manually and what'll be the base channel (attributes like) for this channel.
Client Fix pack: trying to use the inbuilt RFH Util of Broker toolkit. and toolkit's fix pack 1 is installed.
Quote: |
Any errors/*.FDC files from the time in question? |
No errors in this file.
Note: Broker is sitting on this q-manager. |
|
Back to top |
|
 |
mqmatt |
Posted: Mon Mar 13, 2006 10:01 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
Create a SVRCONN channel of that name (SYSTEM.BKR.CONFIG); default attributes will be fine.
This channel is usually created for you when you create a Config Manager; the underlying enqueue facility is (incorrectly) assuming that one exists.
-Matt |
|
Back to top |
|
 |
wmqiadmin |
Posted: Mon Mar 13, 2006 10:45 am Post subject: |
|
|
 Disciple
Joined: 19 Jun 2005 Posts: 163 Location: epping UK
|
|
Back to top |
|
 |
|