PROUTIL DISABLEDDM qualifier
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Disables Dynamic Data Masking (DDM) for a database.
Syntax
|
Parameters
- db-name
- Specifies the database you are using.
-
-Uuserid-Ppassword -
Specifies the user ID and password of an authenticated security administrator.
Notes
- To disable DDM, the database must be in the DDM-enabled state.
- Disable operation reverts the database to a state prior to DDM enablement and clients earlier than OpenEdge 12.8 that do not support DDM can now access and open the database.
DISABLEDDMexecutes only in the following scenarios:- Only the ABL security administrator or SQL DBA can disable DDM. There must be no
remaining DDM administrators for the database. If any DDM
administrators are found,
DISABLEDDMexits with an error. - The database must not have any masks or authorization tags defined,
otherwise
DISABLEDDMexits with an error. - The database may or may not be in a DDM-active state.
- Only the ABL security administrator or SQL DBA can disable DDM. There must be no
remaining DDM administrators for the database. If any DDM
administrators are found,
- Successful execution of
DISABLEDDMremoves the DDM feature bit from your database. - After you disable DDM, the
PROUTIL DESCRIBEqualifier does not report DDM in the list of enabled features. DISABLEDDMis an auditable event if your database is enabled and configured for auditing.