ACC: Jet Database Engine 3.x Error Messages Due to CorruptionID: Q182867
|
Novice: Requires knowledge of the user interface on single-user computers.
This article discusses the three most common error messages returned by the
Microsoft Jet database engine 3.x that denote some form of corruption in
the database. The article discusses what the messages mean and how to
resolve the issue(s) causing the error.
NOTE: The information in this article was originally presented in the
Jet35SP2.exe readme file.
The following errors typically denote some form of corruption in the
database.
Error Number:
3197
Error Message:
The Microsoft Jet database engine stopped the process because you
and another user are attempting to change the same data at the
same time.
Cause/Problem:
This error typically occurs when a long value column (an OLE or
MEMO data-type) has bad data stored in it. Long value columns
are typically stored in a separate page from the page that the
row is stored in. If a long value column is present in the table
schema, the Jet database engine will attempt to read the long
value page when reading the row of data. In order to read the
long value page, there is a pointer in the row of data. This
error is generated when the Jet database engine cannot properly
read the long value page from the pointer present in the data row.
When viewing a row that exhibits this behavior in Microsoft
Access data-windows, the user will typically see the number sign
(#) for the entire row.
Error Number:
3343
Error Message:
Unrecognized database format 'databasename.mdb'.
Cause/Problem:
This is typically caused when the Jet database engine was
improperly shut down during the process of writing to disk.
Error Number:
3015
Error Message:
'databasename.mdb' isn't an index in this table. Look in the
Indexes collection of the TableDef object to determine the valid
index names.
Cause/Problem:
This error message is typically caused when there is an index
missing on the MSysObjects table. This is typically caused if
the repair process is aborted.
For more information about the enhanced compact process of the Jet database
engine 3.51, please see the following file, which is included as part of
the Jet35SP2.exe (Jet 3.51 update) download:
Readme.doc
Additional query words: inf
Keywords : kberrmsg
Version : WINDOWS:7.0,97
Platform : WINDOWS
Issue type : kbinfo
Last Reviewed: June 2, 1999