mooServer - DBA Profile
mooServer DBA Profile mooApplicationSettings.xml file
The following file would enable the necessary menu items for a mooServer DBA profile.
This would be a valid configuration for normal myObjectieOLAP Server installations.
Notes
We do not have to restrict Escendo menu items, they are not displayed unless ALLOW_ESCENDO is specifically set to TRUE.
We set ALLOW_DB_CONNECT to FALSE so that the OLAP only standard connection menu is removed to avoid confusion.
See: Restricting access to users. to further lock down the menu items.
XML
<?xml version="1.0" standalone="yes"?>
<NewDataSet>
<Settings>
<Key>ALLOW_MOOSERVER</Key>
<Value>TRUE</Value>
</Settings>
<Settings>
<Key>ALLOW_MOOUSER</Key>
<Value>TRUE</Value>
</Settings>
</NewDataSet>