If you want to use the userid from within a ReportNet report, the following session parameters are available in 1.1 (we're on 1.1.230.2, using Access Manager for authentication, there may be more available in later versions or with other LDAP providers):
account.defaultName
account.personalInfo.email
account.personalInfo.givenName
account.personalInfo.surname
account.personalInfo.userName
runLocale
So, for example, we use a filter in ReportNet that looks like this:
[MODEL].[NAMESPACE].[LOGIN] =
#sq($account.personalInfo.userName)#
The Basic Signon and OS Signon are not available as session parameters, according to Cognos. I put in an enhancement request for this. We ended up tacking the signon onto the end of the username and actually selecting a substring of the userName parameter to get the login information.
Don't know if that was what you were looking for, but hope that helps.
PCNewbie, can you post more details on what you mean by using (SearchPath)? I'm not really familiar with that.
Thanks,
Stacy