Reason:
DB2 does not allow updates in the scope of an ORDERed SELECT. To update the row, CA Ideal must have a unique set of columns (or ROWID) that corresponds to a unique index on the underlying TABLE. Since this dataview does not have a ROWID, CA Ideal cannot update the rows accessed.
Action:
Alter the dataview so that each instance of the VIEW or TABLE contains a unique ROWID. Alternately, remove the ORDERED BY clause from the FOR construct.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|