> Our DB2 8.2 FixPak9 database running on Win2K crashed with after
> reporting this message
[quoted text clipped - 4 lines]
> a list of what the reason codes mean. Does anyone know what reason
> code 9 is?
I believe the reason code in this case is the "system error code", reported
via errno on UNIX or GetLastError() on Windows.
Error 9 on Windows is
Matt Emmerton - 18 Nov 2005 23:28 GMT
> > Our DB2 8.2 FixPak9 database running on Win2K crashed with after
> > reporting this message
[quoted text clipped - 9 lines]
>
> Error 9 on Windows is
[ continuing ... ]
Error 9 on Windows is ERROR_INVALID_BLOCK (The storage control block address
in invalid), which is referring to a disk or storage device.
--
Matt Emmerton
JPARKER - 19 Nov 2005 01:10 GMT
Thanks, It looks like we had a corrupted index which we have dropped
and recreated. So far the problem has not returned. Thanks for you
help.
Jeff