Page 1 of 1
Period Dimension idle time
Posted: Thu Feb 19, 2009 9:22 pm
by Ross
We would like to lock down periods prior to the current period which have been idle for more than 10 minutes.
Has anyone implemented something similar or know whether it is possible to determine idle time for dimensions?
Many thanks
Ross
Re: Period Dimension idle time
Posted: Fri Feb 20, 2009 5:19 am
by Chengooi
how about :
when VPeriods,idle =>600 (10 min)
{VPeriods < Current MMM-YY , lock}
Let me know if it works!!

Re: Period Dimension idle time
Posted: Fri Feb 20, 2009 10:40 am
by David Usherwood
Ross, Chengooi, I don't believe you will find any way to do this.
TM1 logs data changes but they go to flat files and no programmatic access is provided to that (I wish there were).
Performance Monitor tracks activity by minute but not by dimensions. It does by cube, but it would be hard to work with that.
Chengooi, your code is a long way from being workable TI code - your keywords and constructs are not supported.
It's possible that both of you are talking about a different tool and did not intend to post to the TM1 forum. If so, I'd be interested to know what Ross was thinking about.
Re: Period Dimension idle time
Posted: Sun Feb 22, 2009 8:44 pm
by Ross
Hi David,
Thanks for your reply David. It's definitely TM1 that I'm referring to. The reason for the Dimension idle time lock idea is that we have 4 users with admin access (not ideal I know) so we need to ensure that if someone writes to a period, for forecasts as an example, that it is closed so that another user cannot accidently write to the same period when they shouldn't.
By using an idle time function this would lock the period if the user forgot to do so.
Regards
Ross
Re: Period Dimension idle time
Posted: Mon Feb 23, 2009 3:47 pm
by Steve Rowe
You're maybe trying to be too clever, perhaps schedule chore that runs every X minutes and locks all periods? This way you are safe and your users can unlock their periods as required.
Sounds like the roles in your organisation are a bit mixed up, as you said far from ideal. IMO admin access should be restricted to people updating security and meta data at the most, ordinary data updates should be handled by end-users and the security of this managed using the READ / WRITE level security.
You could be trying to solve the symptoms of your problem, it's probably going to easier to solve your organisational issues than get the kind of functionality you are talking about.
Cheers,
Steve
Re: Period Dimension idle time
Posted: Mon Feb 23, 2009 11:53 pm
by ScottW
Ross,
I have to agree with Steve. From what you describe it sounds like your TM1 system might be poorly designed/set-up as there are other and better ways to manage security and writing data. It might be worth your while to have your system "health checked."