How to monitor the use of the Hyperion applications

Hi all
We have developed a classical Planning Application in Hyperion 11.1.2
The application is running in production mode, and now we want to monitor the use of this application, in this regard, I have following questions:
(1) how to activate the newspapers?
(2) how to monitor the time of connection and disconnection of each user
(3) how to check the amount of data entered in a particular week
(4) how to check that data are entered against how much the faculty members?

I won't pretend to know what should I know about this subject, but I get this question of a large number of customers. So, here is my answer. There is no right way to monitor who logs and how many times they connect. If you enable the audit DATA, that you can do is to see when a user loads the data and how often they do. This does not match the connection, but planners usually don't connect to display data (which are normally made in EN or SmartView), they connect to load/update of data. With active audit DATA, you can query the HSP_AUDIT_RECORDS table, which is where the audit is stored, and see how many times the user load the data and the last load of data. Is not correct, but it is far more closely than any other method I've found.

Example of the last connection (really last loaded data)
SELECT USER_NAME AS 'User', time_posted as 'Last Login Time' OF HSP_AUDIT_RECORDS WHERE TYPE = "data";

You can use a similar query to count the number of data loads.

This would also show you what the user has launched it to business rules.

Another option would be to enable SSAUDIT on the planning application in Essbase (this is done in the Essbase - google SSAUDIT server configuration file). This will create 2 files. The first is a file index or pointer. There will be a line for each record, via a web form or SmarView load. The second file contains all of the loaded data. The first file will tell you that loaded which lines in the second file and what time he did. The downside is that each connection between planning and Essbase uses the ID of the source of data for planning. So, it always shows the same loading data ID and will not be the real of the user who did it.

Note that users do not have to connect through planning. They can directly connect to Essbase. All financial reports that would be misunderstood by looking only at the planning.

If you really want the actual load, you really watch the Essbase and Essbase application log files. Would not show you users, but could show you the number of queries, the data loads, etc. You could analyze these logs in a relational table for quick access to the use of the query.

That's a lot of things to take. Unfortunately, to answer your question, it is not a quick option, "click here."

Utility to analyze the logs can be found at http://code.google.com/p/jrightlog.

------------
Kyle Goodfriend
http://www.in2hyperion.com

Please be sure to assign the post as answered and answers as response or useful if others can benefit from your experience.

Tags: Business Intelligence

Similar Questions

  • How to monitor the activities of internet users without using third-party software. We have some 60 windows domain user

    Hi all

    We have 60 knots which is connected with the windows domain. How to monitor the activities of internet users via the windows server

    without third-party software.

    Thanks in advance

    Alam

    Hello

    The business support, you can find forums on TechNet, please create a new post at the following link:

    http://social.technet.Microsoft.com/forums/en/category/WindowsServer/

  • How to monitor the CPU, memory and i/o on the system

    Hello..

    Some body help me?...

    1. how to manage the monitoring of the performance of the system and the database during execution of ODI?
    2. how to monitor the CPU, memory and i/o on the system?

    TQ
    balleur

    In an attempt to partially answer your questions:

    1. how to manage the monitoring of the performance of the system and the database during execution of ODI?

    Monitor the performance of the application from a commercial point of view. As transactions per minute, or response time or time elapsed for the key events of the company. Monitor the activity of the material such that the CPU usage is not necessarily linked to the performance of your application. Performance should be measured from top to bottom - business first, then the lower levels until you get finally to computer equipment. Only if you get a problem to the next level - response time is too large, for example - you can go through the lower levels to identify the cause and fix it.

    2. how to monitor the CPU, memory and i/o on the system?

    I personally use "sar" on UNIX-BASED or Linux, or rather "CFDCs" which is the system activity data collector. SADC will measure and collect data on activities on CPU, memory, disks, etc. and save them to a file in binary format. You can then extract these measures later for analysis using SAR (sar f sadc_file_name). The benefits of SADC are that it is light (these operating systems measure such things anyway, just CFDC records far), it records everything at once (with the exception of the network), it records the time stamp too for each measure, and you can analyze it later when you want to.

    There are commercial products out there too who do similar work, with additional features, such as the integration of Oracle and the relationship between several systems. TeamQuest is an example, but there are others also. (I do not work for TeamQuest, but I used their product in the past).

    John

  • How to monitor the TX and RX on PERFORMANCE for virtual network adapter BASP monitor?

    How to monitor the TX and RX on PERFORMANCE for virtual network adapter BASP monitor?

    I have a virtual network adapter that is created with Broadcom.

    This virtual interface named "BASP eCard" visible on the performance monitor in the category 'Rhythm Pipe' but not in the category "Network Interface".

    This is problematic because the Tx and Rx (bytes received/send in second) is available in "Network Interface" that show physical network cards only.

    Someone has an idea?

    Thank you

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)
    *
  • How to access the health application on an iPhone 4 running iOS 9.2 s?

    How to access the health application on an iPhone 4 running iOS 9.2 s?

    The icon is missing?

  • How to get the installed Application timestamp programmatically

    How to get the installed Application timestamp programmatically

    Can you please help me.

    http://www.BlackBerry.com/developers/docs/7.1.0api/NET/rim/device/API/system/CodeModuleManager.html#...

    I'm sure you could find yourself by reading the API.

  • How to debug the java application BlackBerry on Eclipse with a BlackBerry Smartphone?

    Problem:

    How to debug the java application BlackBerry on Eclipse with a BlackBerry Smartphone?

    The following procedure:

    http://docs.BlackBerry.com/en/developers/deliverables/12002/Debug_an_app_on_BB_device_656366_11.jsp

    Error:

    An internal error occurred during: "launch WMMS_ACC_video_test0".
    java.lang.NullPointerException

    I found that other methods of debugging.

    If anyone knows how to do it please tell me.

    Thank you for your attention.

    http://www.BlackBerryForums.com/developer-forum/107455-debugging-live-device.html

    Solution:

    Start the IDE
    Connect your device to the PC via USB
    compile your application and load on the device
    in JDE - Debug - attach to-Pocket
    ignore all dialog boxes
    do the breakpoint
    Start your application on the device

  • How to disable the autostart (application) when restarting the server managed?

    Hi Ppl,

    How to disable the autostart (application) when restarting the server managed?

    I want that some apps do not stay started. In WebSPhere, we have an option to disable auto-start for the application.

    I don't find in weblogic.

    Thank you

    You can force stop the application before you restart the server.

    -Faisal

    http://www.WebLogic-wonders.com

  • How to get the mobile applications other than phonegap Build Service apk file in Dreamweaver CM³

    How to get the mobile applications other than phonegap Build Service apk file in Dreamweaver CM³

    Dreamweaver is a tool, not an install Android of web authoring tool.

  • Photoshop elements 13 is incredibly tiny on my laptop it makes this useless application, I have a laptop 13 inch.  can you tell me how to make the largest application without changing my screen resolution?

    Photoshop elements 13 is incredibly tiny on my laptop it makes this useless application, I have a laptop 13 inch.  can you tell me how to enlarge the photoshop application without changing my screen resolution?

    Well good for Photoshop to fix this, I chatted with technical support and they have a new version of 13.1 to. I've updated, then went in the preferences and found the preference of the user interface, select 200%. Who did the trick.

  • How to monitor the parameters using the Protocol Modbus in LV

    Hello everyone

    I have a problem with my LabVIEW project. I have to watch my monitor settings MI4100 Power using LV 8.5 and I don't really know how. I use the modbus RTU Protocol and I am able to communicate with the instrument, but I can't understand how to monitor records.

    I have attached my comunication VI to see what I've done. Please help me if you can.

    Thanks in advance, Sylvia

    If you work with 32-bit numbers in need of two registers, then what you already do with numbers to reach work.   Read 2 registers from 256, contact numbers, and you'll have nonexercising total power.

    If you read only 1 register, then you will have a table of 1 item.  Decimate this table and joining the numbers don't make any sense.  You'd read comes directly from the registry.

    What is the description of the error for 6002?

    I don't see any reason why you wouldn't be able to read an address greater than 30.

  • How to monitor the use of the PXI UC?

    Does anyone know a way to control CPU utlization on a controller with LabVIEW PXI programmatically? I know that NEITHER had a VI owner to monitor the use of memory called rtgetmemorysummary.vi to monitor the memory usage, and I want to do the same for the CPU usage.

    If you mean a targer RT, then you can use

    RT get CPU loads.vi

    See here

    Marco

  • How to monitor the application connects to the journal on the unit or using slog2info w view

    I'm debugging on the device (purchased at Bell, runing 10.0.9.2372) production with the latest version of the SDK (SDK native 10.0.9.2372). I can't monitor connects using the View Log or slog2info w command described here: http://developer.blackberry.com/cascades/documentation/getting_started/tools/debugging.html

    I use QNX Momentics IDE. After you add the view "Journal of the unit", "All" is the only option in "BufferSet" and "Buffer" menu drop-down, and no newspaper appears after starting my application. The status shows "Listening target ' 169.254.0.1", pending the first event... ». Are there any additional installation required to monitor logs in this view?

    I have also tried running a SSH session and used the command 'slog2info w '. The command works on Simulator (Dev Alpha 10.0.10.263), but it returns immediately without any output on my device. The 'slog2info' command works, but it only dumps the log. I need to monitor the output log while I am debugging it. Do I have to activate what anyone on the device to make the command 'slog2info w' work, or I did something wrong here?

    Thank you

    You are following this with a devmode running app, right? In other words, not one signed?

    This has worked for you before, or is this the first attempt?

    Some few people have seen 'slog2info w' stop posting any output. A reboot or two (of the aircraft) usually "fixed."

  • How to monitor the use of the bandwidth with my RV 120W?

    We have a problem with access to our SharePoint Sites on the Web and Technicain Microsoft wants us to capture the band in use. I'm trying to findout if it is possible with the RV 120W. I looked at the documentation and cannot find any info on this kind of analysis.

    Hi Don,

    Thanks for posting. I don't remember a way to monitor the bandwidth with the other RV120W that him-> Port statistics.

  • How to monitor the status of the application - REST

    Hi all

    I was following the blog using vCAC 6.X REST API - Part 2 - elastic sky to request a REST. I was able to post the request. It returns the response immediately after the successful presentation.   How to monitor demand? "The response of the application object has assigned to the header 'rental' property https:// < < hostname > > /catalog-service/api/consumer/requests/56428808-f9a0-4bac-b83d-ce75ddc86b78 '.

    I tried to use URLs of 'place' that didn't work.

    var requsetRest = vcacHost.createRestClient (vCACCAFEServicesEnum.CATALOG_SERVICE);

    var response = requsetRest.get ("consumer/applications/56428808-f9a0-4bac-b83d-ce75ddc86b78");


    Any help appreciated.


    Thank you

    I was able to get the application to the vcaccafeenitiesfinder.getCatalogItemRequest method.

Maybe you are looking for

  • 10 iOS on ipad3

    Hi all I have an Ipad3 for daily intensive use and is not in the list of update for ios10. I am deeply disappointed. my iphone is already on ios10 and my ipad3. not too old. In any case, ipadmini3 is in the upgradelist. is it possible to add ipad3 to

  • Patch for KB2545850 hangs during installation on Windows Server 2008 R2 Standard 64-bit

    Hello I have a server with the issue detailed in KB2545850.  I downloaded the fix Fix370193 (https://support.microsoft.com/en-us/hotfix/kbhotfix?kbnum=2545850&kbln=en-us) and tried to install it but it seems to just hang during installation. I tried

  • periferica di base Pavilion dv6700

    non riesco ad istallare periferiche di base sul mio notebook Pavilion dv6821el qualcuno Può ' help?

  • Call log will not appear in the Simulator

    For some reason the call log manager which is available on my phone does not appear on the Simulator. I don't know if it's a bug or a feature? Any help in getting it on the Simulator is appreciated.

  • Service auto association profiles

    Hi, if a server goes down, is it possible to set up the service profile to move automatically to another server in the pool?