Wednesday, January 15, 2014

Hyperion Essbase Audit Trail

Turning the Audit Trail on in Hyperion Essbase is useful if you would like to keep track of data modification by users. Turning on the Audit Trail makes Lock & Send slower, however, it is of great importance in tracking data changes.

We can use the SSAUDIT feature in order to keep track of changes.
In order to turn on the Audit Trail in Hyperion Essbase, do the following:

  • Open the essbase config file - essbase.cfg which is located under the  SERVER\d$\Hyperion\Essbase\bin folder.
  • Add the following line - 
    • SSAudit APPNAME DBNAME D:\Hyperion\Essbase\app\APPNAME
    • eg: SSAudit Nirmal Khoonks D:\Hyperion\Essbase\app\Nirmal 
  • Save the essbase.cfg file.
  • Restart Essbase Server.
The SSAUDIT creates two files ".ALG" and ".ATX" in the path that we have provided in the SSAUDIT script line.
In this case, those files would be available in "D:\Hyperion\Essbase\app\APPNAME" folder and they would be called "NIRMAL.ATX" and "NIRMAL.ALG."

ALG file logs the User and timestamp, like in the following example:


[Mon Jan 13 16:47:24 2014]
Create Spreadsheet Update Log
[Mon Jan 13 18:36:40 2014]
Log Updates From User [ essadmin@Native Directory ] Starting At Row [ 1 ] For A Total Of [ 8 ] Rows
[Mon Jan 13 18:38:27 2014]
Log Updates From User [ admin@Native Directory ] Starting At Row [ 9 ] For A Total Of [ 8 ] Rows

ATX file logs the dimension members being altered. 

"Operating" "AT" "PC" 
"FY14" 
"Budget" 
"Final" 
"Dec" 
"20D500" "115000" 1563. 
"25Z250" "125000" 0.569 

If the SSAUDIT is issued without any argument, the log would be produced at the default location:
ARBORPATH\APP\APPNAME\DBNAME

If you would like to turn on audit trial for multiple application/databases, you could add multiple SSAUDIT statements (up to 10) in the essbase.cfg file. You can choose the log path as per your need. 

  • SSAudit APPNAME1 DBNAME1 D:\Hyperion\Essbase\app\APPNAME1
  • SSAudit APPNAME2 DBNAME2 D:\Hyperion\Essbase\app\APPNAME2
If you would like to produce a single log for all the applications that you have, you could have the statement like:
SSAudit xxxxx xxxxx PATH of your choice

Make sure to restart Essbase server for it to take effect. 

SSAUDITR - This is the alternate for SSAUDIT, and it clears the logs at the end of archiving process. 

Tuesday, January 7, 2014

Hyperion URLs worth bookmarking

These are some of the Hyperion-related URLs that come in handy and thus work being bookmarked. Any suggestions regarding adding more are welcome. 

Hyperion Shared Serivces
          http://SERVERNAME:19000/interop/
          http://SERVERNAME:28080/interop/

Hyperion Workspace
          http://SERVERNAME:19000/workspace/index.jsp

Essbase Administration Console
          http://SERVERNAME:10080/easconsole/console.html

Hyperion Planning
          http://SERVERNAME:8300/HyperionPlanning/

Hyperion Web Analysis Studio
          http://SERVERNAME:19000/WebAnalysis/WebAnalysis.jsp

Hyperion Business Rules Launcher
          http://SERVERNAME:10080/hbrlauncher/      
     
Oracle WebLogic Server Administration Console
          http://SERVERNAME:8500/console/login/LoginForm.jsp (could be 7001 as well)

Oracle Enterprise Manager
          https://SERVERNAME:1158/em