Page 1 of 1

Export Login details of users

Posted: Mon Jun 11, 2012 9:36 am
by ravi
Hi All,

We have around 150 users on our tm1 servers. Whenever new user request for tm1 access I manually check details of user existing or not in client/groups in tm1 server.
As this takes some time check particular user have access or not and thier groups and type of access (Ex Admin, read,write etc)
Instead, I thought of writing TI process to Export Login details of users of various tm1 instances we have.

Request your advise.
Thanks
Ravi

Re: Export Login details of users

Posted: Mon Jun 11, 2012 10:08 am
by Edward Stuart
I use the }ClientGroups cube to search and for particularly onerous tasks (or searching across multiple instances) I would use a DBRW to check if a user exists.

We have some Security processes in place for creating user and assigning to groups but nothing built to check across multiple servers.

As I see it you 'could' build some processes around this but you would not be saving a lot of time over the DBRW mentioned above.