How To View Large PDF Reports Output?

Hi all,
EBS 11i
We run a request with date from 01-JAN-11 to 31-JAN-11 in transaction register .
The request status is Completed.
Upon clicking the ‘View Output’ to export the file in PDF format, we encountered error. It seems the file is corrupted? or just to big to open?
Already tried increasing the Cache memory of Firefox to be able to view some requests but cannot view if the file is more than some size.
I also tried saving the report to PDF file (viewing it on Adobe Reader not on Firefox), same result.
Are there other application other than Adobe Acrobat Reader to view PDF file formats?
How can I resolve this issue please.
Thanks

How do I download the pdf file? Do I need to login to the linux server applmgr id? Or it is available via apps webpage.From the server as applmgr user, under $APPLCSF/$APPLOUT directory -- o<request id>.out format.
Have you reviewed the docs referenced above?
Thanks,
Hussein

Similar Messages

  • How to View a PDF report if it's stored in custom directory

    i have a process will generate 10k PDF files into a custom directory
    /opt/psoft89/psreports/MY_ENV/MY_CUSTOM_FOLDER/my PDF files
    from the frontpage, how can i trigger peoplecode to retrieve the PDF reports?

    Você também pode utilizar o seguinte código para visualizar qualquer arquivo:
    ==============================
    &PathOut = "file://SERVER/FOLDER/";
    &NameFile = "Report.pdf";
    ViewURL(&PathOut | &NameFile, True);
    ==============================
    Espero que ajude!
    Alexandre Araujo
    http://alexandrearaujopsoft.rg3.net/

  • Split large pdf report output

    Hi, I'm writing a report that produces approximately 15000 pages of output. When running the report on the server, it fails with the error "Memory failure - core dumped". I believe that it is due to the size of the output (~20mb).
    Is there a way to split the report output based on the number of records? I've investigated distribution (both in the report builder and using the 9i .xml distribution) and can't seem to find an adequate solution.
    Any comments/suggestions would be greatly appreciated.
    Ta.
    Nick.

    Hi Nick,
    What is the problem you see with distribution? I think it can be a valid solution. The only difference is that distribution cuts the report output based on a logical grouping (eg, different departments), while you want the report to be cut based on file size or number of records.
    If you don't have alogical grouping, is it not possible for you to define a "dummy" grouping, eg, employee numbers 10,000 to 20,000 = group 1
    employee numbers 20,000 to 30,000 = group 2
    and so on?
    Navneet.

  • Characters are cut off when they don't fit in the pdf report output.

    Hi All,
    I understand that Forms 6i and Oracle 9 iAS have been de-supported for years. Meanwhile we do still run a small application in the 9 iAS environment.
    We have forms and reports running on Windows 2000 server, I am able to successfully clone the same 9 iAS from Windows 2000 to a Virtual Server Windows 2003 x32 and all runs fine, the only problem is that the fonts in the pdf reports are larger in the new Windows 2003 environment as compared to the original Windows 2000 and characters are cut off when they don't fit in the pdf report output in 2003 env.
    Any advice is most appreciated.
    Thanks.

    You may want to check on the printer driver and paper size selected

  • How to Create MultiSheet Excel Report Output in XML Publisher in Oracle R12

    Dear All,
    How to Create MultiSheet Excel Report Output in XML Publisher in Oracle R12.
    My Requirement is to develop RTF Template and geneate Excel output in Multiple sheet.
    plz guide me on this..
    thnx
    Khushal

    plz see
    BI Publisher: How to create Multisheet in Single Excel file using Excel Template [ID 1352000.1]
    for r12 you can use excel template
    i think it more appropriate for excel output

  • How to view large images ?

    i just updated my phone c601 from symbian anna to belle..may i know how to view large images in the nokia internet browser..i cant change it

    sorry,since i have just updated my mobile,i can't show you how large is it,
    but i can show you how small is it...
    even though i click 'more>view image',
    the image that shows me is just that small....
    Attachments:
    scr000001.jpg ‏102 KB

  • How to view the purchase order output

    Hi all,
    how to view the purchase order output in the transaction me23n?
    How to obtain the purchase order output form?
    Please help..

    HI,
    goto NACE tcode then select the purchase order type and go to output types u cna use standard one NEU and provide the sapcript name and form name default will be there with MEDRUCK and print program.
    then in ME23n click on messages there create ur message type NEU and save it
    then print the purchase order...
    hope u get solved with this
    Regards
    Syed A

  • How to view a PDF file

    Hey, i was wondering if anyone knew how to view a PDF file in Java? I'm trying to make a button that will open a PDF file. Is there any other way without downloading an extension?

    Kandyman wrote:
    The thing with downloading extensions is that they are not free. Some are trial version. iText and Jasper are probably free and stable to a great extent. Plus they allow you to play with PDFs, Excel, Bar charts, Pie charts, CSV etc etc without the hassles of the heavyweight Swing.
    - Vaibhav Beohar

  • My code not give error nut not give pdf report output

    hi master
    sir see my code not give error nut not give pdf report output
    String reportSource = "./WEB-INF/reports/mfa.jasper";
    String reportDest = "./reports/mfa1.html";
    Connection conn = null ;
    Statement msqlStatement = null ;
    ResultSet mrs = null ;
    Connection mconn = null ;
    ExternalContext econtext = getExternalContext();
    InputStream stream = econtext.getResourceAsStream(reportSource);
    if (stream == null) {
    throw new IllegalArgumentException("Unknown report name '" + reportSource
    + "' requested");
    try {
    String mfat = ac_categoryDataProvider.getCachedRowSet().getDataSourceName();
    javax.naming.Context mctx = new javax.naming.InitialContext() ;
    DataSource mds = (DataSource)mctx.lookup(mfat);
    Connection mcon= mds.getConnection();
    mcon.setAutoCommit(false) ;
    JasperPrint jasperPrint = null;
    //getSessionBean1().getTripRowSet(),
    //getSessionBean1().getAc_categoryRowSet(), mfat getSessionBean1().getAc_categoryRowSet()
    jasperPrint = JasperFillManager.fillReport(stream, null,mcon);
    JRExporter exporter = null;
    HttpServletResponse response = (HttpServletResponse)econtext.getResponse();
    FacesContext fcontext = FacesContext.getCurrentInstance();
    exporter = new JRPdfExporter();
    exporter.setParameter(JRExporterParameter.JASPER_PRINT, jasperPrint);
    exporter.setParameter(JRExporterParameter.OUTPUT_STREAM,
    response.getOutputStream());
    exporter.exportReport();
    fcontext.responseComplete();
    } catch (Exception ex) {
    log(" Error Description" , ex);
    error("Error counting rows: " + ex.getMessage() );
    error("Error counting rows: " + ex );
    please give me idea
    thank's
    aamir

    Thanks Sven.
    The query works but the other way. The output is for all the targets, not for the respective target which we select from :p1_target.
    select target_name,target_type, column_label,
    warning_threshold,critical_threshold,occurrence_count
    from sysman.MGMT$TARGET_METRIC_SETTINGS@crmodem
    where target_name in (select MEMBER_TARGET_NAME from MGMT$TARGET_FLAT_MEMBERS@crmodem
    where upper(AGGREGATE_TARGET_NAME) like '%X' || :P1_TARGET || '%')
    Thanks again.

  • How to view an asset report by origianl asset number

    Hi,
    how to view an asset report by origianl asset number(Legacy number)
    Thanks
    Supriya

    hi,
    goto the following path 
    sap menu.  => accounting => financial accounting=> fixed assets=> information system=> reporting on asset accounting=> asset balances=> balances lists=>asset balances
    hope  you can find something here
    regrds
    sayeed

  • How to view the input and output layouts created in the planning folder?

    Hi all,
    How to view the input and output layouts created in the planning folder in the bw 3.5?
    Thanks
    Pooja

    Hi,
    You can refer to this link. How to create planning folder and executing the planning folder.
    http://help.sap.com/saphelp_nw04/Helpdata/EN/5d/7c4b52691011d4b2f00050dadfb23f/frameset.htm
    Hope this helps

  • How can we edit alv report output.

    hi all,
    how can we edit alv report output

    \[removed by moderator as it was just a copy and paste answer of someone else's work without giving a source\]
    Edited by: Jan Stallkamp on Aug 25, 2008 4:35 PM

  • Network Error viewing large pdf

    I'm running into problems trying to use the Adobe Reader plugin for IE to view some large PDFs in the browser window. Apparently, the PDF fails to completely download to the browser. I've seen two slightly different behaviors:
    1) When IE tries to view one of these PDFs, it will display a Loading progress bar. Usually, the progress bar will just stop before getting too far. For example: "Loading 832.5 KB/16.91MB". Attempting to view the same file again will result in similar behavior - stopping at a different place on the progress bar. Repeating this will eventually result in IE displaying a page that indicates a connection problem: "Internet Explorer cannot display the webpage".
    2) Viewing the PDF in the browser will display the Loading progress bar, but before it completes, this message is displayed by Adobe Reader: "A network error occurred while accessing this document on the Internet. Would you like to close the document or reload it?"
    Clicking the reload button then yields this error: "An error exists on this page. Acrobat may not display the page correctly. Please contact the person who created the PDF document to correct the problem.
    Repeating the view attempt a few times eventually gives the same general IE error page described in scenario 1.
    Scenario 1 seems to occur when the request is sent to a server that is sitting behind firewalls, load balancers, etc. The second condition happens when I'm using servers in the lab where there is nothing between my client and the server, other than a switch.
    This only occurs when using HTTPS. If configure the server to use HTTP, then the PDF will always be viewed. This has restricted my ability to watch the traffic between the client and the server with a packet analyzer.
    This only occurs with the IE plugin. Using Chrome and Firefox with the Adobe Reader plugin works every time.
    It only seems to be occurring on large PDF files: the files I've been working with are all 10MB or larger.
    I tried disabling the "fast web view" option in Adobe Reader, but this didn't seem to have any effect on the problem.
    I disabled the option to display a PDF file in the browser window, and then the PDF file will be downloaded and opened properly in the Adobe Reader application. So it only happens with the PDF is displayed in the browser window.
    I've been running my tests using IE 9 (9.0.8112.16421) and Reader plugin 10.1.3, but I've had reports from customers of similar behavior from earlier versions of the browser and reader. The web server is IIS 7.
    I found several PDFs on the internet with which I've duplicated the problem. Here's an example PDF file that shows this problem.
    http://www.nbb.be/DOC/BA/PDF7MB/2010/201009400082_2.PDF
    There are many other similar sized files at this site:
    http://www.nbb.be/pub/03_00_00_00_00/03_02_00_00_00/03_02_04_00_00.htm?l=en
    many of which will also reproduce the error. However, because the problem only happens when going over HTTPS, I had to download the files and import them into my system which uses HTTPS to see the problem.
    Any help would be appreciated. I'm not sure what to look at next.

    There are several resources that show how this is done. See here for an example: http://msdn.microsoft.com/en-us/library/46c5ddfy(v=vs.100).aspx
    I've added an entry into web.config to identify the presence of a custom handler:
    <system.webServer>
      <handlers>
        <add name="PDFHandler" verb="*" path="*.pdf" type="PDFHttpHandler" />
      </handlers>
    </system.webServer>
    Then in our application code I defined a new class :
    Public Class PDFHttpHandler
    Implements IHttpHandler
    Public ReadOnly Property IsReusable() As Boolean Implements System.Web.IHttpHandler.IsReusable
      Get
        Return False
      End Get
    End Property
    Public Sub ProcessRequest(ByVal context As HttpContext) Implements System.Web.IHttpHandler.ProcessRequest
      Select Case context.Request.HttpMethod
        Case "GET"
          If file.exists(context.Server.MapPath(context.Request.FilePath)) Then
            Dim requestedFile As String = context.Server.MapPath(context.Request.FilePath)
            SendContentTypeAndFile(context, requestedFile)
          Else
            context.response.statuscode = 404
          End If
        Case Else
          context.response.statuscode = 404
      End Select
    End Sub
    Private Function SendContentTypeAndFile(ByVal context As HttpContext, ByVal strFile As String) As HttpContext
              context.Response.ContentType = "application/pdf"
              context.Response.AppendHeader("Accept-Ranges","none")
              ' The web.config file sets the "x-ua-compatible" header to "ie=edge". This has an unfortunate side
              ' effect of casuing problems when we use IE to view PDF files.
              ' So for PDF files, we will try to override that header value.
              context.Response.AppendHeader("X-UA-Compatible", "")
      context.Response.TransmitFile(strFile)
      context.Response.end()
      Return context
    End Function
    End Class

  • How to Stop Large PDF attachments from displaying?

    Using Leopard and large PDF attachments (9mb) slow Mail down to a crawl. Is there a way to stop attachments from automatically displaying in Mail. It can be all atachments, it does not have to be just PDF or a certain size.
    Dan

    Hi Mulder,
    I think it must be noted that Plain or Rich Text has no bearing on Mail's ability to View in Place. Nor does View in Place have any bearing on each attachment being a true attachment. Whether it is viewed Inline by the recipient will depend entirely on the recipients email client, and not how you send.
    View in Place must not be confused with embedding images into text. The frequent discussion in these forums, and what you refer to, about whether to use Plain Text or RTF is relevant to some recipient email programs seeing inline attachments as embedded images due to the presence of the HTML that results from RTF when multiple fonts and attachments are present. The fact that the person composing sees the attachments with View in Place has no bearing on this issue involving HTML that results from RTF.
    Choosing the View as Icon while you Compose has no bearing on how the recipient's email application displays it.
    With those email clients where you can select to not view attachments inline, those you find viewing in place as you compose will in fact be seen as attached files in Icon form.
    At my request, I was sent a test message with a JPEG prepared using Iconiser -- Mail still displayed the JPEG in the message with View in Place when received. However, an examination in Raw Source form showed the header to the attachment did not have the disposition as "Inline" as it normally would -- this would aid with some recipients, such as those using Lotus Notes, where the attempt to adhere to the inline quality causes problems. But Mail, and some other email clients, can still display the message with attached images with View in Place or Inline View. The use of Iconiser will not guarantee to change that.
    As you have pointed out, zipping will prevent any form of View in Place from working.
    All the best,
    Ernie
    Message was edited by: Ernie Stamper

  • How to do the ALV report output in groups and caluculate the tOTALS(URGENT

    Hi
    In my ALV report output .I have to group the output based on the DAYS field
    0-10 days in one group
    10-30 days in one group
    above 30 days one group
    There is also a field by name "AMOUNT" in my output.
    I have to calculate SUBTOTALs at the end of every group and at the end of the report i should caluculate GRAND TOTAL.
    Please remember that i should not use any any BLOCKED ALVs and for Totals i should not use the SYMBOLS provided in the application toolbar of the report
    Thanks in Advance

    Please don't repost your questions...
    Check out my answer in your other post.
    How to make the ALV report in groups  and caluculate the TOTALS
    Regards,
    Naimesh Patel

Maybe you are looking for

  • GUI_DOWNLOAD with Internal table column names

    Hi! I am using FM 'GUI_DOWNLOAD' to download internal table to excel sheet. But, I am finding internal tables values only into excel sheet. I want Internal Table's column name as well. Please help me. and guide me. Thanks in advance. -Rupesh kayasth.

  • PDF version different on iPhone vs PC?

    Hello, I have a question about reading PDF's on an iPhone.   A PDF was created, a line was removed and then it was emailed out.  When I view the PDF from my email on a PC, it shows the edited version.  When I view the PDF from my email account on my

  • CS5 Encore Animated Menu Rendering Problem

    Anybody who could help! I am still experimenting but haven't find the solution (either very simple, or a serious bug ). Here is the problem: If I do any edit on the menu after setting the poster frames and/or inserting a motion (avi) or still (wav) b

  • Integration with other Oracle CRM apps.

    My customer currently uses Oracle CRM On Demand and is looking into the following additional apps from oracle... 1. Sales Prospector 2. Deal Management 3. Sales library 4. Sales Campaigns If purchased, will these applications require any integration

  • Passing Streaming Content to a JCA FTP adapter in OSB

    Hi, Is there any way to pass streaming content represented by e.g.<con:binary-content ref="cid:1b6ff6d0:1416f7a74ab:-1d8a" xmlns:con="http://www.bea.com/wli/sb/context"/> to JCA FTP(business service) adapter? My binary content already represents base