JSF - Actuate Reports/Jasper Reports

Hello,
I am creating a reporting application using jsf .The report server to be used are Actuate and Jasper.
I am generating my criteria page(jsf page where user will input criteria for report) dynamically from an xml file.
The actuate reports are static reports residing on an actuate server. All i need to do is collect the criteria and link the jsp page to the actuate report residing on actuate server.
I am able to connect to the report using context.redirect(context.encodeActionURL(url)) from my backing bean.
But the problem is the report opens up in browser but on a different page. i want to embed the report in the jsf page below the criteria displayed.
How can i achieve this??
Similar problem i am facing with Jasper reports, i am able to open the jasper report in browser as a pdf, but not able to embed it into my criteria.jsp.
For jasper reports, i understood that i need to get the repot bytes into a string buffer and use an outputtext to display that.
I did try that approach, but somehow it doesnt display the proper report, all it displays is <html> tags.
Any help is appreciated.
Thanks in advance
Ashvini

ra_boy, don't hijack threads.
Of course you did not read this:
[http://forums.sun.com/ann.jspa?annID=54]
or this:
[http://wikis.sun.com/display/SunForums/Tips]
Locking.

Similar Messages

  • Integrate jsf, jboss and jasper reports

    Hi there!
    I've a problem with integration jboss with jasper reports and jsf. Which jasper classes do I have to place on a server and what jboss files do I need to configure? How can I run jasper report from the jsf page? Any information on this subject will be very usefull.
    Thanx for help in advance.
    Adam

    Unless I have totally misunderstood your question, I think you have posted this question in the wrong forum. This forum is dedicated to developer questions about JSR 208 (Java Business Integration), a specification from the JCP that describes a service-oriented integration architecture. In this realm, integration means getting separate applications and messaging systems to interoperate, when they were never designed to do so. Your question sounds like you want to install particular technologies into jboss; this is a very different use of the term "integration".

  • Conversion of an actuate report to BI Publisher fails

    Hi all,
    After I started an conversion of an actuate report to BIP using the conversion tool (version 2), the batch process just stops. It writes successfully to the logfile that some of the elements have been converted,
    i.e.
    "2010/02/09 04:02:462 Element "Extended_Price" converted with value
    "<?value-of:psfn:Format(psfn:CDbl(ssNAIExtendedLineTotal),"#,###.00","pt_BR") + gCurrencyCode?>"."
    However the process never stops, so the batch window just sits there. I have to cancel the job with Ctrl+c.
    Has anyone else experienced this behavior and found a root cause for it?
    Thanks,
    Babu

    Check if the below links help.
    http://bipconsulting.blogspot.com/2009/08/actuate-to-bi-publisher-reports.html
    http://bipconsulting.blogspot.com/2009/08/actuate-to-bi-publisher-reports_26.html

  • Change of the color of the records dynamically in siebel Actuate Reports.

    Hi,
    I have a requirement in siebel actuate reports, I am using siebel Actuate Designer Professional 8.
    I want to give a different color for recently created records from the other records. Could you please help me on this.
    Thanks
    ORI

    Hi Sen,
    Please try the below js code and revert back if you need more help. please whatever you asking in forum, please post what you tried in your end then you will get answer easilly & short time around.
    I hope you expect this!
    var myDoc = app.activeDocument;
    var myPStyle = myDoc.allParagraphStyles;
    //alert(myPStyle.length);
    for(i=2; i<myPStyle.length; i++){
         if(myPStyle[i].fillColor.name=="Black"){
              myPStyle[i].fillColor="RED";
    thx
    csm_phil

  • Conversion of Actuate Reports to BI Publisher

    Hi,
    Is there anyone who has converted Actuate reports to BIP ?
    I will need some help.
    Thanks,
    Vandana

    Hi Vandana,
    I would recommend to re-create the report instead of converting from Actuate to BIP.
    I have used the very initial version of conversion tool and wasnt really impressive.
    I haven't tried the new version which also creates IO's and IC's for conversion.
    Thanks,
    Vamsi

  • Actuate reporting solutions

    Solano,
    We have developed a module that integrates Forte with Actuate. We were very
    impressed with Actuate's reporting capability, but our clients had a couple of
    concerns with it: 1) they didn't like the per-user fee Actuate charges for the
    report scheduler, 2) they wanted to use the same interface to input parameters
    that they use in their normal application windows (with drop-down lists,
    multi-selection list, validations, short cut keys, etc.).
    What we did was to create a front-end window in Forte that dynamically builds
    parameter screens for inputting report parameters. These windows vary
    depending upon the reports' needs. After entering these parameters, the user
    can run the report from Forte.
    Shortly we will add the ability for the users to parse their reports, by
    customer, and automatically fax them. When R3 is released, we will further
    integrate the two tools.
    I myself have not used Actuate, but if you are still interested, and I can
    refer you to our Actuate/Forte experts.
    Thanks,
    Vince Hoenigman
    Tel: 415-973-7224
    e-mail: [email protected]
    From: Solano Alessandra <[email protected]>
    Sent: Wednesday, April 30, 1997 3:04 AM
    To: "'Forte'-Users'" <[email protected]>
    Subject: reporting systems
    Is there anybody who use Actuate Reporting System integrated with Forte'?
    We would like to know if it is possible to design and produce reports
    directly from Forte' Application without making a new query on DBMS (from
    Actuate Developer Workbench).
    By the way we are also looking to have a multiplatform reporting system
    (using also Unix Client machines). We read about Actuate Report Server. Do
    we
    have to use Actuate Report Server together with Actuate Developer Workbench
    or there are other possibility to work with Unix Clients?
    We'll be very happy to receive an answer about our questions or to have some
    informations about where to find documentation about these matters.
    Thanks very much.
    Solano ALessandra
    CSI-PIEMONTE
    C.so Unione Sovietica 216
    10134 Torino ITALY
    tel:+39 11 4618847
    fax:+39 11 4618212
    e-mail: [email protected]

    The FormattedDataSet is not a total reporting solution, but it does a good job of displaying tabular data such as you would see in a listbox, html table, xml, or csv. It is flexible, fast and easy to use. You crreate your own templates which do a good job of separating formatting from presentation. This allows for both reuse of the data and formatting
    For a live demo check out http://www.fdsapi.com

  • Actuate reports to BO reports migration

    Hi, I need to work on the migration of the Actuate reports to BO reports. Need suggestions on the approach to follow for the migration.
    Regards,
    Priyanka

    Hi Priyanka,
    You have to convert all the bas files into procedures/views and then include those into universe.
    You can refer to the link below that will help you concerning Page level security:
    AskJon! &amp;bull; View topic - Using CurrentCEUserName to apply page-level security in InfoView (resembling Actuate one…
    Regards,
    Ashvin

  • Converting from Actuate Reports to Oracle BI Publisher fails

    Hi,
    I'm trying to convert a Actuate report to BIP. The below mentioned error is being displayed.
    "2009/09/29 21:09:312 Begin conversion of Report name 'STARSRPT', Path 'D:\BIP\STARSRPT.bas'.
    java.lang.NullPointerException
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processExpressionInternal(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processExpressionInternal(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processExpression(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processParameter(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processArgumentList(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processVariableNode(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processVariable(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processExpressionInternal(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processExpression(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processAssignmentStatement(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processStatement(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processMethodDefinition(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processClassDefinition(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processProgram(Unknown Source)
         at oracle.reports.actuatereports.ActuateReportsToXMLP.run(Unknown Source)
         at oracle.reports.ApplicationRunner.runApplication(Unknown Source)
         at oracle.reports.ApplicationRunner.runActuateReportsConverter(Unknown Source)
         at oracle.reports.ApplicationRunner.main(Unknown Source)
    Any thoughts???
    Thanks,
    Kumar

    I'm able to convert other reports except for one. Sorry for the delayed response. I have raised an SR 3-1016713021 regarding the same in the support web.
    Regards,
    Kumar Madhav

  • Disable Actuate reports from Siebel screen.

    Hi Gurus,
    I have never worked on Actuate before. We have recently converted all our Actuate reports into BI Publisher reports on Siebel 8.1.1. Since the conversion went on smoothly, I would like to know how to disable the Actuate reports from showing up on the Siebel Screen as we would like to use BI Publisher reports going forward.
    Thanks,
    Swarna

    Hi,
    I guess u r mentioning the old actuate reports displayed on the view. If u want to remove that, you should take the view name and in tools under view - check for the View Report - Make them inactive. Compile. The report wont appear in the view/screen..
    Regards,
    Joseph

  • Actuate Report error

    Hi,
    I've created one Actuate report, based in a new BC. This report is simple: it basically groups the BC data - to do that, I'm using Group Sections. Unfortunately I'm having problems with this report.
    When I visualize the report on Actuate designer window, it works fine: the report shows the information correctly. But when I publish the .ROX @ server and generate it in the web application, the error appears: The report shows the information correctly but the report (Header/Data) is plotted several times. I don't know why it is happening.
    Any help ?
    Tnks.
    Ps: I double checked the SRF and it is the same in both environments: Client and Server. The Client and server are accessing the same DB and the ROX is really being updated @ server.

    Hi,
    May i know the slot where u have placed ur header details.
    Resh.
    Message was edited by:
    Reshma

  • Actuate Report System with Forte Application -Reply

    William,
    If you visit the Forte web site and look under Support and Services - Shareware you'll find an example of using Actuate.
    Regards
    Mark Carruthers
    20th Century Fox
    "Kien Chung Chin" <[email protected]> 04/12/99 03:39am >>>
    Hi,
    I am trying on Actuate Report System running on top of Forte Application
    for the reporting. Did anyone come across application call Actuate for
    generate reports? How does Actuate include into Forte application
    development?
    Regards,
    William
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hi,
    May i know the slot where u have placed ur header details.
    Resh.
    Message was edited by:
    Reshma

  • Calling Actuate report from JSP

    Hi All:
    I am working on a small web JSP project that is supposed to call several existing Actuate 5 reports. Could anyone please direct me to (or perhaps send me) some code samples on how that needs to be done.
    Thank you.
    Regards,
    Vince Walters
    [email protected]

    Hi ,
    am also having same Requirment like u.. Can u help me out How do i view the Actuate report from JSP???
    Regards.

  • Actuate Reporting

    Hello,
    I am interested in getting information on using the Actuate
    reporting tool with forte.
    In particular we want to use forte service objects as the
    datasource to Actuate reports. We want to be able to start an Actuate
    report via the Actuate API passing in a handle to a pipe to feed the
    data in. Alternatively the Actuate report could connect to a service
    object and request the data.
    Is there anybody doing this sort of thing?
    Those of you on this list who are using Actuate, Is the above
    requirement possible/feasible?
    Thank you for your time
    David McPaul
    Lumley Technology

    RAvi
    I believe you must have 8.1 to get the integration. There are plans for a back port but no definite date.
    As for the coding - I dont know enough on the Siebel side to be able to comment on a Siebel data source. On the BIP data source there are pre- post-fetch triggers. You can code inside the template and there is an after report trigger.
    For the other features, they can be achieved in the template or report definition - time to hit the books Im afraid.
    Regards
    tim

  • Migration of Actuate Reports to Cysratl Reports

    Hi All,
    I would like to know is it possible to migrate Actuate Reports to Cyrstal Reports.
    Also would like to know if any documents available which provides you the stesps to perform the same.
    Thanks in advance..
    Regards
    Sindhu

    We don't have any applications that can do this. Possibly some third party software developer has one.

  • Configuring WL to pass requests to Actuate Report Server

    Hi,
    I have read all the documentation and checked the newsgroups.All seem to talk about
    passing requests FROM IIS/Netscape/Apache etc TO WL.However my requirement is to
    configure WL to forward a particular type of request to Actuate Report Server since
    I am using WL as a webserver/App server.
    I would be really glad if somebody could throw some light on this issue.
    --Vijay

    Hi,
    We have worked on Actuate. In our case we had java classes sitting in the
    WebLogic VM and talking
    to Actuate using JNI. The public interfaces of these wrapped classes were
    called in JSP's. I doubt if there
    is anything like configuring WLS for Actuate?
    Bharat
    Vijay <[email protected]> wrote in message
    news:3a941af9$[email protected]..
    >
    Hi,
    I have read all the documentation and checked the newsgroups.All seem totalk about
    passing requests FROM IIS/Netscape/Apache etc TO WL.However my requirementis to
    configure WL to forward a particular type of request to Actuate ReportServer since
    I am using WL as a webserver/App server.
    I would be really glad if somebody could throw some light on this issue.
    --Vijay

Maybe you are looking for

  • 4.3.3 has messed up my phone!

    My phone is really acting up too,  It takes forever to connect a call, sometimes it just doesn't connect, also fades in and out of service all the time now. Sometimes it takes a few minutes to connect to the internet, and this is ONLY after upgrading

  • Menus flicker in and out of visibility on my second screen, OK on primary

    I recently downloaded Firefox 4.0 beta 8, and it is behaving oddly. I have two screens set up to be used side by side. When I have firefox on my left hand screen (primary and analogue) it works fine. On the right hand screen (digital) the menus do no

  • Resetting the forex revaluation

    Dear all, We had implemented SAP r/3 version ECC 5. We had revaluated the forex open line items as on 31.03.2007 through the T-Code of FAGL_FC_VAL. However subsequently we had opened the previous period for posting the entries in foreign currency. He

  • Problem installing iTunes 7.6

    Today, I tried to upgrade iTunes 7.5 to 7.6. I clicked the download button but the only thing I got was a "Thank you" page,thats it. A window did not pop up saying "run,save etc" as it normally does. Anyone know the problem and how I can rectify it?

  • "Save For Web" issues/suggestions

    For the "Save For Web" feature, a few things would be nice to see. Maybe they are there, but I cannot find them. 1. Actions: When I add the Save For Web to an action, it adds an "export" to the action, but when I automate it, nothing happens, it does