To specify that users are restricted from browsing table records when customizing a drill-through report.
To restrict users from browsing fact table records:
By default, -R is not set, giving users unrestricted access to all table records.
In the startup.bat file, to prevent users from accessing any table records, add -RY 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" -RY
In the startup.bat file, to prevent users from accessing fact table records, add -RF 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" -RF
To prevent users from having any access to any table records, type:
olapisvr -RY
To prevent users from having any access to fact table records, type:
olapisvr -RF
In the ais.cfg file, this parameter is specified in the following format:
[R]=Y
[R]=F