Manage access to the Database Administration Console
- Last Updated: February 11, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
As an administrator, you can customize the operator role to manage access to the Database Administration Console (Database Administration) of OpenEdge Management. You can set the following permissions:
- Disallow Read AccessIf this option is selected, Database Administration is disabled for the operator
- Allow Create ConnectionsIf this option is selected, Database Administration is enabled for the operator. The operator can create a new database connection. The operator can also create a copy of or delete an existing database connection.
- Allow Edit ConnectionsIf this option is selected, Database Administration is enabled for the operator. The operator can edit an existing database connection.
Without any Database Administration Console permissions assigned, by default, the operator can use existing database connections. For more information about creating, editing, and using database connections, see Configure Database Multi-tenancy with OpenEdge Management and Manage Database Table Partitioning with OpenEdge Management.
The assigned role permissions are saved as JSON values in the fathomRealm.policy file that is available in the <OpenEdgeManagement-install-dir>\conf folder. The following sample shows
the default Database Administration Console permission for the operator role:
|
The following table shows the assigned JSON values in the fathomRealm.policy file for the permissions to the Database
Administration Console:
| Permission | JSON value |
|---|---|
| Disallow Read Access | "actions" : "" |
| Allow Create Connections | "actions" : "create" |
| Allow Edit Connections | "actions" : "write,read" |
To manage access to the Database Administration Console: