cancel
Showing results for 
Search instead for 
Did you mean: 

SAP bo 4.2 audit data missing : Invalid event being ignored

former_member594690
Discoverer
0 Kudos

We are using audit service in BO 4.2 Support Pack 4 Patch 6 DB Linux

Most of the occasions the audit report is capturing the correct audit details. But sometime they seems to be skipping some events. As It seems the missing data’s Object type is Analysis application Lumira desinger view. (not Web Intelligence)

cms log :

assert failure: (auditsubsystem_impl.cpp:3418). (0 : Invalid event being ignored.
ServiceType (Af_tSYhmNDFPnGI72Z_3Uas) does not support this event type id (10301). Make sure that the service is appearing in the SI_AUDIT_APPLICATIONS list of the AuditEventInfo2 object. Make sure that the SI_SUPPORTED_AUDIT_EVENTS property in the service object (Af_tSYhmNDFPnGI72Z_3Uas) contains the event (10301).

I executed query in admin tools.

Select * from ci_infoobjects, ci_appobjects, ci_systemobjects where si_cuid = 'Af_tSYhmNDFPnGI72Z_3Uas'

and there's no event type Id 10301 in the SI_AUDIT_APPLICATIONS.

event type id 10301 is cube connection.



This problems seem like similar with sap note 2296194. but it's different. When

si_cuid = 'Af_tSYhmNDFPnGI72Z_3Uas', It's not supported event type id 10301.

If there's anyone to know how to solve, let me know...

Kindly assist.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member263415
Active Participant
0 Kudos

Hi,

Check the SI_NAME when we use the query "Select * from ci_infoobjects, ci_appobjects, ci_systemobjects where si_cuid = 'Af_tSYhmNDFPnGI72Z_3Uas' ".

What is the Lumira version?

Regards,

Sharvari

former_member263415
Active Participant
0 Kudos

Hi,

Check the SI_NAME when we use the query "Select * from ci_infoobjects, ci_appobjects, ci_systemobjects where si_cuid = 'Af_tSYhmNDFPnGI72Z_3Uas' ".

What is the Lumira version?

Regards,

Sharvari

former_member594690
Discoverer
0 Kudos
Thank you for your attention. The Lumira version is 20.3.2 .
pavan_k11
Active Participant
0 Kudos

I would first check if audit logs under auditing folder are completely written to audit DB or not.

Something on similar lines in below KBA

Ref KBA: 2630319

former_member594690
Discoverer
0 Kudos

Thank you for your answer, I will check Ref KBA: 2630319.