5421 Cannot drop or rename a column referenced by a trigger.
Explanation:
The user tried to drop or rename a column that is referenced by a trigger. To allow this would create inconsistent trigger definitions.
Generated By:
RES modules.
For Whom:
End User.
Remedy:
Do not drop or rename the specified column, use replace trigger to change the trigger definition or drop the trigger.