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 mooServer menu items, they are not displayed unless ALLOW_MOOSERVER  or ALLOW_MOOUSER  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_ESCENDO</Key>

    <Value>TRUE</Value>

  </Settings>

  <Settings>

    <Key>ALLOW_DB_CONNECT</Key>

    <Value>FALSE</Value>

  </Settings>

</NewDataSet>