TM1-C8 Security - Reports

Post Reply
Toto
Posts: 71
Joined: Mon Jul 20, 2009 8:52 am
OLAP Product: TM1
Version: 9.5 Build 9.5.00100.2380
Excel Version: 2003

TM1-C8 Security - Reports

Post by Toto »

Hello,
our client has Cognos 8 and starts with TM1 now. Later the TM1 cube should be used within C8-Reports. What would you think is the best way to implement security. Using C8-security within TM1 or using LDAP directly when C8 uses LDAP?
What are the pros & cons?
Are there any known issues when developing C8-reports with TM1-cubes using C8-security?

Thanks a lot,

Toto
User avatar
Michel Zijlema
Site Admin
Posts: 712
Joined: Wed May 14, 2008 5:22 am
OLAP Product: TM1, PALO
Version: both 2.5 and higher
Excel Version: 2003-2007-2010
Location: Netherlands
Contact:

Re: TM1-C8 Security - Reports

Post by Michel Zijlema »

Hi,

You could use the CAM security option for TM1 (IntegratedSecurityMode=4 and CAM* tmts.cfg parameters) which is aimed at integrating TM1 security with C8.

Michel
SPSS
Posts: 1
Joined: Tue Jul 27, 2010 7:21 pm
OLAP Product: TM1
Version: 9.5.1
Excel Version: 2007

Re: TM1-C8 Security - Reports

Post by SPSS »

i've done an implementation with TM1 using C8 Cam security. It works well. Pick the TM1 dimension on which you want to apply security, say Cost Centre. Then in LDAP or C8 Admin create as many groups as Cost Centre elements with the SAME name. (this is if you want security at the N - level). Then import these groups into Tm1 and write a simple rule in the ElementSecuritycube of Cost centre of :
[]:S IF(!}Group @= !Cost Centre, WRITE, READ); This is the mapping of groups to cost centres. So next time a user logs into TM1 he/she will get access only to his/her Cost Centre because associated with the group name setup in ldap would be the user's name. Same if they were to log into BI with BI using TM1 as a data source.

N.B. you don't import users into tm1 from c8. just groups
Post Reply