select count(*) from hfm_errorlog;
select count(*) from <Application Name>_task_audit;
To clear HFM userparams:
select * from <Application Name>_userparams where username = 'username@Native Directory'
delete from <Application Name>_userparams where username = 'username@Native Directory'
Thanks,
Mady
Nice tutorial. The hyperion tutorial was help ful for me. Keep Sharing Tutorials.
ReplyDelete