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

Integrating Report and Query Studios with Java Application

Started by DSR, 13 Feb 2012 06:38:22 PM

Previous topic - Next topic

DSR

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


Grim

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. :-\
"Honorary Master of IBM Links"- MFGF
Certified IBM C8 & C10 Admin, Gamer, Geek and all around nice guy.
<-Applaud if my rant helped! 8)

bdbits

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.

DSR

Yes, They want to open Studio in new window or new browser tab.