In SQL Server this shows Roles and Groups
SELECT v_group.name AS group_name,
v_user.ldap_id AS user_name
, CLASSID
, MAPDLOCALEID
FROM dbo.cmreford1 AS v_group_user
JOIN (SELECT cmid user_id,
UPPER (NAME) ldap_id
FROM dbo.cmobjprops33) v_user
ON v_group_user.refcmid = v_user.user_id
JOIN (SELECT cmobjnames.cmid cmid,
UPPER(cmobjnames.NAME) name
, cmobjects.classid
, cmobjnames.mapdlocaleid
FROM dbo.cmobjects, dbo.cmobjnames
WHERE
cmobjects.classid IN (26, 54)
AND cmobjnames.mapdlocaleid = 92
AND
cmobjects.cmid = cmobjnames.cmid) v_group
ON v_group.cmid = v_group_user.cmid
order by 1,2
------------------------------
brenda grossnickle
BI Programmer Analyst
FIS
------------------------------
Original Message:
Sent: Wed September 25, 2024 05:30 PM
From: Sachin Kandalgaonkar
Subject: Cognos User List with all Roles and Privileges
Hi,
We are using Cognos 11.2.4 on Cloud.
I am looking for a way to get the list of all users in Cognos with their Roles and Privileges. Motio PI is the answer but it is currently not working for us due to some security issues. Is there any other way like directly accessing the Content database or Audit tables or some kind of SDK. I found something called IBM Cognos BI Users and Capabilities Tool but the tool is not available now.
Please help
Sachin
------------------------------
Sachin Kandalgaonkar
------------------------------