Error in Getting PDF Output

Hi,
I am using single RTF for multiple layout. By using Choose syntax i am calling layout based on condition. But its throw an exception when it try to publish pdf output *"There was an error opening this document . This file cannot be opened because it has no pages"*.
My scenario was want to Publish PO report based on PO type. Different layout for PO type.
Standard PO -->
Layout A
Blanket PO -->
Layout B
Created single RTF file , in 1st designed layoutA  and in 2nd page of Same RTF file  designed Layout B .
Syntax i am using before the loop start was below:-
*<?Choose?><?when:PO_TYPE='standard'?>*
Designed layout A structure
*<?end when?>---------->last statement in Layout A*
In 2nd page of same RTF
*<?otherwise?>*
Designed layout B structure
*<?end otherwise?><?end choose?> ------------> last statement in Layout B*
Please help me..
Thanks in advance
--Bennett                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Hi,
I am not found any error in syntax wise in RTF. When i previewing through desktop version only i am facing these exception.. And when i register in oracle EBS getting the same one..
Thanks in advance.
--Bennet                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • Error in generating PDF output

    Whenever, I generate a PDF output, RH goes through the process but displays an error message stating that the file_name.pdf is not found. It did the same thing when I tried generating a PDF of a sample project as well. Any pointers on how to resolve this issue?

    I am just trying to see where there could be a problem. When you generate a PDF from RoboHelp a temporary Word file is automatically created in the background from which the PDF is created. What I was trying to get you to check was whether the problem is with the PDF creation or somewhere else. If you go through the same process to create a PDF but deselect the PDF creation option BUT select the Word creation option, a Word file will be created. If that works, it will have exactly the same fonts, styles as the PDF would if you can create it.
    I am also a bit unsure what you mean. It sounds like you are generating a Word file, then changing the fonts and styles in Word. Why not just make sure that your fonts, styles in RoboHelp are correct and then just map these to your Word template when creating the Word file. Peter Grainge has some excellent tips on this on his site. It is well worth a read.
    http://www.grainge.org/pages/authoring/printing/printing.htm
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

  • Problem to get PDF output from Jetform Central on HP-UX

    I was running Jetform Central on HP-UX box with a compiled form with PDF being the default driver.
    I had no problem to fill data on the form and print to a HP Laserjet printer through the LJ5SI driver. But when using the PDF driver to print the same form I could not get the output created. I got error of "Invalid Printer Type (98)" message.
    I had the PDF driver selected and set as default in the compiled form.
    I also had the "-aspPDF" and the "-zMy_Output.pdf" options set as the command-line parameters of the "jfmerge" command.
    Why did it complain about the print driver being invalid ??
    What's missing here ??
    Why couldn't this work ??
    Please help
    Thanks
    Andy Liang

    My company originally attempted to install Central 5.7 back in May of 2009, and had the same problem. We went back to the previous version because we didn't need any of the new features, and our paid 3rd party support was unable or unwilling to help us.  More recently we found the need for the new features in 5.7 and came across the following:
    http://www.adobe.com/support/products/enterprise/support_knowledge_center_central.html
    http://download.adobe.com/pub/adobe/server/central/win/print_agent_5_7_0_09099_for_windows .zip
    We installed the patch and it worked.

  • Reg: Error in Getting Wrong output using concurrent request

    Hi all,
    I created a rdf using oracle 10g report for below query
    SELECT EMPNO,ENAME,DEPTNO,SAL,MGR FROM EMP
    I Registered above created rdf in oracle apps with output format as xml
    when i ran the report using concurrent request, i am getting below output.     
         *<G_EMP>*
    *     <EMPLOYEE>*
    *          <EMPNO>1</EMPNO>*
    *          <ENAME>ALEX</ENAME>*
    *     </EMPLOYEE>*
    *     <EMPLOYEE>*
    *          <EMPNO>2</EMPNO>*
    *          <ENAME>RAGHU</ENAME>*
    *     </EMPLOYEE>*
    *<EMPLOYEE>*
    *          <EMPNO>3</EMPNO>*
    *          <ENAME>GURU</ENAME>*
    *     </EMPLOYEE>*
    *     </G_EMP>*
    NOTE:_
    I am not getting for rest of column in above query (ie. DEPTNO,SAL,MGR)_
    How to resolve this. Its urgent .. Plz

    Duplicate thread (please post only once).
    Reg: Plz Help me.. Not Getting output
    Reg: Plz Help me.. Not Getting output

  • XDO Help...Error while generating PDF output

    Hi All,
    I am currently facing an issue generating the PDF through the concurrent program.
    We have developed the RTF template using Oracle XML Publisher Builder Template for Word Version 10.1.3.2.0 Build 87.
    When we run ,the program errors out some times and the following error message is displayed in the log.
    FOProcessor setLocale: en-us
    java.lang.ArrayIndexOutOfBoundsException: 8 > 7
         at java.util.Vector.insertElementAt(Unknown Source)
         at oracle.apps.xdo.template.fo.elements.table.FOTableBody.doLayout(Unknown Source)
         at oracle.apps.xdo.template.fo.elements.table.FOTableBody.doLayout(Unknown Source)
         at oracle.apps.xdo.template.fo.elements.table.FOTable.doLayout(Unknown Source)
         at oracle.apps.xdo.template.fo.elements.FOBlock.doLayout(Unknown Source)
         at oracle.apps.xdo.template.fo.elements.FOBlock.doLayout(Unknown Source)
         at oracle.apps.xdo.template.fo.elements.FOBlock.doLayout(Unknown Source)
         at oracle.apps.xdo.template.fo.elements.FOFlow.doLayout(Unknown Source)
         at oracle.apps.xdo.template.fo.elements.FormattingEngine.startLayout(Unknown Source)
         at oracle.apps.xdo.template.fo.elements.FormattingEngine.run(Unknown Source)
         at oracle.apps.xdo.template.fo.FOHandler.endElement(Unknown Source)
         at oracle.apps.xdo.common.xml.XSLTHandler$EEEntry.sendEvent(Unknown Source)
         at oracle.apps.xdo.common.xml.XSLTMerger.startElement(Unknown Source)
         at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:167)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1182)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:149)
         at oracle.apps.xdo.template.fo.FOProcessingEngine.process(Unknown Source)
         at oracle.apps.xdo.template.FOProcessor.generate(Unknown Source)
         at RTF2PDF.runRTFto(RTF2PDF.java:632)
         at RTF2PDF.runXDO(RTF2PDF.java:466)
         at RTF2PDF.main(RTF2PDF.java:254)
    If i switch the output to HTML/RTF it will complete normally.
    Could you please advise what needs to be done?
    Thanks,
    Ravi Kiran G

    Hi Aliaksandr,
    Thank you for the link.
    The ADSUSER was not created in the system. This is now created. A password is assigned to it and that password would be entered also in Visual Admin.
    I hope this would solve the problem.
    Are there any other other users, that are needed apart from this? or any additional steps?
    Regards,
    Dharmi
    Edited by: Dharmi Tanna on Jan 18, 2011 4:39 PM

  • Error in getting xml output from Apps

    I have developer 10g. Whatever report (rdf) I create I face exactly the same problem. I register the report (rdf) in Apps and select xml format as the output. But when I run it to get the xml file, I get the following error
    The XML page cannot be displayed
    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
    A semi colon character was expected. Error processing resource 'http://XXXX.XXXX.XXX.XXX:8000/OA_CGI/FNDWRR.exe?temp_id=3547...
    <?xml version="1.0" encoding="&Encoding"?>
    ---------------------------------------^If I use Reports 6i to create exactly the same report (rdf) everything works fine (i.e I get the xml file when I run it).
    What is the issue with 10g?

    If you have & or any other special characters like < ,>
    & lt;      <      less than
    & gt;      >      greater than
    & amp;      &      ampersand
    & apos;      '      apostrophe
    & quot;      "      quotation mark
    these , have to replaced by the equivalent in the sql queries. to get like & lt; , & gt; ,
    because these are pre-defined in XML , so the xml will error out , if you any of these characters in the xml element value.

  • Cannot get PDF output

    Hi,
    I have two questions, first I need to convert my files to PDF
    format. I opened the Printed documentation properties but the PDF
    button is inactive.
    the other problem is when I generate my project to Printed
    Documentation (word) the text format become different e.g. some
    text become bold, and some become underlined

    1] Did you install the PDF writer that comes with RH? Go to
    Control Panel | Printers and see what PDF writers are listed.
    2] Is the text that changes random or does it relate to
    dropdown or expanding text, for example? In the last page of the
    wizard, what option are you selecting? (Use CSS styles, Use Style
    Mapping, or Use Word template)

  • Instead of getting PDF got XML output Bi publisher report

    Hi ,
    While i run the concurrent request i got the below :
    Executing request completion options...
    Output file size:
    335
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 3715769 on node CORPT228V at 14-SEP-2012 07:50:11.
    Post-processing of request 3715769 failed at 14-SEP-2012 07:50:11 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    ------------- 2) PRINT   -------------
    Not printing the output of this request because post-processing failed.
    instead of getting pdf output i got xml o/p....
    thanks in advance....
    Regards,
    Doss

    Alex,
    I have checked the log ...i did find the below,
    [9/14/12 8:13:23 AM] [90939:RT3715787] Output file was found but is zero sized - Deleted
    [9/14/12 8:13:23 AM] [UNEXPECTED] [90939:RT3715787] java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:611)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:239)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5936)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:302)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:176)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'ref' used but not declared.
         at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
         at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
         ... 17 more
    [9/14/12 8:13:23 AM] [90939:RT3715787] Completed post-processing actions for request 3715787.
    [9/14/12 8:15:47 AM] [GSMServiceController:90939] New Initialization Parameters: oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=5
    [9/14/12 9:03:39 AM] [GSMServiceController:90939] Received shutdown request.
    [9/14/12 9:03:39 AM] [GSMServiceController:90939] Preparing to shutdown service.
    [9/14/12 9:03:39 AM] [GSMServiceController:90939] Stopping all Service Threads.
    [9/14/12 9:03:39 AM] [OPPServiceThread0] Preparing to shut down service thread.
    [9/14/12 9:03:39 AM] [OPPServiceThread1] Preparing to shut down service thread.
    [GC 25492K->7906K(63424K), 0.0562769 secs]

  • Is there a pdf output file size limitation?

    Hi,
    I have an rtf invoice template that worked fine in test environments. Now that it has been migrated to Production, it works except for this one invoice that has created a meta data XML file that is 2 MB, which is not that large, is it? Additionally, I cannot open the metadata file in html, it just hangs, but can in a text editor, so I have been chopping up the file into smaller pieces and can get pdf output of around 175 pages worth.
    I've tried it with different sets of data from this file, and they work, just not the whole file. Is there some setting required for this to work?

    Thanks, but what sort of infrastructure are you referring to? There are 8500 rows of data for this invoice at three levels which is not large, but some fields are 240 characters long.
    I'm not getting an Out of Memory type of error. In fact, I'm not getting any errors, just that there is no output. pdf-compression is set to true. What else could I check?

  • How to create a PDF output

    When I select my ADOBE PDF printer from my printer list and print to file I don't get a PDF file. I get a PRN file. When I try to open it with ADOBE I get a "syntax error". But there's no information about what the error is.
    Is there anyway to get PDF output from Crystal?
    Thanks

    Instead of "printing" to PDF, you should try "exporting" to PDF.  Export is both an option on the File menu and a button on the main toolbar.  If the PDF export format was installed when you installed Crystal, you will be able to select it from the drop-down list of output formats on in the Export window.
    -Dell

  • Problem  in PDF output in Chinese

    Moved to correct forum.  Please select the correct forum for your questions in future.
    Hi,
    My smartform contains english as well as chinese words.
    Im tring to get PDF output from RSTXPDFT4 with spool request.Now  if I login in ZH or EN and use RSTXPDFT4  to generate o/p in PDF, its not working, PDF is generating blank page with error. This is a unicode systems.
    If my smarforms contailns only english then its OK.
    So what to do  please suggest.
    Regards,
    Kaushik
    Edited by: Matt on Mar 12, 2009 10:52 AM

    Moved to correct forum.  Please select the correct forum for your questions in future.

  • Regression testing on PDF output files from Reports?

    My current client is looking to do more automated regression testing of the output (content) of their reports, most of which are output from Reports6i into Adobe Acrobat PDF file format. Is anyone currently using or aware of a tool (QARun, WinRunner, etc.) that will do this? (Most of the tools can do a binary comparison of the PDF files that were output, but we need something that will look into the PDF files themselves and tell us where any differences are found in the actual content (text) of the report itself.)
    Thanks in advance for any info anyone can provide!
    - Bill

    Dear Nick,
    Just ensure a printer is configured. This can be done by typing in echo $PRINTER at the $Prompt.
    If it returns null then configurea printer and i fell this should resolve your problem,
    Since it did resolve my problem.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Nick Mavrakis:
    I am having some trouble getting pdf output in the unix environment from Reports 6i.
    If I kick off a defined report file (.rep) from the command line as follows:
    rwrun60 testreport.rep destype=file desformat=pdf desname=testreport.pdf userid=connection_details
    I get the following errors:
    REP-0004: Warning: Unable to open user preference file.
    REP-3300: Fatal error in toolkit.
    UI-9: This function call is out of context
    If I run the command without the file output options (rwrun60 testreport.rep userid=connection_details) then the report opens up on the screen correctly. From here, if I try to generate a pdf file, I get the following error:
    REP-1800: Formatter error.
    The report is defined as character type, and is a simple listing of approximately 50 records from a database table. There are no graphics or any pl/sql defined in the report.
    Has anyone had similar problems in trying to do this?
    Any help is greatly appreciated.
    Cheers
    Nick<HR></BLOCKQUOTE>
    null

  • How to set the margins for the pdf output in BI Publisher

    Hi There,
    When we view a report in PDF format in BI Publisher, we get pdf output in an iframe.
    There are two scroll bars on the right side. When we scroll down the outer scrollbar to the bottom, there is a white space between the bottom border of the pdf report and bottom portion of the window.
    We are calling BI report from apex by passing the url of the report. In this case the white space at the bottom is quite evident and seems that lot of space is being wasted.
    Can somebody help me, how to remove or minimize this white space.
    Thanks
    Krishna
    Edited by: Yogi on Aug 30, 2010 5:41 PM

    Hello,
    open your report for editing, so you see the page with your layouts. Then click on the Link "Show as List" on the upper right. In the List of the output formats select "FO Formatted XML". This enables FO Export.
    Then execute your report, click on the small menu item at the upper right. The Menu opens, select Export -> FO.
    Hope that helps.
    Greetimgs,
    Sascha

  • Blank PDF output

    Hi,
    I'm having much difficulty in getting PDF output to display. Using 9iAS release 2. We call web.show_document from an Oracle form, passing in the URL of the reports server with report name and some other parameters. The "_blank" window shows the report parameter form (HTML) just fine, but when the report is submitted, the page is just blank.
    The funny thing is, that if I take the URL from the browser window, copy it, open another browser window, paste in the URL, and run the report, the PDF shows just fine.
    Anyone run into this before?
    Thanks much,

    Are you using a parameter form ?
    Using a parameter form is not straight forward when using Reports with Forms. Please refer the forms reports integration white paper to see the detailed steps to do
    that.
    See Page 26
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    Thanks
    Ratheesh
    [    All Docs     ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    ---------------------------------------------------------------------------------

  • How to get the output of a standard report  RFBILA00 in PDF form.

    hi,
    I have to get the output of the standard report RFBILA00 in the PDF form.
    Thanks.

    Hi Rao,
    you can run your report RFBILA00 in background  and in background  job you can add one more step, next in that step you can add custom  report like zsubmit .
    job should be set like
    step1:  RFBILA00 with variant.
    Step2:  zsubmit report with variant.
    In Zsubmit report  you can  read, your first step spool using FM GET_JOB_RUNTIME_INFO
    and pass that spool  in the FM  CONVERT_ABAPSPOOLJOB_2_PDF.
    when second  report run in job  you can set your target like download in the server or  send email etc.
    Regards,
    Prasenjit

Maybe you are looking for

  • Need help with XML Conversion

    I have a very large unstructured document that I need to convert to XML. This document once had a structure applied to it but somehow this structure was deleted (not by me). Since the structure was deleted, a fair amount of content has been added to

  • MPLS VRF Routes Leaking

    I am designing network to deploy MPLS L3 VPN services for 2000+ branch locations of 1 customer. Cisco 7600 series router is used as PE along with FWSM that points towards Global Routing Table (Internet Gateway). Customer is requiring the access for i

  • I keep getting thrown out of safari

    Whilst on the Internet it suddenly after a minute cashes and takes me back to the normal iPad page where the apps are so basically I can't use the Internet. Help!!

  • Adobe Says I have Flash Player Installed by I can't find it

    Hi - I have received the message, "You have version 9,0,28,0 installed" from Adobe Flash Player but I can't locate it on my PC. I am normally a Mac user so I'm a little confused but I searched everywhere and cannot find it. Please help me locate it :

  • AJAX checkbox

    I have a multi (7) column checkbox with form element attributes on my page: onClick="refresh_reports_lov(this.value,this,$x('P507_SCHOOL'),$x('P507_YEAR'),'REFRESH_SIS_REPORTS_FILTER_LOV');toggle_items2(this.value,this)" I am using Application proces