-N

To specify the number of threads Integration Server uses when sending data to Essbase during a data load, do one of the following:

The default setting is 1 thread.

-N may be used with -C.

-N controls the number of threads allocated to data load optimization. Usually, users start with 2 threads and adjust according to the environment.

In Windows:

In the startup.bat file, to set the number of threads to 2, add -N2 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" -N2

In UNIX:

To set the number of threads to 2, type:

olapisvr -N2

In Windows or UNIX:

In the ais.cfg file, this parameter is specified in the following format:

[N]=2