CDFAA0024N The analytic routine failed because at least one of the values in the following column is not unique or is NULL: column-name.
Explanation
An analytic routine processed a table column. However, the values in that column did not satisfy the condition that each value must be both unique and not NULL. A typical example of a column that must satisfy this condition is the ID column of an input table.
User response
Ensure that the relation specifies the correct column and that each of the values in that column is unique and not NULL. Then, resubmit the statement.