Storing Startup Information in the Startup File (Windows Only)

The startup.bat file has two purposes:

The startup.bat file is a text file residing in the eis\server\bin directory. When you start Integration Server as a Windows service, the startup routine checks the contents of startup.bat for any startup switch information. Then the startup routine checks ais.cfg for any startup switch and configuration parameter information. Then one of the following applies:

  To store startup switch settings in the startup.bat file:

  1. Open the startup.bat file in any text editor.

  2. If you want to change a default startup switch, type the command syntax in the line that calls the Integration Server.

    The values for startup switches that you enter into startup.bat override any startup switch values you have stored in the ais.cfg file.

    When entering parameters for startup switches in startup.bat, enclose path names that contain spaces in quotation marks (" "). The following example illustrates the syntax for passing the -L, -E, -M, -N options:

    "C:\Hyperion\eis serv\bin\olapisvr.exe" -I -L0 -Ec:\temp\myserver -N40 
    -M"c:\ess svr\bin\essbase.mdb"

    Note:

    In the startup.bat file, the above syntax should be entered all on one line.

    You can only enter startup switch information into startup.bat. Configuration parameters must be entered in ais.cfg.

  3. Save and close startup.bat.