COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: DSR on 13 Feb 2012 06:38:22 PM

Title: Integrating Report and Query Studios with Java Application
Post by: DSR on 13 Feb 2012 06:38:22 PM
Hi There,

We have requirement where users want to create adhoc reporting from Java application it self. They will have two tabs one is for report studio and other is for query studio.

We tried to invoke report and query studios using below URLS. Query studio is working fine ..but still we have SSO issue.
queryStudio.url
http://<Domain Name>/cognos8/cgi-bin/cognos.cgi?b_action=xts.run&m=portal/launch.xts&ui.tool=QueryStudio&ui.object=/content&ui.action=new&ui.header=false

reoprtStudio.url
http://<Domain Name>/cognos8/cgi-bin/cognos.cgi?b_action=xts.run&m=portal/launch.xts&ui.tool=ReportStudio&ui.object=/content&ui.action=new&ui.header=false


Report  studio we are facing issues ui.gateway unavailable etc..

Can some one please suggest me how can we integrate report studio and Query studio with Java Application.

Cognos Version : 8.4.1

Title: Re: Integrating Report and Query Studios with Java Application
Post by: Grim on 15 Feb 2012 06:17:08 PM
Integrate RS and QS into your app? Don't know if that is even possible. You're going to need the SDK either way.

Good luck with that. :-\
Title: Re: Integrating Report and Query Studios with Java Application
Post by: bdbits on 16 Feb 2012 02:51:00 PM
I've never tried it either, but you might be able to host the studio in an <iframe>. Maybe.

Are they willing to have the studio open in another window (or browser tab)? That would be doable.
Title: Re: Integrating Report and Query Studios with Java Application
Post by: DSR on 17 Feb 2012 11:39:14 AM
Yes, They want to open Studio in new window or new browser tab.