This entity has an alternate table specified to load words from, but that table does not contain the fields that represent this entity.
While building an application, English Query loads the vocabulary in the database either from the table that contains the entity or from an alternate table. If an alternate table is used, it must contain denormalized copies of the fields that represent the entity.
For example, the database for a project contains a Customers table and an alternative table called Current Customers, which contains fields that are marked as denormalized. If the Customers table contains a Suite number field and the Suite number field is missing from the Current Customers table, English Query will not be able to load words from the table.
This error can occur when:
To correct this error:
Advanced Tab (Table/New Table Dialog Box)
Compile-Time Error Messages (Authoring Object Model)
How to add tables and views from a SQL data source