If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Cognos User list

Started by konesens, 20 Nov 2013 09:13:46 PM

Previous topic - Next topic

konesens

Hello,

I need to create a prompt User list , in order to give administrator the ability to open reports on behalf of other users.
For instance administrator can check what every users see
Do you know how I can get the user list ?
Thanks

TheCognosDave

I did this by querying the Cognos metadata as follows:

SELECT DISTINCT B.Name as UserName
FROM C1011_ContentStore_64.dbo.CMOBJPROPS33 B
WHERE B.Name is not null


Good Luck !  ;)