XML reports problem

{color:#ff0000}I faced this problem and I need your help
all XML publisher reports completed with error and no output file generated ( happens only with XML reports)***
standard reports are OK{color}
{color:#0000ff}_OPP LOG :_ {color}
--2/1/09 11:32:05 AM-- main Starting GSF service with concurrent process id = 85578.
--2/1/09 11:32:05 AM-- main Initialization Parameters: oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=5
--2/1/09 11:32:06 AM-- [Thread-13|http://forums.oracle.com/forums/] Service thread starting up.
--2/1/09 11:32:06 AM-- [Thread-14|http://forums.oracle.com/forums/] Service thread starting up.
--2/1/09 11:41:32 AM-- [OPPServiceThread0|http://forums.oracle.com/forums/] Post-processing request 364830.
--2/1/09 11:54:34 AM-- [OPPServiceThread1|http://forums.oracle.com/forums/] Post-processing request 364838.
--2/1/09 11:54:34 AM-- [85578:RT364838|http://forums.oracle.com/forums/] Executing post-processing actions for request 364838.
--2/1/09 11:54:34 AM-- [85578:RT364838|http://forums.oracle.com/forums/] Starting XML Publisher post-processing action.
--2/1/09 11:54:34 AM-- [85578:RT364838|http://forums.oracle.com/forums/]
Template code: GS_INV_ITEM
Template app: INV
Language: ar
Territory: AE
Output type: PDF
--2/1/09 11:54:34 AM-- UNEXPECTED [85578:RT364838|http://forums.oracle.com/forums/] java.io.FileNotFoundException: /oracle/applmgr/testcomn/admin/out/test_test/o364838.out (No such file or directory (errno:2))
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:215)
at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:153)
--2/1/09 11:54:34 AM-- [85578:RT364838|http://forums.oracle.com/forums/] Completed post-processing actions for request 364838.
thank you for your interest .

This path exists? It looks to be an "out" directory - where are your standard reports going and why would your XML reports (for the out files) go somewhere else?
/oracle/applmgr/testcomn/admin/out/test_test

Similar Messages

  • Problem calling XML Report Publisher from Oracle Reports

    Hi,
    I'm facing a problem in calling XML Report Publisher from Oracle Reports.
    Basically, I'm trying to customise Dunning Letter program. The program which is submitted calls another program. I have customised the second program and added a call to a stored procedure which in turn calls XML Report Publisher.I have created a template and attached it to the second program as well.
    The procedure code is as follows.
    v_request_id := FND_REQUEST.SUBMIT_REQUEST(application => 'AR'
    ,program => 'ARDLP_NON_SRS'
    ,description => 'Dunning Letter Print from Dunning Letter Generate'
    ,sub_request => FALSE
    l_status := fnd_concurrent.WAIT_FOR_REQUEST
    ( REQUEST_ID => v_request_id,
    INTERVAL => 15,
    MAX_WAIT => 180,
    PHASE => l_phase,
    STATUS => l_status_code,
    DEV_PHASE => l_dev_phase,
    DEV_STATUS => l_dev_status,
    MESSAGE => l_message );
    v_xml_req_id := FND_REQUEST.submit_request(application => 'XDO',
    program => 'XDOREPPB',
              argument1 => v_request_id,
    argument2 => 'FLS DE AR Dunning Letter Print - German',
    argument3 => 603, -- changed 665 -- was 551,
    argument4     => NULL,
    argument5 => 'N',
    argument6     => 'RTF',
              argument7     => 'PDF');
    Now, there are two problems I'm facing...
    1. when the second program('Dunning Letter Print from Dunning Letter Generate') gets called it executes this procedure ... logically the 'Dunning Letter Print from Dunning Letter Generate' should get called twice ... second time from the procedure. Its getting called multiple times .. as many as 15 - 20 times.
    2. The Xml Report Publisher program ultimately gets called but its erroring out with the following error:
    java.sql.SQLException: No corresponding LOB data found :SELECT L.FILE_DATA FILE_DATA, DBMS_LOB.GETLENGTH(L.FILE_DATA) FILE_LENGTH, L.LANGUAGE LANGUAGE, L.TERRITORY TERRITORY, B.DEFAULT_LANGUAGE DEFAULT_LANGUAGE, B.DEFAULT_TERRITORY DEFAULT_TERRITORY,B.TEMPLATE_TYPE_CODE TEMPLATE_TYPE_CODE, B.USE_ALIAS_TABLE USE_ALIAS_TABLE, B.START_DATE START_DATE, B.END_DATE END_DATE, B.TEMPLATE_STATUS TEMPLATE_STATUS, B.USE_ALIAS_TABLE USE_ALIAS_TABLE, B.DS_APP_SHORT_NAME DS_APP_SHORT_NAME, B.DATA_SOURCE_CODE DATA_SOURCE_CODE, L.LOB_TYPE LOB_TYPE FROM XDO_LOBS L, XDO_TEMPLATES_B B WHERE (L.LOB_TYPE = 'TEMPLATE' OR L.LOB_TYPE = 'MLS_TEMPLATE') AND L.APPLICATION_SHORT_NAME= :1 AND L.LOB_CODE = :2 AND L.APPLICATION_SHORT_NAME = B.APPLICATION_SHORT_NAME AND L.LOB_CODE = B.TEMPLATE_CODE AND ( (L.LANGUAGE = :3 AND L.TERRITORY = :4 ) OR (L.LANGUAGE = :5 AND L.TERRITORY = :6) OR (L.LANGUAGE= B.DEFAULT_LANGUAGE AND L.TERRITORY= B.DEFAULT_TERRITORY ) )
    I have checked from database that the XDO_LOBS/ XDO_TEMPLATES_B table has corresponding registration data.
    I don't know what's creating the problem.
    If anyone has customised the Dunning Letter program before or having any idea about this problem, please help me out ..
    Thanks

    satrajit,
    Now I am getting the same error you got, Can you please tell me the solution you found?.
    XML Report Publisher 5.0
    Updating request description
    Waiting for XML request
    Retrieving XML request information
    Preparing parameters
    Process template
    --XDOException
    java.sql.SQLException: No corresponding LOB data found :SELECT L.FILE_DATA FILE_DATA, DBMS_LOB.GETLENGTH(L.FILE_DATA) FILE_LENGTH, L.LANGUAGE LANGUAGE, L.TERRITORY TERRITORY, B.DEFAULT_LANGUAGE DEFAULT_LANGUAGE, B.DEFAULT_TERRITORY DEFAULT_TERRITORY,B.TEMPLATE_TYPE_CODE TEMPLATE_TYPE_CODE, B.USE_ALIAS_TABLE USE_ALIAS_TABLE, B.START_DATE START_DATE, B.END_DATE END_DATE, B.TEMPLATE_STATUS TEMPLATE_STATUS, B.USE_ALIAS_TABLE USE_ALIAS_TABLE FROM XDO_LOBS L, XDO_TEMPLATES_B B WHERE L.LOB_TYPE = :1 AND L.APPLICATION_SHORT_NAME= :2 AND L.LOB_CODE = :3 AND L.APPLICATION_SHORT_NAME = B.APPLICATION_SHORT_NAME AND L.LOB_CODE = B.TEMPLATE_CODE AND ( (L.LANGUAGE = :4 AND L.TERRITORY = :5 ) OR (L.LANGUAGE = :6 AND L.TERRITORY = :7) OR (L.LANGUAGE= B.DEFAULT_LANGUAGE AND L.TERRITORY= B.DEFAULT_TERRITORY ) )
         at oracle.apps.xdo.oa.schema.server.TemplateInputStream.initStream(TemplateInputStream.java:309)
         at oracle.apps.xdo.oa.schema.server.TemplateInputStream.<init>(TemplateInputStream.java:187)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.getTemplateFile(TemplateHelper.java:776)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:1269)
         at oracle.apps.xdo.oa.cp.JCP4XMLPublisher.runProgram(JCP4XMLPublisher.java:807)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:148)

  • Problem with the hierarchial fields in a Purchase order xml report

    Hi,
    I am having a problem with the hierarchy problem. We are populating attribute 15 of a PO header. some times it can be null. FYI, we are using 11.5.10 instance where oracle supports direct PO template rather than having a rdf file.
    And now in the xml report, if attribute15 of po header is not null then it is fine.
    But if attribute15 is null, then the template is picking from the next available attribute15 that is from the po lines. As the line level group of "LINES" is between the "PO_DATA" (header group), hence the template is checking for next available attribute15.
    Can any one please suggest how to design the template where we can make the template to check only for that tag at the header level group rather than the line level group tag?
    Thank You in advance.
    Regards,
    Srinivas.

    Hi
    Incase you want to transfer attachements from SRM to R/3, then you try implementing the BADI in SRM side. The BADI which will help in this case is
    <b>BBP_CREATE_PO_BACK</b> BADI.
    <b>Please read the standard SAP documentation of this BADI using SE18 Transaction, before making any code changes.</b>
    <u>Few Important SAP OSS notes to refer in this case -></u>
    Note 989184 - Transferred shopping cart with internal attachments
    Note 550071 - FAQ: EBP - Shopping Cart
    Note 916347 - Transfer shopping cart with internal attachments
    Note 1001130 - FAQ - Attachment questions (Buyside)
    <u>Few useful links -></u>
    <b>http://help.sap.com/saphelp_srm50/helpdata/en/49/b32640632cea01e10000000a155106/frameset.htm
    Re: Attachments to backend
    Re: Document Attachments in Shopping Cart
    Re: Attachment in SRM
    Re: SRM Documents and Attachments
    Re: Limit in Attachments of an item in Shopping Cart
    Re: return delivery text from material document is not passed to SUS
    </b>
    Do let me know, incase you face any problems.
    Regards
    - Atul

  • Problem with Cell size in Excel output of XML report

    Dear all,
    I am facing a problem with cell size when i run my XML report in Excel output. I found that it imitates the cell size of whatever i gave in the RTF. I cannot increase the cell size in RTF as my report contains 60 columns and max width of MS Word table is 22 inches.
    Can any one suggest a way of doing this which shows full data in Excel sheet depending on the column data size with out any word wrap.
    Thanks
    RAJ

    Hi ,
    You can try with
    <xsl:attribute xdofo:ctx="block" name="wrap-option">no-wrap</xsl:attribute>
    may be helpful to you
    Thanks,
    Ananth
    http://bintelligencegroup.wordpress.com/

  • Oracle reports problem in distribution with xml file

    Hi ,
    I am having problem while I am trying to distribute the file with specifing the destination details in the xml. If I am giving the destination details in url then it is working.
    Ex.
    This is Working
    http://bryxh91:8889/reports/rwservlet?report=devlopersuit/reports/test.jsp&userid=anju/[email protected]&desformat=pdf&destype=file&desname=devlopersuit/reports/output_file.pdf
    Not working :
    http://bryxh91:8889/reports/rwservlet?report=devlopersuit/reports/test.jsp&userid=anju/[email protected]&DISTRIBUTE=YES&destination=devlopersuit/reports/dis_test.xml
    xml file
    <destinations>
    <file id="test" name="output_file.pdf" format="pdf">
    <include scr="mainSection"/>
    </file>
    </destinations>
    Error : REP-34304: Distribution failed to complete; review the distribution lists
    Its been week I tried many things , but not working.
    Right now I am trying to distribute to single file but my goal is to burst and distribute on basis of account number.
    This is the first stage of the project.
    Thanks a lot for the help
    Anju

    Hello
    see answer in Oracle reports problem in distribution with xml file
    Regards

  • Emsg/signal 11 and REP-3000 problems after tweaking a PDF/XML report

    Hello everyone,
    Just wanted to check if anyone has encountered similar issues?
    We have a custom rdf report installed by our Consultant/VAR, and is called / run from Oracle EBS using the Request Manager. This is an XML report that outputs a PDF file from a template. This report runs without problems.
    We made a very slight tweak to the report's query, but now when we run the report, it reports an error, with the following message in the log file:
    EMSG:was terminated by signal 11
    REP3000 internal error starting oracle toolkit
    When we revert back to the earlier report, it runs without problems, but this new report reports this.
    I am pretty sure the changes made to the report weren't the cause of this issue because the tweaks are very minor AND I remember our Consultant/VAR encountering this issue when they first developed the report. However, they kind of forgot how they solved the issue before.
    Any ideas how to fix this?
    Thanks!
    Derrick

    This is just to close off a post I submitted years ago...in case it might help someone else in the future ...
    Everyone keeps saying to change the display configuration. And actually, they were correct!! We just had to change the s_display.
    In our case, we just set the s_display to :
    :0.0instead of
    hostname:0.0Then, we ran autoconfig for the Apps Tier.
    For some reason or another, this worked.
    This was on Oracle Linux 4, on EBS 11i.

  • Problem with Number of Columns in XML Report

    Hi,
    I am trying to make a XML report with more than 64 columns. When i am trying to load the data into MS Word , it is giving me error saying a table cannot have more than 63 columns. If i reduce the no.of columns , then i am able to create the report.Can any one advise me how to overcome the error.
    Thanks and Regards
    Raj

    >
    Balaram naidu Bankuru wrote:
    > Hello Bhaskaran,
    >
    > I tried that approach as well,but still issue exists.I am using Generic user id for executing Web Dynpro ABAP application in portal via iView.Does it anything do with generic user id.We also observed one more issue where table columns are getting disappeared..
    >
    > Thanks,
    > Balaram
    Hallo Balaram,
    Appearance of the column order we have had this problem and i thought that we have solved by position method. Looks like that we have tried that method and didnt work seems now.
    As far as i know it is nothing to do with Generic user id except that there are no personalization involved.
    Table column disappearing might be a personalization issue.

  • Page number problem  in xml report

    hi all,
    I have created one xml report  for purchase order
    I want to print the page number and po number for each page ,
    to achieve this i have inserted at header section the page number as "1"
    but it is displaying for only 1 and 3rd and 5th pages and so on
    kindly help me on this 
    thanks for all in advance.

    >
    i have inserted at header section the page number as "1"
    >
    why?
    >
    but it is displaying for only 1 and 3rd and 5th pages and so on
    >
    of course
    use
    >
    Page numbering
    Insert page numbers into your final report by using the page numbering methods of your word processing application. For example, if you are using Microsoft Word:
    1. From the Insert menu, select Page Numbers...
    2. Select the Position, Alignment, and Format as desired.

  • XML Report Page Layout Problem

    Dear Members,
    We are working on 11i Version of Oracle Apps.
    Recently I developed an XML Report which has two pages.
    I want Page-1 in Landscape style and Page-2 in Portrait Style.
    I've prepared the RTF template in Landscape and on Page-2 I have selected the portrait option. Therefore now I have page-1 in Landscape and page-2 in Portrait.
    With this style when I am running the report all the landscape pages are displayed first and then portrait pages are displayed after the landscape pages.
    But the expected output is, first page-1 should be displayed in landscape and then immediately page-2 should be displayed in portrait for each record.
    Kindly please assist me in resolving this issue.
    Many thanks in advance.
    Best Regards,
    Arun Reddy D.

    Dear Members,
    We are working on 11i Version of Oracle Apps.
    Recently I developed an XML Report which has two pages.
    I want Page-1 in Landscape style and Page-2 in Portrait Style.
    I've prepared the RTF template in Landscape and on Page-2 I have selected the portrait option. Therefore now I have page-1 in Landscape and page-2 in Portrait.
    With this style when I am running the report all the landscape pages are displayed first and then portrait pages are displayed after the landscape pages.
    But the expected output is, first page-1 should be displayed in landscape and then immediately page-2 should be displayed in portrait for each record.
    Kindly please assist me in resolving this issue.
    Many thanks in advance.
    Best Regards,
    Arun Reddy D.

  • Unable to load the XML Report

    Hi,
    I am using TestStand 3.1. Someone before me has developped a lot of things in our application : specific steps, specific process model, ... . Now this person is not here anymore and I have a test report display problem.
    After an execution, the execution window cannot display the test report and displays the following message :
    "Unable to load the XML Report.
    At line 285 End tag 'NOBR' does not match the start tag 'BR'."
    Also with Internet Explorer, the test report cannot be displayed (and he locates the error at lign 287) .
    Needless to say that I am a poor guy in XML code that's why I am asking you some help.
    But, I opened the .xml with a text editor and that is the part of the code which causes the problem :
    284 </Prop>
    285 <BLOCKQUOTE>
    286 <H5><NOBR>Begin Sequence: MainSequence
    287 <BR>(X:\DATA_Utilisateur\Florian DENEVE\04_GENERIC\GenericTestMainSeq\GenericTestMainSeq.seq)<BR></BR></H5>
    288 <table BORDERCOLOR=#000000 FRAME=BOX RULES=ALL WIDTH=70%><TBODY>
    (please, be careful with the lines numbers, because i don't think that IE and TestStand have the same numbering)
    I don't know if it's a problem of basic TestStand or if it's due to the new process model and modifications realized by my previous colleague.
    Any ideas ?
    Thanks in advance for your help.

    Ok, here they are.
    There is a file called Addons.cfg.sources but I had to rename it to get it to attach
    Attachments:
    Addons.cfg.sources.txt ‏1 KB
    Addons.cfg ‏53 KB
    ResultProcessing.cfg ‏189 KB

  • Error In XML Report

    Hi all,
    We are getting this error while running the an XML Report.
    the concurrent program is ending with compilation with WARNING and
    the DIGNOSTICS of the concurrent program is not showing any XML data with the ERROR "A name was started with an invalid character. Error processing resource " .
    When the log file is checked, it says that 'ONE OR MORE POST PROCESSING FAILED".
    Can any one help us ?

    hi Viral,
    Actually we are using a .rdf file but not the data template...
    And we have changed the .rdf file....
    does it affect the XML output?
    and if it does then what is the solution to this problem?
    Thanks ,
    Sachin

  • Completed Warning in XML Report

    Hi All,
    I am doing XML Report.
    I put page break in the Report.
    I able to see the output in priew in template builder
    when i register the report to oracle applications its giving warning unable to see the output.
    If i remove the page break i am able to see the output in oracle applications also.
    please help to solve the issue
    Thanks in Advance
    Adina

    Hi,
    I am having a similar problem, were you able to find a solution to the problem you reported. Could you please share that info.
    Thanks
    Bindu

  • Need Sequence in XML Report

    Hi
    I am doing XML Report in Oracle Apps.
    For that i need sequence..
    I am able to do sequence, but my problem is for every department the sequence must start with 1..
    Ex.
    Now am getting Values....
    Department 1
    1
    2
    3
    4
    5
    Department 2
    6
    7
    8
    Department 3
    9
    10
    11
    12
    But i want as below
    Department 1
    1
    2
    3
    4
    5
    Department 2
    1
    2
    3
    Department 3
    1
    2
    3
    4
    Please help to solve this issue.....
    Thanks in Advance
    Adina

    Would you care to post the code that you are already using to generate your output and then we may be able to assist with changes to it so that your sequences come out differently.
    We can't just give you an answer based on what you are getting as output and what you want as we don't know your code.

  • Generate XML report using MAX Generate report.vi

    Hi All,
    Caught in simple and wierd problem. I'm using a simle VI called MAX Generate Reoprt.vi to generate an XML report but getting error
    Error code -2147220553
     Error description :Incorrect report file extension provided.
    The image of the block diagram is attached. I'm able to generate HTML reoport from MAX(absolutely no probs).
    Thanks in advance
    Regards
    VDC
    Attachments:
    Error_in_MAX.JPG ‏7 KB

    You must have the correct file extention. Here's what is wirtten in the detailed help of the function:
    output filename specifies the filename of the generated report.
    You must have the correct extension for the type of report to generate (.xml, .htm, .html, or .zip).
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • 'XML Report Publisher' not producing Excel output

    when i run a report from SRS window, selecting output format as EXCEL, output comes out great in EXCEL format(no problem here)
    but when I run ‘XML Report Publisher’ and select the Request ID of the above report and give EXCEL as output format, output is coming in HTML.???
    If I select PDF – comes out properly as PDF
    If I select HTML – comes out properly as HTML
    If I select RTF – comes out properly as RTF
    But only If I select EXCEL – comes out properly as HTML
    Does any one know what is this???
    I badly need the EXCEL output from ‘XML Report Publisher’ because I have developed a template for a seeded process,
    XML Report Publisher is the only way to get the output for these kind of Spawned reports.
    Help will be highly appreciated!!!
    Thanks
    ss

    ANY Updates on this?????
    did any of you run into similar stitutation??
    or
    can any of you try this and see if it is acting the same?

Maybe you are looking for