How to Publish Report as portlet?

Hi,
after creating a report within an application, how can I publish this component as a portlet. In the "Manage" Tag of the report, the option "publish as report" is not there. Do I have to create a "Provider",and if so, how can I do it?
Thanks.

You will first have to expose your application as a provider. You can do this from the grant access tab of the application. Then you should be able to see the "publish as portlet" option for your report.

Similar Messages

  • How to publish report to APEX

    Are there any demo to show us how to publish the report results to APEX? Thanks for your help.
    Kevin

    user2037578 wrote:
    Hi!
    Here is my story! I have a procedure in APEX that creates xml files. These files should be available from url something like http://host:port/apex/file.xml I'm using embedded pl/sql gateway and Oracle 11g on suse 64bit.
    Is it possible or I have to search for another way to do what I need.
    This is needed because those xml files contains sld formating for wms services used from other server.Try this:
    Create a PL/SQL package in your schema (assuming it is called "myschema") called "myfile" with a procedure called "xml".
    In the procedure, use htp.p to output the XML.
    NOTE: This procedure will not, by itself, use the Apex authentication/authorization schemes. Anyone can invoke it, unless you build some logic into the procedure itself.
    Then do the following:
    grant execute on myfile to anonymous; -- or whatever user the EPG DAD is set up to use
    create synonym anonymous.myfile for myschema.myfile; -- so the package does not have to be prefixed with the actual user
    If the DAD in EPG is setup with a "request-validation-function", you need to modify this as well to allow access to the stored procedure.
    See http://daust.blogspot.com/2006/04/xe-calling-stored-procedures.html for more information.
    - M

  • How to Publish reports for endusers

    Hi All,
    How can I publish my webI report on server for endusers?
    Thanks
    Rinki.

    Hi
        For WEBI report, actually no need to publish report as it is already behaved as a publish report. If your user want to view their report then they can easily do it using the report server url (providing necessary credential). In this case you have to make sure that your user account has not administrative privilege. You can also schedule your report (output could be .xls, .pdf)  and automatically can send this report to the end users' email / inbox etc.
    Hope it will help you.
    thanks
    arif.

  • How to publish applet on portlets??

    Hi,
    I try to publish an applet in a portlet, I put the applet class in the same directory which the pages are located but, when I load the page the applet don't load and the same error is displayed:
    load: class Pie_new nor found.
    I put the class in the htdocs and the same directory of the pages but don't work.
    In what directory I must put the applets.
    Regards,
    FABIAN

    Hello, thanks for help.
    I have the next entry in the jserv.properties:
    wrapper.clssspath=D:\oracle\ora81\Apache\Apache\htdocs\stackp\java\pie.jar
    In this directory are the class that i need.
    It's dont working, I don't know if I had initializated, I don't know how.
    Tell me the steps please, the portal version is: 3.0.7.6.2
    Thanks.
    FABIAN
    null

  • How to publish reports programmatically?

    Post Author: mayuradatia
    CA Forum: Publishing
    I have a set of reports which I would like our client to publish to Crystal Server XI. How can I do so programmatically? If I have scripts, I just need to ask the client to run the scripts rather than explain the process of going through publishing wizard or CMC etc.
    Further I would like to schedule these reports programmatically. Kindly help.

    CR 2011 does not install any SDK... You can however download SAP Crystal Reports, developer version for Microsoft Visual Studio, which is an SDK that will let you work with VS 2010 and 2012.
    You will then have to decide if you want to use the Crystal Reports SDK or the InProc RAS SDK.
    Samples are here:
    Crystal Reports for .NET SDK Samples - Business Intelligence (BusinessObjects) - SCN Wiki
    NET RAS SDK Samples - Business Intelligence (BusinessObjects) - SCN Wiki
    Dev Help files:
    SAP Crystal Reports .NET SDK Developer Guide
    SAP Crystal Reports .NET API Guide
    Report Application Server .NET SDK Developer Guide
    Report Application Server .NET API Guide
    Discussing your requirements with sales may not be a bad idea either: 866-681-3435
    http://www.sap.com/contactsap/directory/index.epx
    Or, create a phone support incident here:
    Crystal Single Case Technical Support - SAP Business Objects US Online Store | SAP Online Store
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • How to Publish Reports to the user?

    Hi all,
    I’ve created a reporting using the Time-based Publishing at “Content Management >> Reports”. Now I would like to publish the created report to the user. How can I do it?
    Any help will be appreciated,
    Alcides Flach

    Hi Arun Kumar,
    Thank you for your answer.
    I discover another away to publish the KM Report:
    1. Navigate to "Content Management >> Reports"
    2. At the Approval Maintenance's context menu click on "more >> Properties"
    3. On details page click on "Access Link"
    4. Copy the explorer url and paste into the URL Iview.
    I'm not sure if it is the right way.

  • How to publish report output (pdf via XML publisher) on public OAF page

    hi,
    I need publish pdf file (report created with XML Publisher) over link on OA page on external web, but without accessing people from public web into my output directory for concurent requests (only this one to be allowed to access from external web) ....

    sorry, i am late, i couldn't reply on forum ...
    first i submit concurent request to create xml output from report (rdf):
    ConcurrentRequest cr = new ConcurrentRequest(pConncection);
    requestId = cr.submitRequest(applnName, Sablona, Description, null, false, cpArgs);
    i am wait for end:
    while (FileName == "") {
    FileName = getOutputFileName(pageContext,requestId);
    getOutputFileName make select to get status of request from database,
    and on finish i delive pdf document to customer with oracle.apps.xdo.oa.common.DocumentHelper:
    String redirectURL = DocumentHelper.getOutputURL(pageContext,
    "XXCS", //appShortName,
    Sablona, //templateCode,
    (InputStream)dis,
    "PDF", //outputType,
    properties,
    "CS", //language,
    "CS" //territory );
    pageContext.forwardImmediately(redirectURL, null, (byte)0, null, null, true, "N");
    i hope it help you ;o)

  • How to publish Report Viewer reports as Web Services

    I have some reports templates (.rdlc) having only business objects as data sources (no direct SQL connection). They are working well with Windows Report Viewer. Now I am think to make the reports available via web services to multiple apps. Is there
    a way to do that? Any sample?
    Thanks,
    Jason

    Hello,
    SQL Server Reporting Services provides access to the full functionality of the report server through the Report Server Web service. In order to meet your requirement, you
    can try to converting an .rdlc file to an .rdl file
    and then deploy the report to report server.
    If you want to rendering the report in your application, you can try to use the ReportViewer controls in remote processing mode.
    Reference:
    Adding and Configuring the ReportViewer Controls
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here. 
    Fanny Liu
    TechNet Community Support

  • How to publish a Jsp file as a Portlet

    Hello,
    I am using the Oracle Portal to develop a business system, and I have created a Jsp file with the report builder. I have the Jsp file, I have created the provider.xml and configured the zone.properties on the 9iAS.
    The problem is that; when I try it on the Portal, it does not appear to publish as a portlet. Do I have to make some configurations before?What is missing to work properly?
    I heard something about virtual path, or something like that. Is there anything with it?I also heard about repositories. Do I have to create one?And how?
    thanks...

    hi,
    I'm sure if you'd followed the steps in that document, there should not any problem. Were you able to view the 'Test Page' ? If no, whats the error message you are getting in jserv.log file ?
    --Sriram                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Publish web layout of jsp report as portlet

    Hi All:
    Please let me know how can i run web layout of jsp report and publish it as portlet?
    I have successfully deployed my jsp report(web layout),namely my_rpt.jsp, as a J2EE application and when i write URL direlctly in address bar of browser it runs successfully.
    I have also published (as portlet) successfully my_rpt.jsp, with "execute" type "servlet", and it runs paper layout of report.
    But i m unable to run the web layout of this report,with "execute" type "JSP"
    i have provided "Oracle Reports Web Gateway URL for JSP reports " = http://webserver.domain_name:port/
    Please help me out whats the problem and how can i run my jsp report with web layout?.One thing more its not the problem with only my_rpt.jsp
    but other reports also shows the same behaviour.
    Any suggestion/solution would be highly appreciated.
    Regards
    Sam

    Hi sam ,
    Can you please tell me full process of to publish the report made in report builder in a portal (portlets). i am new to portal .
    can u please provide me guidance
    thanx
    anand

  • How to display username in RTF BI publisher report?

    Please advice how to display username in RTF BI publisher report?
    May be this can be done via hidden parameter of BIP report which default value will be set up with macro like {$username$} (or smth like)?
    Thanks in advance!

    Thanks. That worked. I was trying to get it as part of a multi-table query, aliasing dual. But that doesn't work in SQL Plus either so I guess I can't do that.
    I was trying
    select o.*, d.:xdo_user_name
    from oblix_audit_events o, dual d
    Before that I was trying
    select
    :xdo_user_name as USER_ID,
    :xdo_user_roles as USER_ROLES,
    :xdo_user_report_oracle_lang as REPORT_LANGUAGE,
    :xdo_user_report_locale as REPORT_LOCALE,
    :xdo_user_ui_oracle_lang as UI_LANGUAGE,
    :xdo_user_ui_locale as UI_LOCALE
    from dual
    but I must have fat fingered something because that works now too. Thanks.
    So if I need to do this in it's own query and I'm using an RTF template, how do I make that work?
    If I have to do it with it's own

  • How run the run the BI Publisher report for current/active/selected record

    Hi,
    I have one requirement to generate a BI Publisher report in Siebel, which will run on SR's List view. Report should fetch the active SR and its audit trial entities. I know this was achieved easily using Actuate (simply setting "current Recrod only" to true), but I need how to achieve this in BI publisher.
    This report we are creating is in Siebel-BI Publisher integrated environment, not connecting to database. Can body give share your valuble inputs.
    Thanks,
    Ravi

    In my experience with Siebel 8.1.1 and BI Publisher 10.1.3.4.0 when you generate a report from a Siebel View the report will show all data visible on the view. If you wish to have only a few particular records in the report you must query for them first in Siebel then generate the report again. There is useful article describing how to generate the report for the current record but it does require some config on the applet.
    [http://siebel-essentials.blogspot.com/2009/05/siebel-bi-publisher-integration.html]
    -Fred

  • How to publish crystal report designed using SAP Add-on toolbar

    we have installed the crystal report designer V10 and the SAP add-on on the desktop.
    we have designed a formatted report in crystal report designer using an existing BW report that was created using Bex query designer. After this we saved the crystal report back in BW to a role.
    We have not published the report to crystal enterprise server, since the connection to same is not in place.
    We would like to know how to publish this report in Enterprise portal ?
    Can we bypass publishing the report to crystal enterprise server and publish the report on browser or through EP ?

    hi
    Check on this help page if it can help you
    http://help.sap.com/saphelp_erp2004/helpdata/en/f1/0a569ae09411d2acb90000e829fbfe/frameset.htm
    REgards
    Alain

  • How to add different versions of layout in XML Publisher Report?

    How to add two versions of layout(RTF) for different languages in xml publisher report template so that user can see the report in two languages? Is that possible?
    If so then what is the procedure to do that? Can anyone help in this regard?

    Soma,
    Refer to [Oracle XML Publisher User Guide|http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/115xdoug.zip] manual, Page 5-8 Adding Localized Templates for Additional Languages.
    Regards,
    Hussein

  • How to run a BI-Publisher report from the Appworx enterprise batch sheduler

    We have a BI-Publisher report that needs to be executed staight after a batch job. Does anyone know how to execute a report from the Appworx enterprise batch scheduler?
    Thanks.

    I'm not familiar with AppWorx, but we use Autosys. We created a PL/SQL wrapper that calls FND_REQUEST.ADD_LAYOUT and FND_REQUEST.SUBMIT_REQUEST to submit XDOREPPB. For any report that needs to be scheduled via Autosys, the wrapper program is executed with the appropriate parameters.
    Hope this helps.

Maybe you are looking for

  • Errors installing - exit Code 6

    I have tried twice now to install and download Photoshop CS6 and other CS6 programs from my cloud.  None of them will install all of the way or correctly.  I have uninstalled and tried again.  I get the same error.  " Installation completed however s

  • Using Content Manager with OLS - Oracle Label Security

    There are two entries in this forum with OLS - the last one in 2005. Has any one successfully deployed UCM with OLS? Thanks, Paul

  • Crystal Repots 2008 with VS2005

    I´m developing a solution using Crystal Reports 2008 with Visual Studio 2005 and Oracle 10G. When I run the solution in my pc, it runs good. But when I run it in the server it asks for the input parameters and after I input the information it says th

  • Store Openings on West Coast for Midnight Release Events?

    Hello, Was last week's 9PM PST release for COD:AW an anomaly or is BB now doing midnight release based on 9PM PST/12PM EST schedule? Basically I want to know if I'll be able to go get my pre-order of Assassins Creed Unity at my store in Culver City (

  • SS12.2 unable to compile a scientific lib (works with g++)

    Hi, I would like to compile the palabos library (Parallel Lattice Boltzmann Solver). I've got thos erreurs with solstudio 12.2 (Sun X4600 with linux CentOS 5.5) : CC -o cylinder2d.o -c -library=stlport4 -features=tmplife -features=tmplrefstatic -O3 -