Skip to main content
Contributor
March 29, 2022
Solved

Data Audit

  • March 29, 2022
  • 1 reply
  • 0 views

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

Best answer by ckattookaran

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.

1 reply

Newcomer
March 30, 2022

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.

Veteran
March 9, 2023

Hi,

How is user information being pulled here?

Newcomer
March 14, 2023

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