Quantcast
Viewing all articles
Browse latest Browse all 5403

Audit report for User Session Count

Hello Experts,

 

I have created a small BOBJ audit report on top of the imported  SAP std. audit universe on the audit database. The purpose of the audit report is to find the total number of sessions Per User in a day.

 

The objects i've used in the report from the BI 4.0 Audit universe are Username,Count([Session]) In([User Name]) to find the count of sessions for user and a date prompt.

 

Below is the sequel being generated for this:

 

SELECT

  "BOE140_Audit"."dbo".ADS_EVENT.User_Name,

  "BOE140_Audit"."dbo".ADS_EVENT.Session_ID

FROM

  "BOE140_Audit"."dbo".ADS_EVENT

WHERE

  CAST( "BOE140_Audit"."dbo".ADS_EVENT.Start_Time AS DATE)  IN  ('08/13/2014 18:0:0')

 

But when i try to match this output to the values in the sessions tab in CMC, there is a mismatch and all the values from Sessions tab in CMC dont seem to appear in the audit report and the vice versa, all the users from audit report dont show up on the sessions tab in CMC and also the values dont match on the common id's showing up.

 

Below are the 2 outputs:

 

1. Audit report output:

 

Image may be NSFW.
Clik here to view.
Capture.JPG

 

2. CMC Sessions tab values:

Image may be NSFW.
Clik here to view.
Capture.JPG

 

So am i choosing the wrong fields for the audit report? What is the reason for this discrepancy?

 

Thanks and regards,

Abhishek


Viewing all articles
Browse latest Browse all 5403

Trending Articles