To give the log file a different name:
The .log extension is added automatically. The default name and location is products\logs\eis\olapisvr.log.
In the startup.bat file, to name the log file myserver.log and put it in the temp directory on Windows, add -Ec:\temp\myserver after "C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eis\server\bin\olapisvr.exe". For example:
"C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eis\server\bin\olapisvr.exe -E"c:\temp\myserver
Do not type the .log file extension. The .log extension is automatically appended to the name you type for the log.
Always enclose path names that contain spaces with quotation marks (" "); for example, type:
"C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eis\server\bin\olapisvr.exe" -I -E"c:\program files\eis\myserver"
To name the log file myserver.log and put it in a temp directory on UNIX, type
olapisvr -E/vol1/temp/eislog
Enclose path names that contain spaces in quotation marks (" "); for example, type:
olapisvr -E"/vol1/temp/eis log"
In the ais.cfg file, this parameter is specified in the following format:
[E]=c:\temp\myserver
[E]=c:\program files\eis\myserver