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
Cognos security group database
-
- MVP
- Posts: 3223
- Joined: Mon Dec 29, 2008 6:26 pm
- OLAP Product: TM1, Jedox
- Version: PAL 2.1.5
- Excel Version: Microsoft 365
- Location: Brussels, Belgium
- Contact:
Re: Cognos security group database
Did you mean the function "RemoveClientFromGroup" in a Turbo Integrator process ?
https://www.ibm.com/docs/bg/cognos-tm1/ ... tfromgroup
https://www.ibm.com/docs/bg/cognos-tm1/ ... tfromgroup
Best regards,
Wim Gielis
IBM Champion 2024-2025
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
Wim Gielis
IBM Champion 2024-2025
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
-
- 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
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.
-
- MVP
- Posts: 3223
- Joined: Mon Dec 29, 2008 6:26 pm
- OLAP Product: TM1, Jedox
- Version: PAL 2.1.5
- Excel Version: Microsoft 365
- Location: Brussels, Belgium
- Contact:
Re: Cognos security group database
I haven’t done that, if at all possible.
Best regards,
Wim Gielis
IBM Champion 2024-2025
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
Wim Gielis
IBM Champion 2024-2025
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
-
- Posts: 119
- 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
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
- vovanenok
- Posts: 89
- 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
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
https://developer.ibm.com/apis/catalog/ ... from_group
Send me a direct message if you consider 3rd party paid products with this functionality implemented