Author |
Message
|
jeevan |
Posted: Wed Mar 15, 2006 8:08 am Post subject: Error 6109 while creating QMGR |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
in one of my server, when I create queue manager, I get an erros 6109 and can nto create the queue manager. What may be the reason? I checked both suggestions given in read book, the ccsid table is as in other server and there is enough space in directory.
I appreciate any help!
thanks |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Mar 15, 2006 8:13 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
are there FDC/FFST files thrown in the MQ error log?
Are there additional errors in the system log or the MQ error log? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
jeevan |
Posted: Wed Mar 15, 2006 8:22 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
NO FDC files. The following is the error message
AMQ6125: An internal WebSphere MQ error has occurred.
EXPLANATION:
An internal error has occurred with identifier 20806824. This message is
issued in association with other messages.
ACTION:
Use the standard facilities supplied with your system to record the problem
identifier, and to save the generated output files. Contact your IBM support
center. Do not discard these files until the problem has been resolved.
----- amqxfdcx.c : 688 --------------------------------------------------------
03/15/06 09:54:23
AMQ6184: An internal WebSphere MQ error has occurred on queue manager DQAS006.
EXPLANATION:
An error has been detected, and the WebSphere MQ error recording routine has
been called. The failing process is process 811048.
ACTION:
Use the standard facilities supplied with your system to record the problem |
|
Back to top |
|
 |
Nigelg |
Posted: Wed Mar 15, 2006 8:25 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
20806824 is hrcE_MQLO_DISK.
As a guess,you do not have enough space in the file system hosting /var/mqm/log to create the log files for the qmgr. _________________ MQSeries.net helps those who help themselves.. |
|
Back to top |
|
 |
kevinobyrne |
Posted: Thu Nov 01, 2007 3:32 am Post subject: |
|
|
 Voyager
Joined: 17 Jul 2007 Posts: 83 Location: Ireland
|
Hi,
I'm dragging up an old thread here but I'm trying to figure out, above the identifier 20806824 is defined as hrcE_MQLO_DISK? How do I find out the definition of a similar identifier? I've searched but can't find any tool or documentation.
Thanks. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Nov 01, 2007 4:45 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Nigelg looked it up in the platform c include libraries, as it's a platform specific error code. You should look at, I think, errors.h on your platform.
Or try googling for your error code and something like +unix or +error or etc. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|