Storing Startup Information in the Configuration File

The ais.cfg file is used for two purposes:

The ais.cfg file is a text file residing in the \bin directory on Windows, UNIX, and Linux platforms. When you start Integration Server from the command line using the startup.bat command (in DOS or UNIX), the startup routine checks the contents of ais.cfg for any startup switch or parameter information. Then one of the following applies:

  To store startup switch and parameter settings in the ais.cfg file:

  1. Open the ais.cfg file in any text editor.

  2. Add the startup switch you want to store by typing the startup switch letter in brackets; for example:

    [B]
  3. Add the new information for startup switches in the following format:

    [L]=0
    [E]=c:\temp\myserver
    [N]=40
    [M]=c:\ess\bin\essbase.mdb

    To enter the above overrides in the startup.bat file, type:

    "C:\Hyperion\products\Essbase\eis\server\bin\olapisvr.exe" -I -L0 -Ec:\temp\myserver -N40 -M"c:
    \ess\bin\essbase.mdb"
  4. Save and close ais.cfg.