Integrating Dashboard / Publisher report into another application

Hi,
We do have a requirement in one of our applications, which is on Tomcat server. Where in we need to integrate an existing Dashboard and Publisher report to this application.
And it should not be through GO URL, where i need to specify the username & password and presentation services tries to create new session each time the page is called.
Hope some one helps in guiding us to achieve this.
Thanks in Advance
Message was edited by:
Rajendra PV

Vaidya,
Let me rephrase what you are looking for...
1. You dont want to embed the Webdynpro link into the template but would rather embed it as an object
2. You want to run the web dynpro when the WAD page is launched...
This is for 7.0 right..?
As for embedding the web dynpro as an object as opposed to a link ...? any reasons why - is it because you dont want users to see the link in the HTML source ...?
Even if they do - I am not sure how web dynpros work ( rusty on that front ) but then you should get a session ID when you launch the web dynpro right ..? which would obviate any reasons for the users to see the link
Possibly have it included as a button using Javascript ..?
If you want the webdynpro to launch when the WAD runs - then you could have an onload function in javascript that can do the same....

Similar Messages

  • Putting calculated value into another application

    Hi,
    I have an HCM application with the following simple HRAccount dimension.
    ALL_HR_ACC
         |___SALARY
         |___BONUS
         |___OT
    I want to put the value of ALL_HR_ACC into TstAccount.HRExp, which is in another application called TstFinance. This can be perfectly done by the following code.
    *DESTINATION_APP=TstFinance
    *SKIPDIM=Employee
    *RENAME_DIM HRAccount=TstAccount
    *WHEN HRAccount
       *IS SALARY,BONUS,OT
           *REC(FACTOR=1,HRAccount="HRExp")
    *ENDWHEN
    However, if I change the IS statement to the following, nothing will happen.
       *IS ALL_HR_ACC
    In this simple example, I don't mind putting all 3 HR accounts SALARY,BONUS,OT. However, in many situations, SALARY and other HR accounts are derived from other accounts as well. It could be very cumbersome to put the whole bunch of calculation into the script for just transferring the single value of ALL_HR_ACC into another application.
    Anyone could give me any advice on this? Somebody told me using EVGTS could easily do the trick. However, such functions or formulas will disappear when I expand the worksheet.
    Thank you!
    Sunny

    Sunny,
    The script behavior is correct.  Script logic basically only works with the base memebrs, unless you utilize the statement called Calc Dummy Org.  This statement acts like a variable and aggregates the values into a "parent" type value to be passed on or used in a REC statement.  But, the process you used for the purpose you have is the best, fastest method, even if it is a scope of 50 base accounts from a select statement.
    As for using an input template or excel; if you have an evdre expansion input template, and wish to send the values to a different cube, just add another EVDRE, but remove all the expansions.  Make the page key range fixed or based on the other EVDRE statement.  Use excel to relate to the account to be sent  to the parent account. It should be quite simple to send the total values to a summary cube from the same template that is used for the input process.  However, the logic you wrote accomplished the same effect.
    Hope this helps.

  • Can it be done (drill into another application seamlessly from dashboard)

    Is it possible to drill from a BI EE Dashboard report directly into another non-Oracle web based application? For instance, we move budget data at a summarized level into our data warehouse, which is available as a report in BI EE. If the user wants to see more granular detail, I'd like ot allow them to click a link and automatically log them into the web app by passign their ID and password in the url for the separate web application.
    Note that their ID and Password for BI EE and the web application are identical.

    Yes you can achieve by passing required parameters to underlying report through url parameters.
    Following links will help you in achieving this.
    http://download.oracle.com/docs/cd/E12096_01/books/AnyWebAdm/AnyWebAdm_APIWebIntegrate6.html
    http://sureshotstrategies.wordpress.com/2008/12/13/integrating-oracle-obiee-content-using-go-url-syntax-2/
    Thanks
    Srini

  • After opening Firefox & getting my info, I go into another application but am unable to open Firefox without Quitting it first. I have the latest update of Firefox. How can I get back into firefox without quitting Firefox?

    After opening Firefox, I was always able to in & out of it till I shut down my computer. Now, after opening Firefox, I go to another application then back to Firefox, I have to "Quit" Firefox and reopen. How can eliminate the back & forth of starting & quitting Firefox before I shutdown my computer?

    uninstalled firefox ....deleted all files still remaining under mozilla firefox directory in program files ... to avoid having to reprogram all my settings, reisntall all addons as well .. I did not remove anything from mozilla firefox that is stored in either appdata or under the windows users directory (if any)
    ... the as suggested reinstalled the latest version of the firefox browser using the link you provided in the email ..; tested and several issues still remain present and unresolved ....
    so please this is urgent or I will have to jump browsers and start using chrome .. because we work 14 hours a day 6 (sometimes 7) days a week, to get ready for the launch of our newest venture and we cannot lose that much days on browser related issues ... so please instead of putting me through week long step process .. of do this .. do that .. can you please actually look into the issue from your end .. I use firefox for so many, many years thta I deserve this kind of support .. thnx Robert

  • Accessing XML Publisher Reports from Java application

    How to accesss the XDO Reports from Java application?
    I am wondering that we need to get the URL for accessing the report and call the URL with in Java program?
    Is that right? Is there any other option? Any help is greatly appreciated.

    You need to write some class based on the BI Publisher APIs taking data, template, output format, etc.
    Pehaps the following Blog of Tim Dexter shines some light on your question
    http://blogs.oracle.com/xmlpublisher/2007/02/27#a166
    Marcos

  • Publish reports in the Application Server

    If I make a report at the designer, how can I publish it at the Application Server, so I can call it through the browser?
    thank you!

    Does it matter if you have no ther choice ?
    if you have to use 10g reports as reporting engine and forms 6i as "application" there will be no other chance.
    I would try to avoid sending username/password@sid when calling the report, you can do this using "named configurations" using the cgicmd.dat file (see documentation)

  • Import AWR Html report into another database

    Hello,
    Im in 11gR2, is it possible to import the AWR Html report from database 1 into another database 2?
    I would like to use ADDM from another database 2 to analyze the AWR Html report of database 1.
    Thanks,

    AWR report importing on another database
    i dont think so

  • Run BI Publisher report from an application directly to  a printer.

    Dear All,
    I have an HTML page (with JavaScripts),
    I want to Run BI Publisher report from this page directly to a printer. (and send parameters).
    Can anyone help me, and send me Demo URL or Demo code to do this?
    Regards,
    Tovit

    Tovit
    you are going to have build out a servlet that the page can call. The servlet will need to implement the supported web services to schedule a report. The schedule can include the delivery options ie to a printer. So you would create a schedule that runs the report immediately via the scheduler and then to the printer.
    I dont currently have any servlet demos but the services are pretty well covered in the user docs.
    check them out and give it a try, if you get stuck let me know
    Tim

  • How can I copy and paste quoted emails from Apple Mail v4.5 into another application?

    Hi,
    Having just moved from Entourage to Apple Mail on an Exchange back-end, everything is running smoothly except for one thing - when I copy emails that include quotes from replies (i.e. those coloured vertical lines down the left of the message) and paste them into other applications (Word, TextEdit, etc.) these indentations are not preserved, and instead each line starts at the left margin. This makes following interleaved conversations in the pasted document very difficult. It's as though Mail allows me to copy the view onto the message, rather than the source of the message (I believe that Mail simply reinterprets the '>' quote indentations for presentation, but retains these in the stored message).
    How can I restore copying of quote indentation in Apple Mail for pasting in other documents?
    CT

    You will need Pages or a sjmilar word processing program for this, TextEdit doesn't appear to be capable. Using Pages:
    Open your message. From the 'View' Menu choose "Message>Raw Source'.
    Copy the body of the message.
    Paste into a Pages Word Processing blank template.
    Open Find, click 'Advanced'.
    Set 'Find' to '>' (no quotes)
    Set 'Replace' to tab (select from the 'Insert' drop-down menu)
    Click 'Replace All'.
    Set 'Find' to '=20' (no quotes)
    Set 'Replace' to a single space.
    Click 'Replace all'.
    Obviously this will lose the colours which identify the level of quotes but you will have the indentation.

  • Exporting pages into another application -another scheme

    Hello,
    the pages from an exported application aren't installable in my target app.
    Copying a Page between the Applications failed.
    Following Raj's hint I did the export/ import for the whole application from Workspace A into Workspace B. Workspace A is placed in a different Database Scheme than workspace B.
    On install a new AppId has been created. Former 107, it has been changed to 114.
    The Application could be started, import worked fine so far,I thought ....
    While trying to import specific pages into the target application ( ID is 119) using the import wizard my problem occcured:
    Running this HTMLDB returns 'This page has been imported from a different workspace, so it can't be installed into this application'.
    What went wrong?
    Regards
    Franz Langner

    Bernhard - I think you are describing the long-standing problem of not being able to install a page into an application other than the application from which it was exported. Raj described a procedure to deal with this situation here: Synonyms Franz was saying that he had problems even after using that procedure. So I think Franz's and your situations are different and that yours can be addressed if you use the referenced procedure.
    If I've got it wrong, please elaborate.
    Scott

  • Way to copy saved interactive reports to another application?

    Is there a way to copy saved interactive reports (public and private) from one application id to another
    or does anyone have a SQL script to do this that they would share?

    Is there a way to copy saved interactive reports (public and private) from one application id to another
    or does anyone have a SQL script to do this that they would share?

  • Integrating BIRT 4.5 into web application with tomcat8

    Hello,
    i made a web application integrating birt 3.7.1, running on tomcat 7. All is fine. Now i wanted to update from birt 3.7.1 to birt 4.5.0. And tomcat 7 to tomcat8.
    So i downloaded birt-source and changed all files from 3.7.1/ReportEngine/lib to 4.5.0/ReportEngine/lib. After that, my application wasn't able to start. So additionally i included jar-files from "birt-runtime-4.5.0-20150609.zip\birt-runtime-4_5_0\WebViewerExample\WEB-INF\lib\"
    Application starts. But it's still not working.
    Here's my code for creating the report engine:
    EngineConfig config = new EngineConfig();
    Platform.startup();
    IReportEngineFactory factory = (IReportEngineFactory) Platform
    .createFactoryObject( IReportEngineFactory.EXTENSION_REPORT_ENGINE_FACTORY );
    engine = factory.createReportEngine( config );
    It throws following exception:
    java.lang.NoClassDefFoundError: org/eclipse/core/runtime/CoreException
    org.eclipse.birt.core.framework.Platform.createPlatformLauncher(Platform.java:115)
    org.eclipse.birt.core.framework.Platform.startup(Platform.java:74)
    org.eclipse.birt.core.framework.Platform.startup(Platform.java:57)
    chromareportengine.CallReportEngineMain.<init>(CallReportEngineMain.java:64)
    chromareportengine.ChartGenerator.<init>(ChartGenerator.java:80)
    org.apache.jsp.Dashboard_jsp._jspService(Dashboard_jsp.java:191)
    org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:438)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:396)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:340)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
    org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
    What am i missing? It's maybe a bug of birt?
    Kind regards Marina
    So here is my class path:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <project default="ChromaReportEngine" name="Chroma Report-Engine" basedir=".">
    <target name="ChromaReportEngine">
    <jar destfile="release/report.jar">
    <manifest>
    <attribute name="Main-Class" value="CallReportEngineMain"/>
    <attribute name="Class-Path" value="lib/com.ibm.icu_54.1.1.v201501272100 lib/com.lowagie.text_2.1.7.v201004222200 lib/derby lib/flute lib/javax.wsdl_1.5.1.v201012040544 lib/javax.xml.stream_1.0.1.v201004272200 lib/javax.xml_1.3.4.v201005080400 lib/net.sourceforge.lpg.lpgjavaruntime_1.1.0.v201004271650 lib/ojdbc6 lib/org.apache.batik.bridge_1.6.0.v201011041432 lib/org.apache.batik.css_1.6.0.v201011041432 lib/org.apache.batik.dom.svg_1.6.0.v201011041432 lib/org.apache.batik.dom_1.6.1.v201505192100 lib/org.apache.batik.ext.awt_1.6.0.v201011041432 lib/org.apache.batik.parser_1.6.0.v201011041432 lib/org.apache.batik.pdf_1.6.0.v201105071520 lib/org.apache.batik.svggen_1.6.0.v201011041432 lib/org.apache.batik.transcoder_1.6.0.v201011041432 lib/org.apache.batik.util.gui_1.6.0.v201011041432 lib/org.apache.batik.util_1.6.0.v201011041432 lib/org.apache.batik.xml_1.6.0.v201011041432 lib/org.apache.commons.codec_1.6.0.v201305230611 lib/org.apache.commons.logging_1.1.1.v201101211721 lib/org.apache.lucene.core_3.5.0.v20120725-1805 lib/org.apache.poi_3.9.0.v201405241750 lib/org.apache.xerces_2.9.0.v201101211617 lib/org.apache.xml.resolver_1.2.0.v201005080400 lib/org.apache.xml.serializer_2.7.1.v201005080400 lib/org.eclipse.birt.runtime_4.5.0 lib/org.eclipse.core.contenttype_3.5.0.v20150421-2214 lib/org.eclipse.core.expressions_3.5.0.v20150421-2214 lib/org.eclipse.core.filesystem_1.5.0.v20150421-0713 lib/org.eclipse.core.jobs_3.7.0.v20150330-2103 lib/org.eclipse.core.resources_3.10.0.v20150423-0755 lib/org.eclipse.core.runtime.compatibility_3.2.300.v20150423-0821 lib/org.eclipse.core.runtime_3.11.0.v20150405-1723 lib/org.eclipse.datatools.connectivity.apache.derby.dbdefinition_1.0.2.v201107221459 lib/org.eclipse.datatools.connectivity.apache.derby_1.0.103.v201212070447 lib/org.eclipse.datatools.connectivity.console.profile_1.0.10.v201109250955 lib/org.eclipse.datatools.connectivity.db.generic_1.0.1.v201107221459 lib/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.0.2.v201310181001 lib/org.eclipse.datatools.connectivity.oda.consumer_3.2.6.v201403131814 lib/org.eclipse.datatools.connectivity.oda.design_3.3.6.v201403131814 lib/org.eclipse.datatools.connectivity.oda.flatfile_3.1.8.v201403010906 lib/org.eclipse.datatools.connectivity.oda.profile_3.2.9.v201403131814 lib/org.eclipse.datatools.connectivity.oda_3.4.3.v201405301249 lib/org.eclipse.datatools.connectivity.sqm.core_1.2.8.v201401230755 lib/org.eclipse.datatools.connectivity_1.2.11.v201401230755 lib/org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.0.0.v201107221502 lib/org.eclipse.datatools.enablement.hsqldb_1.0.0.v201107221502 lib/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition_1.0.3.v201107221502 lib/org.eclipse.datatools.enablement.ibm.db2.iseries_1.0.2.v201107221502 lib/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition_1.0.7.v201405302027 lib/org.eclipse.datatools.enablement.ibm.db2.luw_1.0.3.v201401170830 lib/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition_1.0.4.v201107221502 lib/org.eclipse.datatools.enablement.ibm.db2.zseries_1.0.2.v201107221502 lib/org.eclipse.datatools.enablement.ibm.db2_1.0.0.v201401170830 lib/org.eclipse.datatools.enablement.ibm.informix.dbdefinition_1.0.4.v201107221502 lib/org.eclipse.datatools.enablement.ibm.informix_1.0.1.v201107221502 lib/org.eclipse.datatools.enablement.ibm_1.0.0.v201401170830 lib/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition_1.0.1.v201201240505 lib/org.eclipse.datatools.enablement.msft.sqlserver_1.0.3.v201308161009 lib/org.eclipse.datatools.enablement.mysql.dbdefinition_1.0.4.v201109022331 lib/org.eclipse.datatools.enablement.mysql_1.0.4.v201212120617 lib/org.eclipse.datatools.enablement.oda.ws_1.2.6.v201403131825 lib/org.eclipse.datatools.enablement.oda.xml_1.2.5.v201403131825 lib/org.eclipse.datatools.enablement.oracle.dbdefinition_1.0.103.v201206010214 lib/org.eclipse.datatools.enablement.oracle_1.0.0.v201107221506 lib/org.eclipse.datatools.enablement.postgresql.dbdefinition_1.0.2.v201110070445 lib/org.eclipse.datatools.enablement.postgresql_1.1.1.v201205252207 lib/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition_1.0.0.v201107221507 lib/org.eclipse.datatools.enablement.sap.maxdb_1.0.0.v201107221507 lib/org.eclipse.datatools.modelbase.dbdefinition_1.0.2.v201107221519 lib/org.eclipse.datatools.modelbase.derby_1.0.0.v201107221519 lib/org.eclipse.datatools.modelbase.sql.query_1.1.4.v201212120619 lib/org.eclipse.datatools.modelbase.sql_1.0.6.v201208230744 lib/org.eclipse.datatools.sqltools.data.core_1.2.3.v201212120623 lib/org.eclipse.datatools.sqltools.parsers.sql.lexer_1.0.1.v201107221520 lib/org.eclipse.datatools.sqltools.parsers.sql.query_1.2.1.v201201250511 lib/org.eclipse.datatools.sqltools.parsers.sql_1.0.2.v201107221520 lib/org.eclipse.datatools.sqltools.result_1.1.6.v201402080246 lib/org.eclipse.emf.common_2.11.0.v20150512-0501 lib/org.eclipse.emf.ecore.change_2.11.0.v20150512-0501 lib/org.eclipse.emf.ecore.xmi_2.11.0.v20150512-0501 lib/org.eclipse.emf.ecore_2.11.0.v20150512-0501 lib/org.eclipse.equinox.app_1.3.300.v20150423-1356 lib/org.eclipse.equinox.common_3.7.0.v20150402-1709 lib/org.eclipse.equinox.preferences_3.5.300.v20150408-1437 lib/org.eclipse.equinox.registry_3.6.0.v20150318-1503 lib/org.eclipse.help_3.6.0.v20130326-1254 lib/org.eclipse.orbit.mongodb_2.10.1.v20130422-1135 lib/org.eclipse.osgi.services_3.5.0.v20150519-2006 lib/org.eclipse.osgi_3.10.100.v20150529-1857 lib/org.eclipse.update.configurator_3.3.300.v20140518-1928 lib/org.mozilla.javascript_1.7.5.v201504281450 lib/org.w3c.css.sac_1.3.1.v200903091627 lib/org.w3c.dom.events_3.0.0.draft20060413_v201105210656 lib/org.w3c.dom.smil_1.0.1.v200903091627 lib/org.w3c.dom.svg_1.1.0.v201011041433 lib/plugins/birt.controls.lib.ui_2.5.2.1.jar lib/plugins/birt.controls.lib_2.5.2.1.jar lib/itextpdf-5.5.2.jar lib/servlet-api.jar lib/tomcat-dbcp.jar lib/axis.jar lib/axis-ant.jar lib/chartengineapi.jar lib/chartexamplescoreapi.jar lib/chartitemapi.jar lib/commons-cli-1.0.jar lib/commons-discovery-0.2.jar lib/coreapi.jar lib/crosstabcoreapi.jar lib/dataadapterapi.jar lib/dataaggregationapi.jar lib/dataextraction.jar lib/dteapi.jar lib/emitterconfig.jar lib/engineapi.jar lib/jaxrpc.jar lib/js.jar lib/modelapi.jar lib/modelodaapi.jar lib/odadesignapi.jar lib/org.eclipse.birt.axis.overlay_4.5.0.v201506092134.jar lib/saaj.jar lib/scriptapi.jar lib/viewservlets.jar"/>
    </manifest>
    <fileset dir="bin" includes="**/*.class"/>
    </jar>
    </target>
    </project>

    Hi,
    i finally found a solution. So if someone is interested...
    In tomcat installation file catalina.properties i added common.loader=${catalina.base}/lib,${catalina.base}/lib/*.jar,${catalina.home}/lib,${catalina.home}/lib/*.jar,{path to birt jars}/lib/*.jar
    Kind regards

  • Integrating BI Publisher with an external application.

    Hi All,
    I have a created a small web application and now from this web application i want
    to access the reports generated using the BI Publisher( XMLP ). When i actually see the reports, i dont want the Oracle logo or any of the things related to that visible. So what is the way i can actually integrate Oracle BI Publisher with my application.
    Can anyone help on this???

    Did you mange to integrate or not. We are trying to do the same.

  • Need help to open a blob from a report into another tab or browser window.

    Hello everyone.
    I'm looking for a bit of guidance on something I'm trying to do in Apex.
    I have a report that contains a blob. Users can click on the link to open it in same browser. I also know how to make it download if they click the link. But what I really want to do is to click the link and open the blob in another tab or browser window.
    Thank you in advance for your help.
    Dw
    I should have noted I'm using version 3.2
    Edited by: DW Brown on Feb 22, 2012 3:13 PM

    DW Brown wrote:
    It becomes a link from the column format section..
    DOWNLOAD:<tablename>:<column>:ID::MIMETYPE:FILENAME:LAST_UPDATE_DATE::inline:Click Here
    So far I haven't found a way to use something link "target=_blank"One way would be to use a Dynamic Action to apply the <tt>target="_blank"</tt> attribute to each link, or convert them to use APEX pop-ups or a jQuery lightbox like fancyBox.
    Create an example on apex.oracle.com if you need more assistance.

  • How to export Bi Publisher report into .csv file in different sheets?

    Hi,
    I have a report request in BI Publisher to generate the results in different tabs in Excel format with headings etc.
    But the users are now asking for the same report in .csv format with the same number of tabs in one file.
    Can I do that in .csv file?
    Regards
    Sailaja

    Can I do that in .csv file?
    no
    csv is simple plain-text
    A comma-separated values (CSV) (also sometimes called character-separated values, because the separator character does not have to be a comma) file stores tabular data (numbers and text) in plain-text form. Plain text means that the file is a sequence of characters, with no data that has to be interpreted instead, as binary numbers. A CSV file consists of any number of records, separated by line breaks of some kind; each record consists of fields, separated by some other character or string, most commonly a literal comma or tab. Usually, all records have an identical sequence of fields.
    Comma-separated values - Wikipedia, the free encyclopedia

Maybe you are looking for