}ClientGroups cube not in sync. with Cognos
-
- Posts: 16
- Joined: Thu May 18, 2023 10:48 am
- OLAP Product: tm1
- Version: 10.1.10000.26473
- Excel Version: 365
}ClientGroups cube not in sync. with Cognos
Hi all!
If we delete clients from security group on cognos, then the }ClientGroups cube is only updated when they log into Application Web or Architect.
We have to update it without clients login. We have to know, if there is anyone who is not in any group.
Is there any solution for this? Scheduled process or any settings?
Thanks in advance
If we delete clients from security group on cognos, then the }ClientGroups cube is only updated when they log into Application Web or Architect.
We have to update it without clients login. We have to know, if there is anyone who is not in any group.
Is there any solution for this? Scheduled process or any settings?
Thanks in advance
-
- MVP
- Posts: 3182
- 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: }ClientGroups cube not in sync. with Cognos
Yes, a simple TI process with the necessary loops. There are no builtin functions to give that information.
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
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
-
- Posts: 16
- Joined: Thu May 18, 2023 10:48 am
- OLAP Product: tm1
- Version: 10.1.10000.26473
- Excel Version: 365
Re: }ClientGroups cube not in sync. with Cognos
But how can i sync }ClientGroups with Cognos BI?
Pls let me any help for TI process code.
Pls let me any help for TI process code.
-
- MVP
- Posts: 3182
- 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: }ClientGroups cube not in sync. with Cognos
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
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
- Elessar
- Community Contributor
- Posts: 391
- Joined: Mon Nov 21, 2011 12:33 pm
- OLAP Product: PA 2
- Version: 2.0.9
- Excel Version: 2016
- Contact:
Re: }ClientGroups cube not in sync. with Cognos
Hi,
You need to to search client*group relationships in Cognos Content Store database.
Here is the tables list: https://cogknowhow.com/t/cognos-content ... iption/906
Here is an example of SQL query: https://www.ykud.com/blog/cognos/cognos ... ew-in-sql/
You need to to search client*group relationships in Cognos Content Store database.
Here is the tables list: https://cogknowhow.com/t/cognos-content ... iption/906
Here is an example of SQL query: https://www.ykud.com/blog/cognos/cognos ... ew-in-sql/
-
- Posts: 16
- Joined: Thu May 18, 2023 10:48 am
- OLAP Product: tm1
- Version: 10.1.10000.26473
- Excel Version: 365
Re: }ClientGroups cube not in sync. with Cognos
Hi!
Thanky you Ellesar!!! These are useful links.
I have got only one problem with it. We haven't got "groups_unwrapped" table in our database... and similar neither.
What is your opinion? Is it possible?
Thanky you Ellesar!!! These are useful links.
I have got only one problem with it. We haven't got "groups_unwrapped" table in our database... and similar neither.
What is your opinion? Is it possible?
-
- Community Contributor
- Posts: 161
- Joined: Tue Apr 02, 2013 1:41 pm
- OLAP Product: tm1, cognos bi
- Version: from TM1 9.4 to PA 2.0.9.6
- Excel Version: 2010
- Location: Toronto, ON
Re: }ClientGroups cube not in sync. with Cognos
Is the Client Groups membership defined in Cognos or in LDAP (Active Directory)? If it is in Active Directory, you can run some powershell script to extract the User/Group mappings. If they are defined in Cognos, then you can run a SQL against Cognos Content Store database tables ( as suggested by Elessar)
Ardian Alikaj
-
- Posts: 16
- Joined: Thu May 18, 2023 10:48 am
- OLAP Product: tm1
- Version: 10.1.10000.26473
- Excel Version: 365
Re: }ClientGroups cube not in sync. with Cognos
They are defined in Cognos, but we haven't got "groups_unwrapped" table in our database... and similar neither.
-
- MVP
- Posts: 3182
- 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: }ClientGroups cube not in sync. with Cognos
Isn't it something that Yuri scripted in the SQL ?
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
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
-
- Posts: 16
- Joined: Thu May 18, 2023 10:48 am
- OLAP Product: tm1
- Version: 10.1.10000.26473
- Excel Version: 365
Re: }ClientGroups cube not in sync. with Cognos
I tried this https://www.ykud.com/blog/cognos/cognos ... ew-in-sql/ ms sql script. Only the mentioned table missing.
- Elessar
- Community Contributor
- Posts: 391
- Joined: Mon Nov 21, 2011 12:33 pm
- OLAP Product: PA 2
- Version: 2.0.9
- Excel Version: 2016
- Contact:
Re: }ClientGroups cube not in sync. with Cognos
Are you sure you've copied the whole script?
As Wim said, it's declared in the beginning using WITH clause:
As Wim said, it's declared in the beginning using WITH clause:
Code: Select all
with groups_unwrapped (parent_group_id, child_group_id, lvl)
as .....
- 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: }ClientGroups cube not in sync. with Cognos
You can use the Cognos REST API to check the group members:
https://developer.ibm.com/apis/catalog/ ... up_members
Then you can implement relevant logic to perform tasks such as removing users in TM1.
https://developer.ibm.com/apis/catalog/ ... up_members
Then you can implement relevant logic to perform tasks such as removing users in TM1.