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
Export Login details of users
-
- Community Contributor
- Posts: 248
- Joined: Tue Nov 01, 2011 10:31 am
- OLAP Product: TM1
- Version: All
- Excel Version: All
- Location: Manchester
- Contact:
Re: Export Login details of users
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.
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.