CHC0537E
CHC0537E Column name already exists in table owner.table.
Explanation—An attempt was made to add the specified derived column to a table that already contains the derived column. The name of the derived column added to a table must be unique.
Message Variables:
name—The name of the derived column that cannot be added to the specified table.
owner—The owner of the table to which the specified derived column cannot be added.
table—The name of the table to which the specified derived column cannot be added.
Message Destination—Product administration log
System Action—The derived column is not added to the table.
Operator Response—None
Client Administrator Response—Assign a unique name to the derived column that you want to add. Alternatively, remove the derived column that has the same name from the table, and then add the derived column to the table using the same name.