Data Audit

MarcR
VIP

Hi All, 

In OneStream there are many audit tables containing specific sections that can be audited. I'm looking for a detailed overall data audit showing which user changed which number at what time. Preferably combining loads with (Excel) input. Does anybody know which tables to join to get the good old HFM data audit table?

 

Thanks in advance, 

Marc

Marc Roest
OneStream consultant @Finext
1 ACCEPTED SOLUTION

Marc

I think two tables hold this information. Forms one is stored under DataEntryAuditCell, Workflow ones are under TaskflowStepLog (you need to query for the ones that got InstanceStatus of 2, and the StepKey is TaskflowStepDataItem.LoadCube.UniqueID.ToString. 

You might have to use the DataEntryAuditSource to get the user information.

View solution in original post

3 REPLIES 3

Marc

I think two tables hold this information. Forms one is stored under DataEntryAuditCell, Workflow ones are under TaskflowStepLog (you need to query for the ones that got InstanceStatus of 2, and the StepKey is TaskflowStepDataItem.LoadCube.UniqueID.ToString. 

You might have to use the DataEntryAuditSource to get the user information.

Hi,

How is user information being pulled here?

Thanks,
Nidhi Mangtani

you can join to DataEntryAuditSource  on AuditSourceID, that should get you user name and timestamp