DFS4742E DBD dbd_name2 MUST BE CHANGED TO REMOVE THE LOGICAL TIE TO A DELETED DBD dbd_name1. PST pst_name

Explanation

The database dbd_name1 cannot be deleted by a DROP DATABASE DDL statement because the database dbd_name1 has a logical tie to the database dbd_name2, and the database dbd_name2 is not deleted in this work unit.

In the message text:
dbd_name1
The name of the database that is to be deleted by the DROP DATABASE DDL statement.
dbd_name2
The name of the database that has a logical tie to dbd_name1 but is not deleted in this work unit.
pst_name
The PST name of the task that is processing the instructions from the DDL stream.

System action

The database dbd_name1 is not deleted from the directory.

User response

If the database dbd_name2 is still needed, submit an ALTER DATABASE DDL statement to remove the reference to the database dbd_name1 from the DBD.

If the database dbd_name2 is no longer needed, submit a DROP DATABASE DDL statement to delete the DBD.

Module

DFSOLC70