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

Help in calling COGNOS reports in ASP.NET

Started by bnruser, 18 May 2007 12:50:31 AM

Previous topic - Next topic

bnruser

Hi Folks,

Im totally new to cognos...
I have got cognos reports developed.I wanna call then from my ASP.NET application...
I have got Cognos SDK installed.
Can somebody tell me how do i call cognos reports from my application?

Any pointers to documentation would be appreiciated.

Thanks In Advance

bnruser

Guys , i found out a way.... by giving the URL and calling the reports...
if u have any other better way, plz let me know...

Meanwhile...im able give the outputformat as PDF while running the reports, but i have a requirement of saving the reports as pdf in a speicifed location... How do i do that?

Thnaks in Advance

COGNOiSe administrator

If you are intercepting the PDF as stream before you send it to ASP, you should be able to save it to whatever location, unless I'm misunderstanding what your requirements are ...

NG

Hi bnruser,

I am just starting with Cognos and I would also like to be able to run Cognos reports from ASP.NET. Would you mind sharing some of the details of how accomplished running the reports from the URL? I am also curious if you are passing a database username/password in your URL. My end goal would be to pass the database connection and also a minimum of one parameter. Any help would be appreciated.

Thanks,

Neil

m_karbala

When you use url you can not path the authentication and you have to log in before browsing the report.
Did you use anonymous reports?