COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => COGNOS 8 Administration => Topic started by: dipesh_mistry on 21 Aug 2007 11:32:13 AM

Title: Passing ASP session variables to Cognos Reports
Post by: dipesh_mistry on 21 Aug 2007 11:32:13 AM
Hi All,
I have to pass ASP session variables to Cognos reports.These reports will be called from an ASP portal and the variables will be available in the session of a user.The records displayed in the reports will be filtered using these values.

Can anybody plz provide the workaround.

Thanks in Advance :-)

Regards,
dipsy
Title: Re: Passing ASP session variables to Cognos Reports
Post by: COGNOiSe administrator on 22 Aug 2007 03:02:59 PM
You have to recode your ASP to provide the session parameters as GET or POST variables when calling Cognos reports.
Title: Re: Passing ASP session variables to Cognos Reports
Post by: jsist1 on 05 Oct 2007 06:37:38 PM
can this be achieved without authentication through cognos connection?  if not, can you actually post variables using your userid and password for cognos connection without SDK?
Title: Re: Passing ASP session variables to Cognos Reports
Post by: COGNOiSe administrator on 09 Oct 2007 08:51:12 AM
Yes, but only using SOAP. Actually, you can post your uid/pwd to the login page and with clever redirect processing youmight be able to avoid using SOAP.