KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: Error on a single table in data file after running a verify/repair
PRODUCT: 4D | VERSION: 20 | PLATFORM: Mac & Win
Published On: February 6, 2024

When you run a verify/repair on your data file and find that it is damaged, take a look at the generated log. If you find an error message that indicates the issue lies within a single table, you can try the following troubleshooting options.

**As always, the first step to take to restore from a backup; then, run a standard repair if the restore does not work. The options outlines below should only be used if the data file is severely damaged.

1) Recover by record headers
If the standard repair function does not solve the issue, try using the Recover by record headers option. This runs a complete scan over all the tables in the database in reference to each of their address tables (which the standard repair does not do).

2) Export, truncate, repair and compact
You can follow the steps below to clean up your data file:

  1. Export all of the data into text format.

  2. Run the TRUNCATE TABLE command on the table is causing issues.

  3. Run a standard repair.

  4. Run a compact.

  5. Then, reimport the data you just exported into text format.