If you are unable to create a new account, please email support@bspsoftware.com

Author Topic: CAMIDs. What am I missing?  (Read 13330 times)

cdeehr

  • Guest
CAMIDs. What am I missing?
« on: 27 Mar 2012 05:05:53 pm »
Hi all,

I've been spinning my wheels on this too long...

How do you get the CAMIDs of users that aren't currently in the Content Store? We're planning on using either the SDK or MetaManager (both currently licensed) to administer security going forward. In the case where users aren't already assigned to a group/role in Cognos Connection, I can't come up with an easy/dynamic way to get their CAMIDs.

Anybody care to share how you've address this?

Thank you,
Chris

Offline MFGF

  • Never knowingly correct
  • Super Moderator
  • Statesman
  • ******
  • Join Date: Jul 2005
  • Posts: 11,707
  • Forum Citizenship: +677/-10
  • Cognos Software Muppet
Re: CAMIDs. What am I missing?
« Reply #1 on: 28 Mar 2012 04:37:10 am »
You can see their CAMID if you go to the Admin Console - Security tab, expand your authentication provider namespace, then go into the properties of the user in the authentication provider. The "View the search path, ID and URL" link on the right will display the user's CAMID in the Search Path.

Regards,

MF.
Meep!

cdeehr

  • Guest
Re: CAMIDs. What am I missing?
« Reply #2 on: 28 Mar 2012 08:04:46 am »
Thank you for the reply. I should have worded my question a little differently. I need a way to get the CAMID without going to Cognos Connection. Our initial intention is to use BSP's MetaManager to assign the Users to the Groups, and our scripts would come from our end users, who don't have the ability to look up the CAMIDs on the portal.

Offline Grim

  • Honorary Master of IBM Links
  • Statesman
  • ******
  • Join Date: Nov 2011
  • Posts: 688
  • Forum Citizenship: +58/-7
Re: CAMIDs. What am I missing?
« Reply #3 on: 28 Mar 2012 08:16:34 am »
You can do this with the SDK.

SDK sample to extract user information such as User Name, CAMID, and user folder to which the user belongs to
http://www-01.ibm.com/support/docview.wss?uid=swg21410534

or

SDK Sample - How to retrieve the user CAMID using a part of the username.
http://www-01.ibm.com/support/docview.wss?uid=swg21339455
"Honorary Master of IBM Links"- MFGF
Certified IBM C8 & C10 Admin, Gamer, Geek and all around nice guy.
<-Applaud if my rant helped! 8)

cdeehr

  • Guest
Re: CAMIDs. What am I missing?
« Reply #4 on: 28 Mar 2012 01:08:10 pm »
Great, thank you. I'll have to see what the SDK can do for us. I did find one of those articles but the other one is very helpful.

Thank you,
Chris