Cognos security group database

Post Reply
monkey97
Posts: 16
Joined: Thu May 18, 2023 10:48 am
OLAP Product: tm1
Version: 10.1.10000.26473
Excel Version: 365

Cognos security group database

Post by monkey97 »

Hi all!

We have got some security groups in cognos which sync with TM1.
If we have to delete some people from groups, we have to solve it manually one by one.
Where can i find database of these groups? What is it stored in anyway and how can it be accessed?

It is important, because if we get more than 10 people for delete, it will be easier with sql script or anything.

Thanks in advance
Wim Gielis
MVP
Posts: 3120
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.0.9.18
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: Cognos security group database

Post by Wim Gielis »

Did you mean the function "RemoveClientFromGroup" in a Turbo Integrator process ?

https://www.ibm.com/docs/bg/cognos-tm1/ ... tfromgroup
Best regards,

Wim Gielis

IBM Champion 2024
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
monkey97
Posts: 16
Joined: Thu May 18, 2023 10:48 am
OLAP Product: tm1
Version: 10.1.10000.26473
Excel Version: 365

Re: Cognos security group database

Post by monkey97 »

We use it on TM1, it can delete clients from }Clients on TM1, but we have to delete them from Cognos BI security group too.
Wim Gielis
MVP
Posts: 3120
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.0.9.18
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: Cognos security group database

Post by Wim Gielis »

I haven’t done that, if at all possible.
Best regards,

Wim Gielis

IBM Champion 2024
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
HighKeys
Posts: 117
Joined: Fri Aug 09, 2019 10:11 am
OLAP Product: TM1 / TM1 Web / Perspectives
Version: Planning Analytics V2.0.9
Excel Version: Office 365

Re: Cognos security group database

Post by HighKeys »

monkey97 wrote: Wed Aug 23, 2023 6:24 am We use it on TM1, it can delete clients from }Clients on TM1, but we have to delete them from Cognos BI security group too.
Hi, do you use Cognos Groups or do you use LDAP Groups in Cognos?

If you use LDAP Groups you should automate there, otherwise IBM has a Example how to Add Everyone to SystemAdministrator in SQL, i'm sure you can use that as a base to create a SQL script which removes users from the group.

You can find the example script in <Cognos Analytics Install Dir>\configuration\schemas\content\ its called AddSysAdminMember.sql

Hope this helps you
BR
User avatar
vovanenok
Posts: 88
Joined: Mon Jun 23, 2014 4:54 pm
OLAP Product: TM1
Version: 2.0.9
Excel Version: Office 365
Location: Toronto, Canada
Contact:

Re: Cognos security group database

Post by vovanenok »

You can do it using the Cognos REST API:
https://developer.ibm.com/apis/catalog/ ... from_group

Send me a direct message if you consider 3rd party paid products with this functionality implemented
----------
TeamOne Google Sheets add-on for IBM Planning Analytics
Let's connect on LinkedIn
Post Reply