SYMPTOM
When a user attempts to propagate the changes made to a table in a warehouse to the Strategy Warehouse Catalog, they receive the following error message:

One or more columns were not found in table 'LU_YEAR'. Other objects use some of these columns. Removing these columns can leave the affected objects in inconsistent state. The table structure will not be updated until no objects depend on these columns. Please modify the definition of the affected objects before continuing.
CAUSE
This issue occurs because the column name, which has been modified, contains objects dependent on it in Strategy. Changing the table structure will leave these objects in an inconsistent state.
For example:
The original table structure has fields: YEAR_ID, YEAR_DATE, YEAR DURATION, PREV_YEAR_ID

Modified Table Structure: YEAR_ID_Changed, YEAR_DATE, YEAR DURATION, PREV_YEAR_ID

There may be attributes or facts that are using YEAR_ID and renaming the column will make these objects inconsistent and joins will not perform correctly.
ACTION
In order to reflect this column name change in Strategy, follow the steps below:

KB19237