Static data table not found

A static data table specified in your configuration could not be found in the database.

How to fix

  1. Check your options file - locate the table name under staticDataTables
  2. Verify the table exists in your source database
  3. Check spelling and casing - table names are case-sensitive
  4. Confirm schema name - ensure you're using the correct schema

Common Issues

Wrong schema: "schema": "dbo", "name": "Countries" when table is actually in public schema

Case sensitivity: "name": "countries" when table is actually Countries

Typos: "name": "Statuses" instead of "name": "StatusCodes"

Missing table: Table doesn't exist in the source database



Didn't find what you were looking for?