Automate import of users from Cognos BI

Post Reply
PlanningDev
Community Contributor
Posts: 349
Joined: Tue Aug 17, 2010 6:31 am
OLAP Product: Planning Analytics
Version: 2.0.5
Excel Version: 2016

Automate import of users from Cognos BI

Post by PlanningDev »

We are looking into switching to using Cognos BI for authentication since it does seem like IBM is moving this direction for security with TM1. Has anyone been able to find a way to automate the import of users from BI? Manually importing hundreds of users doesn't sound like a lot of fun.

I'll do a little research but if any has already done this I wouldn't mind hearing your thoughts.
User avatar
qml
MVP
Posts: 1097
Joined: Mon Feb 01, 2010 1:01 pm
OLAP Product: TM1 / Planning Analytics
Version: 2.0.9 and all previous
Excel Version: 2007 - 2016
Location: London, UK, Europe

Re: Automate import of users from Cognos BI

Post by qml »

Not sure why you would need to import users from BI. When users log on to a TM1 instance that has IntegratedSecurityMode set to 4 or 5 then the TM1 Client gets created on the fly and user group membership in TM1 is refreshed. Required groups can either be imported manually or simply added using TI beforehand. They will be matched with the CAM groups if the group names match. Users pretty much import themselves the first time they log in.
Kamil Arendt
User avatar
sachin
Posts: 92
Joined: Fri Jan 15, 2010 9:54 pm
OLAP Product: Transformer,SSAS, EP, TM1
Version: 7.3 2005 10.1 10.1.1
Excel Version: 2013
Contact:

Re: Automate import of users from Cognos BI

Post by sachin »

The way I had done in past, was to extract all the users and the groups to their respective .csv files using Cognos SDK. Then import them into TM1 using TI and map clients to groups.
Check out my blog for some good information on TM1, SPSS
PlanningDev
Community Contributor
Posts: 349
Joined: Tue Aug 17, 2010 6:31 am
OLAP Product: Planning Analytics
Version: 2.0.5
Excel Version: 2016

Re: Automate import of users from Cognos BI

Post by PlanningDev »

sachin wrote:The way I had done in past, was to extract all the users and the groups to their respective .csv files using Cognos SDK. Then import them into TM1 using TI and map clients to groups.
I may have to go this route. The reason for needing to import users is so that I can convert security from TM1 to BI.
jim2011
Posts: 9
Joined: Mon Sep 16, 2013 7:48 pm
OLAP Product: TM1
Version: 10.1
Excel Version: 2010

Re: Automate import of users from Cognos BI

Post by jim2011 »

I understand what you're trying to do but I think you just need to import the Cognos namespace security groups and not the users. If the user belongs to a BI group that you imported and gave access to, they will inherit it once they login.

Personally, though not officially supported, I leveraged a SQL script to query the content store in the database and retrieve all the security groups. Then the TI process imports them.
Post Reply