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
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. :-\
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.
Yes, They want to open Studio in new window or new browser tab.