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

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Access users' My Folders through Search Path

Started by TimothyVermeiren, 08 Aug 2013 07:14:19 AM

Previous topic - Next topic

TimothyVermeiren

Hi,
I am trying to access users' My Folders, and for this I need the search path corresponding to that folder. This, for instance, works:

CAMID("C2:u:97f97b66b25a1d47b04ae20ab9f0ed14")/folder[@name='My Folders']            (where C2 is the namespace)

I am however trying to achieve this without having to know the CAMID of the user. I would like to be able to use a search path similar to this one:

CAMID("C2")//account[@name='username']/folder[@name='My%20Folders']

The above statement is not correct, though. Is there a similar way I could obtain the search path for this user's My Folders? Or another way to obtain the CAMID without having to use the SDK?

Thanks!