Reporting LBI Statistics

Sort:
You are not authorized to post a reply.
Author
Messages
jellis
Veteran Member
Posts: 54
Veteran Member

    Hi,

    I am looking for some thoughts or input on tracking user info in LBI. Specifically I am looking for a way to keep track of userid, IP, and report ran information from users who go out to LBI from Portal or come straight into LBI. SSO is enabled and LBI is version 9.0.3.2.116/117.

    Thanks,

    James

    Matthew Nye
    Veteran Member
    Posts: 514
    Veteran Member
      You can do this using the 4 events in Reporting Services. It will require server side programming so its no easy task. Using any OOP web language (ASP.NET, JAVA, PHP, etc) you can capture all the info you need. There is actually a pretty good example of capturing a report request in the Reporting Services User Guide, Chapter 6 "Events and parameter pages"


      hth
      matt
      If any of my answers were helpful an endorsement on LinkedIn would be much appriciated! www.linkedin.com/pub/matthew-nye/1a/886/760/
      Ruma Malhotra
      Veteran Member
      Posts: 412
      Veteran Member

        Hi Matt,

        I need this as well. We've had instances where a report that had sensitive information in a way, that the user who logs in could see only the information that pertains to him or her, and the report that had to be bursting enabled was turned off. This report was present on the dashboard for a day without bursting turned on and any user who logged in could see all of the information in the report.

        During this time, we wanted to find out who went to the dashboards and downloaded this report. Presently there is no means to get this information from LBI except going through what you describe as writing a script for enabling reporting events.

        Looking at the example on chapter 6 and since I am not a programmer looks greek to me.

        Is this simple enough to recreate or would we need specifically a programmer to accomplish this ?

        Thanks for pointing this out,

        Ruma.

         

         

        Matthew Nye
        Veteran Member
        Posts: 514
        Veteran Member
          Actually, that sample isnt showing Events in the way that jellis or you would like to use it. It just shows using a custom parameter page which is then placed in URL for the first event. You would probably need a more complex version. Capturing the Parameter Selection, Parameter Validation and Report Request Complete events is far more complicated than Report Request Received. This type of customization would require a programmer.

          hth
          matts
          If any of my answers were helpful an endorsement on LinkedIn would be much appriciated! www.linkedin.com/pub/matthew-nye/1a/886/760/
          You are not authorized to post a reply.