Previous Topic: TAENext Topic: TCB


TAS

TABLE IN ALTERED STATUS

Reason:

You attempted to update a TEST status version of a table that has constraints and its PRODuction status version has been previously modified with an SQL ALTER TABLE command.

Action:

You cannot copy this TEST status version to PRODuction status without dropping all constraints before attempting the COPY function. Alternately, you can use the RESTORE function to copy the PRODuction status version to a TEST status version and then do your updates to that TEST status version. See the appendix on maintaining tables with related constraints in the Datadictionary documentation.