IZPAN0464E Object '%s' with DROP_UNDO action in environment '%s' was expected to have result 'Added' in plan summary but found '%s'.

Explanation

An object marked with the DROP_UNDO action should appear in the deployment plan summary with a result of Added, indicating that the object will be recreated in the catalog. Instead, the plan summary shows a different result, which indicates that the required DDL to recreate the object was not provided or processed correctly.

System action

The system reports a validation error for the DROP_UNDO action and stops the deployment plan creation.

User response

Include the CREATE statement for the dropped object in the external DDL (externalRepoDdl) so that the object can be recreated during deployment. After updating the DDL, retry deployment plan creation.