compact and repair

G

Guest

Hi,
after compact and repair command executed on the back end I'm getting
following error trying to open front end:

The field is too small to accept the amount of data you attempted to add.
Try inserting or pasting less data. (Error 3163)

The backup (version before compact and repair) works fine.
?Any clues?
Thanx

alek_mil
 
A

Arvin Meyer [MVP]

You are probably experiencing a single corrupt record. Make several copies
of the one that works, and try again on the copies. If that doesn't work,
here are several other suggestions:

Always work on a copy of the database. Working on the original may make it
impossible for a repair service to fix it.

Download a copy of JetComp.exe:

http://support.microsoft.com/default.aspx?scid=kb;EN-US;273956

Try backing up your forms as text with the undocumented SaveAsText
LoadFromText functions:

http://www.datastrat.com/Code/DocDatabase.txt

Also have a look at the Microsoft KB article:

http://support.microsoft.com/default.aspx?scid=kb;EN-US;209137

Then have a look at Tony Toews' Access Corruption FAQ at:

http://www.granite.ab.ca/access/corruptmdbs.htm

for some suggestions. Unfortunately, some corruption cannot be fixed - you
may need to create a new database, import what can be salvaged, and recreate
the rest.

Although it's a paid service, Peter Miller does an outstanding job of saving
corrupt databases. Try this URL:

http://www.pksolutions.com
 
T

Tony Toews

alekm said:
after compact and repair command executed on the back end I'm getting
following error trying to open front end:

The field is too small to accept the amount of data you attempted to add.
Try inserting or pasting less data. (Error 3163)

This can be a sign of corrupt records in one table. The problem is
locating which table and then the corrupt records.

This likely means you have some corrupt records in your data. See
Corrupt Records in a Microsoft Access MDB
http://www.granite.ab.ca/access/corruption/corruptrecords.htm. If
this happens when you are doing a compact and repair then you will
have to determine which table has the corrupt records. You can try
importing the MDB into a new MDB and see which table(s) didn't import.
Alternatively open up each table individually and scroll to the
bottom. When Access gives you an error message or crashes then
you've found a corrupt record. Note that there can be multiple
corrupt records.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Compact and Repair 12
Compact and Repair Advice 14
Error Message 3163 2
compact and repair when database is split 10
Auto compact & repair back end 11
Error 3163 2
Compact and Repair Vista Issue 4
run time error 1

Top