COGNOiSe.com - The IBM Cognos Community

Legacy Business Intelligence => COGNOS ReportNet => Topic started by: phani1979 on 31 Jan 2007 01:48:38 PM

Title: Can we run a report by passing URL.
Post by: phani1979 on 31 Jan 2007 01:48:38 PM
Can we run a report by passing URL.

In our company our reports run through url, What we do , by clicking on certain report URL, Perticular report display, I am also have an example


http://stpbri01/ods-isapi/ods.ods?DMDataManagementReports1REPLACE&Docname=Patient_summary_ede_ctms_val.bqyPatient_summary_ede_ctms_val&limit1=ANSWER&limit2=RUSA&limit3=all&limit4=all&limit5=allMethod=login&Username=brio_user&Password=********&JScript=enable

In the above URL we can see, Systemname/locationsof the report folder/reportname/userid/password

Any chances in cognos reportnet or cognos8
Title: Re: Can we run a report by passing URL.
Post by: sir_jeroen on 01 Feb 2007 05:41:26 PM
Yes you can run reports by using url. Just look in the IE's source code from a Cognos Connection window and you will find all necessary parameters and urls. But be aware of your security when passing username & password
Title: Re: Can we run a report by passing URL.
Post by: phani1979 on 06 Feb 2007 01:43:46 PM
What'z the procedure to look at IE's Source code

you mean to say in cognos connection  Source code, just add the My report URL in the HTML tags.
Title: Re: Can we run a report by passing URL.
Post by: sir_jeroen on 11 Feb 2007 04:38:14 PM
go to cognos connection and on the page your report is on right click and select view source... There you will find the url to your report. append &p_parametername=<value> to pass parameter values..