Export Login details of users

Post Reply
ravi
Posts: 138
Joined: Mon Apr 26, 2010 12:39 pm
OLAP Product: cognos
Version: tm1 9.5
Excel Version: 2007

Export Login details of users

Post 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
Edward Stuart
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

Post 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.
Post Reply