COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => SDK => Topic started by: tkship on 13 Nov 2007 10:39:19 AM

Title: using cam_passport id in cognos viewer
Post by: tkship on 13 Nov 2007 10:39:19 AM
Does anybody know how to set the cam_passport id in a system.windows.forms.webbrowser? Through the SDK I can logon and get the cam_passport id. I would like to use this and run a report using the cognos viewer with out sending the namespace/username/userpassword to logon.

Is there away to run a report with cognos viewer by sending the cam_passport id?

Thanks

Tim
Title: Re: using cam_passport id in cognos viewer
Post by: larsonr on 30 Jan 2008 10:17:03 PM
The short answer should be yes.  I do it with Java a lot, but have no clue about .Net development and what is available.  If you would like to see some samples I have created in Java just send a post back.  At my new environment its practically the only way to do it since they have some very odd and secure authentication process.
Title: Re: using cam_passport id in cognos viewer
Post by: dsueltenfuss on 21 Mar 2008 06:34:57 AM
I would be interested in seeing the code to do this via JAVA.