Pdf printing in report with textfield to search

I'm facing this error in bi publisher log:
[100307_021613640][oracle.apps.xdo.common.xml.XSLTWrapper][EXCEPTION] XSL error:
<Line 12, Column 18>: XML-20221: (Fatal Error) Invalid char in text.
<Line 44, Column 11>: XML-20121: (Fatal Error) End tag does not match start tag
'P300_STRING'.
<Line 45, Column 1>: XML-20210: (Fatal Error) Unexpected EOF.
[100307_021613640][][EXCEPTION] java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at oracle.apps.xdo.common.xml.XSLT10gR1.invokeParse(Unknown Source)
at oracle.apps.xdo.common.xml.XSLT10gR1.transform(Unknown Source)
at oracle.apps.xdo.common.xml.XSLTWrapper.transform(Unknown Source)
at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
at oracle.apps.xdo.template.FOProcessor.createFO(Unknown Source)
at oracle.apps.xdo.template.FOProcessor.generate(Unknown Source)
at oracle.apps.xdo.servlet.Converter.process(Converter.java:306)
at oracle.apps.xdo.servlet.Converter.render(Converter.java:239)
at oracle.apps.xdo.servlet.Converter.doPost(Converter.java:99)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
stDispatcher.java:711)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
vletRequestDispatcher.java:368)
at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequ
estHandler.java:866)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
tHandler.java:448)
at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpReque
stHandler.java:216)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:117)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:110)
at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSo
cketReadHandler.java:260)
at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(Server
SocketAcceptHandler.java:239)
at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocket
AcceptHandler.java:34)
at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(
ServerSocketAcceptHandler.java:880)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
sableResourcePooledExecutor.java:298)
at java.lang.Thread.run(Thread.java:595)
Caused by: oracle.xdo.parser.v2.XMLParseException: Invalid char in text.
at oracle.xdo.parser.v2.XMLError.flushErrors1(XMLError.java:337)
at oracle.xdo.parser.v2.XMLReader.popXMLReader(XMLReader.java:528)
at oracle.xdo.parser.v2.NonValidatingParser.parseElement(NonValidatingPa
rser.java:1287)
at oracle.xdo.parser.v2.NonValidatingParser.parseRootElement(NonValidati
ngParser.java:314)
at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingP
arser.java:281)
at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:278)
... 29 more
iam using apex 3.0, bi publisher 10.1.3.1.0 and my report region has the Enable Report Printing = Yes.
i also have a textfield to minimize the search. the error only ocurrs when the search includes the character '%'. It seems to me that apex is using this field (P300_STRING) to form a not well formated xml. Why is apex using this field to form xml?

Hi Gielis
<br>
I am also facing the same problem mentioned above , Please tell if this can be resolved . Erro Message that i get when I put '%' in text filed
Though I get result no the page but PDF report gives Error mentioned below <br><br>
<HTML><HEAD><TITLE>500 Internal Server Error</TITLE></HEAD><BODY><H1>500 Internal Server Error</H1><PRE>oracle.xml.parser.v2.XMLParseException: Invalid char in text.<br>     at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java(Compiled Code))<br>     at oracle.xml.parser.v2.XMLReader.popXMLReader(XMLReader.java(Inlined Compiled Code))<br>     at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java(Compiled Code))<br>     at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java(Compiled Code))<br>     at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java(Compiled Code))<br>     at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:307)<br>     at apex_fop._jspService(_apex__fop.java:74)<br>     [SRC:/apex_fop.jsp:24]<br>     at com.orionserver[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].http.OrionHttpJspPage.service(OrionHttpJspPage.java(Compiled Code))<br>     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java(Compiled Code))<br>     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java(Compiled Code))<br>     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java(Compiled Code))<br>     at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))<br>     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java(Compiled Code))<br>     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java(Compiled Code))<br>     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java(Compiled Code))<br>     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java(Compiled Code))<br>     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)<br>     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)<br>     at java.lang.Thread.run(Thread.java:568)<br></PRE></BODY></HTML>
<br>
I have also mailed the complete problem at your ID<br>
[email protected]
<br>
Please update if it can be resolved
<br>
<br>
Thanx<br>
Ajay Singh<br>
[email protected]

Similar Messages

  • Mimes in "Print Web Report with Excel"

    Hi all,
    i am using the "How to.." Paper to implement the functionality for Printing Web Reports with Excel. I also Modify the Table during the rendering with the Modify Table Interface to set some mimes instead of inidcators in one column. The Export
    into Excel Works Fine but after saving that Report in Excel, and reopen it i have
    to confirm a Security Dialog / re-login . I think this is because of the mimes which refer to the WAS.
    Now my Question :
    Is it possible to get a result ( Exported Report into Excel with MIMES ) and avoid
    a re login. I mean, to export the Mimes also.
    Many Thanks in advance for your Help.
    Best Regards
    Ali Touzlatzi

    Hi Prakash,
    Thank you so much for your reply.
    I looked for LRSR_XLS_EXPORTF01 under program, I found the program but when I clicked into it, it prompt "there is no object list for INCLUDEs"
    We have the export as excel implemented for sure. Do you think someone changed the name, or this name cannot be changed. I am new to ABAP too, but I am a programmer. Can you guide me the best way to trace this program?
    Again, I appreciate you help.

  • Reports attachement pdf printing after report printing

    Oracle : 9.2.0.6
    forms 6.0.8 reports
    os : linux :
    I have a peculear requirement for the inhouse application.
    I generate a standard Purchase order report with normal requirements using d2k reports. This report is being printed as soon as the transaction commits and goes to the printer.
    The Purchase order comes in 2 pages dependsing on the items and terms and conditions.
    I have a standard Pdf doc comp_prof.pdf (which changes regular intervals conists of various comp. info and not related any database activity).
    Currently this information is being printed manually after the Purchaae order is being printed.
    I tried to incorporated in after report trigger. I was not succesful.
    Pl. help what are the various options I have to solve this.
    If I convert a PO to mail this doc also should go.

    the pdf need to print is not from oracle d2k report. That is pdf is a particular location. The pdf is not getting generated form oracle or any d2k component.
    It is a standard any pdf doc consists of 3 page information.

  • How to Print a report with 50 columns. Crystal Reports

    Dear Experts,
    I'm Using Crystal Reports 2008. I have a requirement that 50 columns should be placed in a  Single Report with single line . But Page size should be A4 ( While Printing).
    With Page Size A4 I'm able to place 5 columns.
    Is there any possibility to acheave this no matter if number of opages increases
    I Appreciate for the help in this regard.
    But I need to display all the 50 fields (columns) in a single report.
    I Achieved this by changing horizontal width to 70.
    I can Place all the fields in one line.
    But my concern is to print this report in A4 Paper I think its horizontal width will be 11.  from crystal reports itself
    I don't want to use cross tabs nor even use sql expression. Its just a simple display report for all the employees.
    is there any simple way out to Achieve this by paging... or any other method.
    Any help regarding this issue will be appreciated.
    Thanks

    Hi:
       I'm not a expert in crystal report, but I would like help you,  i don't understand if must to show 50 diferrents fields in your report  or same field through 50 columns ?  for exemple:
    first case: You ned diferents fields
    F1                F2                 F3                 ... F50
    item1  F1      Item1 F2         Item1 F3       Item F50
    item2  F1      Ite21 F2         Item2 F3       Item F50
    In this case you must put the 50 fields in the report, just enough small to fit page
    second case: You nedd the same field in 50 columns
    Colum 1      Colum2      Column 50
    item 0          item 11      item 490
    item 1          item 12      item 491
    item 2          item 13      item492
    item 10       item 20      item 500
    inm this case i haven't idea how to make it (sorry)
    Edited by: Wgramirez on May 29, 2010 7:01 PM

  • Action to: Print current document to PDF Printer "As Image" with Specified DPI

    I FREQUENTLY do the following task on documents.  I would LOVE to have an action that did it for me.  Can someone help me create one or point me to someone who can?
    Version: Adobe Acrobat X Pro.  Windows 7 64-bit
    With current PDF file open:
    2) Print
    3) Select PDF Printer
    4) (Under advanced printer settings) choose "Print as Image", "150" DPI.
    5) OK
    6) Save file AS the original with _printed appended to the filename.
    Image1: Printer dialogue box
    Image 2: After selecting the PDF Printer and pressing "Advanced"

    The forum added some nice links and i found my answer here http://forums.adobe.com/message/1179199#1179199 - changed the registry key permissions and it's working like a charm. Thank you.

  • Printing XML report (with report.xsl stylesheet) shows font colors, but not table highlight colors

    I am trying to print the XML report generated by TestStand to a PDF in order to archive it.  When the XML report is rendered in Internet Explorer, everything looks fine -- Sequence names are highlighted in teal, Pass is in green, Fail is highlighted in red.
    However, when I print this page to a PDF (using BullZip PDF printer, or even the XPS printer), all of the table highlighting is gone.  The UUT Result in the header is red or green font color depending on the pass/fail state, but sequence names and any formatting applied to tables within the body of the report have no highlighting.
    Is the stylesheet altering what is rendered when the XML file is printed?
    This is the output when viewed in IE 
    This is the output when viewed as a PDF printed from the same file viewed in IE.
    Thank you,
    Matt
    Solved!
    Go to Solution.

    Hey Matt,
    This is actually because of a default setting in Internet Explorer to not print background colors on webpages. To change it, simply go to the Page Setup screen (on IE9, you click the gear icon, then Print > Page Setup) and select the option to print background images and colors. After doing this, the printed report should contain the colors you see on your screen.
    Daniel E.
    TestStand Product Support Engineer
    National Instruments

  • Print same report  with different watermark

    i want to print the one report with different watermark
    means suppose we generate the report and print the 10 copy of the same report but want 4 copy with one watermark and 6 with different watermark.
    i have the number of watermark copy in the table .
    pls give me the solution
    regards
    anurag

    Thank you for your helpful response.  What I am really asking is this -- when there is a CR2008 report based on db1, table1, and you want to use the SAME report with an identical table in a DIFFERENT database (db2, table1), can I easily use the same report?  Or, do I have to generate another version of the report?
    Thank you again.
    David

  • Printing a report with print sheets from the portal

    It is my understanding that a print sheet uses a variant to make a connection between the variable settings set in the web portal and the variable / filtering settings that are used when printing a report. It is also my understanding that without a print sheet and variant that when a user prints a report from the portal that the printed report would not have the same filtering (variable settings) as what the user sees in the report. I have created a report and a print sheet that uses a variant, but when we view reports in the portal there is not a print icon... we can only print from the browser. Printing from the browser only prints what is on the screen, not a formatted report set up in the reporting agent. How do I print a report that uses a variant and a print sheet set up in the reporting agent to be available to print from the portal... i.e. display an icon to print the report? If you have a better or more detailed explanation of what a print sheet is and how to set it up, please include that as well.

    The BW Reporting agent print settings is used for batch printing of BW reports not online printing from the web.
    Currently there are no SAP delivered formatted reporting print functionality for BW. BI 7.0 will have formatted reporting and PDF export options.
    SAP had recently released a How to Document on printing using MS Excel. See the attached link for the same.
    https://websmp205.sap-ag.de/~sapdownload/011000358700001853752005E/HowToWebPrintingWithExcel.zip
    Also this has been discussed in some other threads also:
    Web template entire page print ?
    Thanks.

  • Printing large report with Desktop - Scaling?

    Hello,
    given is a report with many cols which should be printed on one sheet of paper.
    I tried menu File --> Page Setup. There is a option "Scale", but it is greyed out. Why? Is it possible to scale the report in Discoverer Desktop?
    Thank you
    Tobias

    This is similar to another thread I just commented on.
    However, if the scale option is greyed out ...
    I remember a few years ago I had this problem and the answer was that Oracle was not handling the actual printing of the document, but used the MS printer info (ie: your Printers setup).
    What I did at the time was - once I found out the printer it was going to supported scaling (ie: can't remember the term for when a printer supports scaling, but is it something like PCL?).
    Anyway, I simply installed the driver for this on the printer I was sending the output to - and voila' ... scaling worked.
    So again, I think it's a printer thing so either redirect output to a printer that has the appropriate driver for scaling, or install the correct driver, etc. to the printer you're going to - again assuming the actual printer supports scaling.
    Russ

  • I Cannot print a report with windows XP

    Hi,
    I am trying to print a report but it is imposible, after a while, I have to reset the PC.
    Here goes some data: The report was built in Report Builder 3.0.5.8.0 and Oracle 7 Server Release 7.3.4.0.0 and the printer is HP LaserJet 2300 Series PCL6 and the operative system Windows XP.
    Anybody know what should I do to print?
    Thanks
    Veronica

    The minimum version that runs on Windows XP is 6.0.8.22.1 (Reports 6i Patch 13).
    See the certification matrix on:
    http://otn.oracle.com/support/metalink/index.html

  • PDF printing is broken with  "Stopped Filter failed"

    This is really a "windows" kind of error, that i was not expecting to see in Mac,
    I have Timecapsul  wireless network, printer 7520 (HP) I bought it from Apple store,and macbook pro.
    everything works I have printer setup wirelessly etc ..  but for some reason I can not print from PDFs only
    again it only happens with PDF files, all other doc formats print fine.
    I have full licensed version of acrobat XI Pro.
    I tried reinstalling driver, removing adding printer etc ... nothing helps,
    my computer name in sharing is not empty, ... what else to try?
    now I am deciding should I contact HP Adobe, or Apple for tech support,
    this is so confusing ...

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Select
    /var/log ▹ cups ▹ error_log
    from the hierarchical list on the left side of the Console window. If you don't see that list, select
    View ▹ Show Log List
    from the menu bar. Then select the messages from the time of the last failed printing attempt. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.

  • PDF print complete report book IR

    Not sure whether this is a bug or need to make a coding change?<BR><BR>We have a check box which if checked will append the code (which opens the report/report book) using:<BR>Application.OpenURL(url + ?repository_format_id=pdf, "_NEW")<BR><BR>If it's not checked it uses the above but with: ?repository_format_id=html<BR><BR>This works when there is only one report to use, if we try and run this against a report book, the first report in the book is PDF, the rest HTML.<BR><BR>Is there any way to make the complete book print PDF?<BR><BR>Any help or suggestions welcome. <BR><BR>Running v9.0.1 software.<BR><BR>thanks

    Result of batch scheduling----
    Ok, i managed to get the batch schedule setup to run this. I am able to generate the PDF file, but not able to change the external directory where this needs to be saved. Which i think could be linked to the internal settings here.
    Even if i manage to get this, it still doesnt solve my problem. As i cant let the user to get the latest view of data, as batch would depend on scheduling.
    Requirement----
    Essentially, I am looking for a hyperlink to attach to a tasklist in Hyperion Planning, so that the user can open the report book as a single file.
    So, I am looking for a PDF link which I can attach to the tasklist, which would open the reportbook in entirety. If its possible to get the link to the complete book opened in HTML as well, it would work well !
    For a single report I can take the smartcut and use it to open the report in HTML. Is something like that possible with a report book ?

  • Time delay while printing PO Report with "watermark"

    Hi XMLP Gurus,
    I have to again resort to you guys for help. Hope I will find it.
    I have added a watermark to the PO Report RTF template and it is taking too much time (almost 3 mins) to print the output. With out a print option the report is running normally, but when I select the print option it is taking that much time.
    If I take out the watermark and print the output it is taking normal time to print.
    Any idea what's going on?
    Thanks in advance

    Nobody to help on this !!!!!!!

  • How to mass print a report with multiple queries?

    Dear All,
    i want to precalclate a report (which includes 4 queries) to pdf for printing. Because i have to print it for all profitcenter (~200), i want to use the filter navigation.
    Because this isn't possible for reports, i inserted my report using a report item to a web template.
    When i call the web template direct, everything works fine, but if i precalculate the web template using the bex broadcaster, only one query is parameterized. The second one seems to use the global variant (the sum of all profitcenter).
    Any Idea? Do i have to change an export web template and add some data provider? I am not absolutely sure which is the right export template for an report in a web template...
    Thanks in advance,
    Thomas

    Hey all,
    nobody an idea of a possible approach.
    Greetz,
    Thomas

  • PDF Printer not working with Acrobat 8 & Vista Ultimate 64bit

    I have not been able to print pdf's.  I am uptodate on upgrades and have installed, reinstalled printers and repaired the program etc.
    When I install an adobe printer I get the Adobe PDF Converter.  When I try to print with it, I get an audible failure signal and nothing ever happens.  Sometmes I get a sceen indicating it has failed, sometimes not.  I have had this problem since upgrading to a new computer with Vista Ultimate 64bit OS.
    I have seen various "Fixes" but none seem to address my problem or work for it.
    Anyone with the same problem and perhaps a solution?

    What version of AA8?

Maybe you are looking for

  • Sale order report

    my client one report cloum are sale order docnumber, project code, project name, itemcode and purchase order number that is post against this sale order number wait for reply

  • DNS: reverse zone comes back after remove and some follow up issues

    hello community, after installation of OSL i had setup dns with a primary zone. the automatically created reverse zone for my internal network is fine. whenever i enter a new system the default for the ip address is 10.0.0.1 and the reverse zone is a

  • How to Unlock a Locked Recoed for Infotype 2010..

    Dear Expert, How can I unlock a locked record from Infotype 2010. When I am using BDC how should I decide which record to select in PA30 once I have passed the date and Employee Number details on the screen. If on the same date if there are more than

  • Need Help On this SQL

    Hello Good People, I have this query always running for ever .... I mean very long and casuing a lotta I/O (db file sequencial read): SELECT      C.COLLECTOR,      A.BUSINESS_UNIT,      A.JOURNAL_ID,      A.JOURNAL_DATE,      A.UNPOST_SEQ,      A.JOU

  • Noise on optical output from Airport Express

    I have an almost new Airport Express (actually as an extension of my old AE) which I use for streaming music to my HiFi. At first I used the analogue output for my amplifier, without any problem. But now I have installed a HiFi D/A converter (Rega) a