HBO0061I The name identifier conflicts with a source field name.
Explanation
The identifier is specified as the name of the following items:
- A LET expression
- The timestamp or interval column in a DISTRIBUTE clause
- The interval type, start time, end time, or status column in an APPLY SCHEDULE clause
However, identifier is also the name of a field in the record that is the source of the update. You cannot use the name for the specified purpose because it causes ambiguity. The System Data Engine stops processing the current statement and continues with the next.
Response
Verify that all names in an update definition are distinct from the names of fields in the source record.