Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ReportNet:User is already authenticated in the namespace 'ldap'

Status
Not open for further replies.

cognosGeorge

Programmer
Feb 1, 2006
1
CA
We have a home-built application which maintains contract information. From this applicaiton, an authenticated user can click view_contract_report to view a particular contract's report. This report is created by Cognos ReportNet. To make it workable with security turned on, we passed the following security information &CAMUsername=username&CAMPassword=password&h_CAM_action=logonAs
as part of the HTTP request.
The scenario is, when the user logged off from our application and the second user logged on to the application by using same browser, Cognos Reportnet treats this user as authenticated. If we append the above security information with different userName and password into the next HTTP request, reportNet will throw exception:
CAM-AAA-0136
The user is already authenticated in the namespace 'ldap'!

Can I passing some parameter to ask ReportNet to re-authenticate the user with same browser session?

Any help will be greatly appreciated.

George
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top