Author |
Message
|
dfore |
Posted: Mon Mar 26, 2007 11:57 am Post subject: AMQ9516 - error code 6 - AMQRFCDA.DAT |
|
|
 Newbie
Joined: 26 Feb 2007 Posts: 7 Location: Nashville TN
|
Hey Guys, ran into a small problem I wanted everyone to look at. This is WMQ v5.3 CSD13/Windows Server 2003 Service Pack 1
3/26/2007 14:40:55
AMQ9516: File error occurred.
EXPLANATION:
The filesystem returned error code 6 for file 'C:\WebSphere
MQ\QMGRS\QM_llkcmqprod01wc\@ipcc\AMQRFCDA.DAT'.
ACTION:
Record the name of the file 'C:\WebSphere
MQ\QMGRS\QM_llkcmqprod01wc\@ipcc\AMQRFCDA.DAT' and tell the systems
administrator, who should ensure that file 'C:\WebSphere
MQ\QMGRS\QM_llkcmqprod01wc\@ipcc\AMQRFCDA.DAT' is correct and available. _________________ Thank You,
Dean Fore
Sr. WebSphere MQ Administrator |
|
Back to top |
|
 |
EddieA |
Posted: Tue Mar 27, 2007 9:24 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
#define ENXIO 6 //No such address or device
Does the path/file exist.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
dfore |
Posted: Tue Mar 27, 2007 10:30 am Post subject: |
|
|
 Newbie
Joined: 26 Feb 2007 Posts: 7 Location: Nashville TN
|
Yes, the path is correct and the file does exit. The "code 6" is unusual and I am unable to find any reference to what it means. I've narrowed it down to client connection using a svrconn channel. What I've uncovered so far is that it's referring to the channel table. I'm going to attach the error that I've already listed; and the error that is generated immediately after each time it complains about the AMQFRCDA.DAT. Thanks.
3/27/2007 09:12:45
AMQ9516: File error occurred.
EXPLANATION:
The filesystem returned error code 6 for file 'C:\WebSphere
MQ\QMGRS\QM_llkcmqprod01wc\@ipcc\AMQRFCDA.DAT'.
ACTION:
Record the name of the file 'C:\WebSphere
MQ\QMGRS\QM_llkcmqprod01wc\@ipcc\AMQRFCDA.DAT' and tell the systems
administrator, who should ensure that file 'C:\WebSphere
MQ\QMGRS\QM_llkcmqprod01wc\@ipcc\AMQRFCDA.DAT' is correct and available.
----- amqrcdfa.c : 499 --------------------------------------------------------
3/27/2007 09:12:45
AMQ9999: Channel program ended abnormally.
EXPLANATION:
Channel program 'LLKCMQ01WC.TO.CLIENT' ended abnormally.
ACTION:
Look at previous error messages for channel program 'LLKCMQ01WC.TO.CLIENT' in
the error files to determine the cause of the failure. _________________ Thank You,
Dean Fore
Sr. WebSphere MQ Administrator |
|
Back to top |
|
 |
dfore |
Posted: Tue Aug 07, 2007 12:45 pm Post subject: Re: AMQ9516 - error code 6 - AMQRFCDA.DAT |
|
|
 Newbie
Joined: 26 Feb 2007 Posts: 7 Location: Nashville TN
|
dfore wrote: |
Hey Guys, ran into a small problem I wanted everyone to look at. This is WMQ v5.3 CSD13/Windows Server 2003 Service Pack 1
3/26/2007 14:40:55
AMQ9516: File error occurred.
EXPLANATION:
The filesystem returned error code 6 for file 'C:\WebSphere
MQ\QMGRS\QM_llkcmqprod01wc\@ipcc\AMQRFCDA.DAT'.
ACTION:
Record the name of the file 'C:\WebSphere
MQ\QMGRS\QM_llkcmqprod01wc\@ipcc\AMQRFCDA.DAT' and tell the systems
administrator, who should ensure that file 'C:\WebSphere
MQ\QMGRS\QM_llkcmqprod01wc\@ipcc\AMQRFCDA.DAT' is correct and available. |
_________________ Thank You,
Dean Fore
Sr. WebSphere MQ Administrator |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Aug 07, 2007 12:55 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Are there any FDC/FFSTs? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
dfore |
Posted: Tue Aug 07, 2007 12:59 pm Post subject: |
|
|
 Newbie
Joined: 26 Feb 2007 Posts: 7 Location: Nashville TN
|
jefflowrey wrote: |
Are there any FDC/FFSTs? |
No FDC"s associated with this error or that particular date. It's still happening on occasion and happened today. Again, no FDC record was generated. _________________ Thank You,
Dean Fore
Sr. WebSphere MQ Administrator |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Aug 07, 2007 4:04 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What's logged on the client side? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Nigelg |
Posted: Thu Aug 09, 2007 12:27 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
The problem looks like it is to do with an occasional failure of the O/S to open or read the channel defintions file. You could dump all the channel definitions (MS02 perhaps), rename the AMQRFCDA.DAT to AMQRFCDA.BAD, run strmqm -c, and reload the saved defs. This will recreate the channel defs file in a new disk location, hopefully one which does not get these problems. _________________ MQSeries.net helps those who help themselves.. |
|
Back to top |
|
 |
LouML |
Posted: Thu Oct 04, 2007 6:19 am Post subject: |
|
|
 Partisan
Joined: 10 Nov 2005 Posts: 305 Location: Jersey City, NJ / Bethpage, NY
|
Nigelg wrote: |
The problem looks like it is to do with an occasional failure of the O/S to open or read the channel defintions file. You could dump all the channel definitions (MS02 perhaps), rename the AMQRFCDA.DAT to AMQRFCDA.BAD, run strmqm -c, and reload the saved defs. This will recreate the channel defs file in a new disk location, hopefully one which does not get these problems. |
I was also receiving the AMQ9516 errors on the AMQCLCHL.TAB file when trying to alter a client channel.
I moved (renamed) the TAB file to AMQCLCHL.TAB.save then copied it back to AMQCLCHL.TAB.
Code: |
bash-2.05$ ls -la /var/mqm/qmgrs/QM\!DEV\!01/@ipcc/AMQCLCHL.TAB*
-rw-r--r-- 1 mqm mqm 78114 Aug 22 15:07 /var/mqm/qmgrs/QM\!DEV\!01/@ipcc/AMQCLCHL.TAB
bash-2.05$ mv /var/mqm/qmgrs/QM\!DEV\!01/@ipcc/AMQCLCHL.TAB /var/mqm/qmgrs/QM\!DEV\!01/@ipcc/AMQCLCHL.TAB.save
bash-2.05$ cp /var/mqm/qmgrs/QM\!DEV\!01/@ipcc/AMQCLCHL.TAB.save /var/mqm/qmgrs/QM\!DEV\!01/@ipcc/AMQCLCHL.TAB
bash-2.05$ ls -la /var/mqm/qmgrs/QM\!DEV\!01/@ipcc/AMQCLCHL.TAB*
-rw-rw---- 1 mqm mqm 137314 Oct 4 08:49 /var/mqm/qmgrs/QM\!DEV\!01/@ipcc/AMQCLCHL.TAB
-rw-r--r-- 1 mqm mqm 78114 Aug 22 15:07 /var/mqm/qmgrs/QM\!DEV\!01/@ipcc/AMQCLCHL.TAB.save
bash-2.05$
|
|
|
Back to top |
|
 |
|