Page 1 of 1
[10.2] How to monitor a dimension hirarchy change ?
Posted: Mon May 16, 2016 12:41 am
by hittony
Hi,
Let's take an example, how to know which account removed a child element from a parent element, and when ?
Thanks for your kind sharing
Cheers
Re: [10.2] How to monitor a dimension hirarchy change ?
Posted: Mon May 16, 2016 8:56 am
by David Usherwood
Re: [10.2] How to monitor a dimension hirarchy change ?
Posted: Mon May 16, 2016 2:18 pm
by tomok
Be very careful when enabling audit logging. If you have TI processes that routinely destroy and rebuild hierarchies on a nightly basis your audit log will absolutely blow up and consume all the storage space on your server. It's best to test this out on a development machine first to find out just how much is going to get logged on a daily basis.
Re: [10.2] How to monitor a dimension hirarchy change ?
Posted: Wed May 18, 2016 4:14 am
by hittony
tomok wrote:Be very careful when enabling audit logging. If you have TI processes that routinely destroy and rebuild hierarchies on a nightly basis your audit log will absolutely blow up and consume all the storage space on your server. It's best to test this out on a development machine first to find out just how much is going to get logged on a daily basis.
Thanks tomok !