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

Passing ASP session variables to Cognos Reports

Started by dipesh_mistry, 21 Aug 2007 11:32:13 AM

Previous topic - Next topic

dipesh_mistry

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

COGNOiSe administrator

You have to recode your ASP to provide the session parameters as GET or POST variables when calling Cognos reports.

jsist1

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?

COGNOiSe administrator

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.