OLAP only mooApplicationSettings.xml file


The following file would only enable the standard database connect screen and would hide access to mooServer and Escendo only menu items.  

This would be a valid configuration for normal Oracle OLAP installations.


Notes


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>FALSE</Value>

  </Settings>

  <Settings>

    <Key>ALLOW_MOOUSER</Key>

    <Value>FALSE</Value>

  </Settings>

  <Settings>

    <Key>ALLOW_ESCENDO</Key>

    <Value>FALSE</Value>

  </Settings>

</NewDataSet>