Previous Topic: DDOL000484ANext Topic: DDOL000501C


DDOL000499I

WARNING - 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. This is a warning message to caution you that an ALTER TABLE function has taken place on the PRODuction status version of the table.

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 CA Datacom Datadictionary documentation.