Error is occured while FTPing a BI publisher report

The following Error is occured while FTPing a BI publisher report. The scheduling was running fine for the lase 1 year .But this error is occuring in production schedule of the ftp for the last 2 days.When I do the FTP by 'Run Immediately' manually it works fine.
oracle.apps.xdo.servlet.scheduler.ProcessingException: [ID:4621] Document file to deliver not found : /u01b/obiee/OracleBI/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp7057786.tmp
at oracle.apps.xdo.servlet.scheduler.XDOJob.deliver(XDOJob.java:1131)
at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:478)
at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)

I've also encounter this error since many mounth now and especially when using Excel Template (not RTF Template) with FTP Delivery (Without Busting OR with ScheduleBustringOption=FALSE using BIP Web Service).
I've performed many tests trying to diagnose the cause but I need to redo these test because they was not done corretly. What I think is this is related with the processing of XML DATA with the corresponding Template.
I remember that in most cases I had the folowing conditions to reproduce the problem :
- Report is executed by scheduling it with FTP delivery
- The correponding query did not return data (empty XML structure)
- When execution ends, schedule status is SUCCESS (Data processing ???) but delivery is FAILED due to document not found in BIP temporary directories
- When scheduling the report without using the template (that is XML format output) then all work perfectly without ERROR
So you'll need to perform many test cases to identify cause OR submit bug on Oracle Support.
I think sometimes BIP needs some MINIMAL XML structure for generated data to be able to work without error with template (RTF or EXCEL) which contains special formating like chart for example.
Unfortunatly debugging those are very ........
We solved our problem by modiying the template until error dissapear when no data is returned by the report query (I did not create SR on Oracle Support for this issue)
Here is what I get in BIP log file when using my problematic excel template to reproduce error with a query that return empty dataset :
[051111_123444854][oracle.apps.xdo.common.xml.XSLT10gR1][STATEMENT] Oracle XML Developers Kit 10.1.0.5.0 - Production
[051111_123444857][][STATEMENT] XSLT temporary file *(/PATH_TO_BIP_TEMPORARY/xdo/tmp/cxmluFppViKt81198124878270451623.dat)* is set.
[051111_123445002][][STATEMENT] BOUNDSHEET [Feuil1] start=0xA466
[051111_123445003][][STATEMENT] BOUNDSHEET [Segment Mobile] start=0xA6B0
[051111_123445003][][STATEMENT] BOUNDSHEET [XDO_METADATA] start=0xBB00
[051111_123445003][][STATEMENT] BOUNDSHEET [Tableau croisé] start=0xBCC0
[051111_123445003][][STATEMENT] ===== SHEET start=0xA466 end=0xA6AF=====
[051111_123445004][][STATEMENT] ===== SHEET start=0xA6B0 end=0xBAFF=====
[051111_123445005][][STATEMENT] ===== SHEET start=0xBB00 end=0xBCBF=====
[051111_123445006][][STATEMENT] ===== SHEET start=0xBCC0 end=0xD904=====
*[051111_123445495][][EXCEPTION] java.lang.ArrayIndexOutOfBoundsException*
at java.util.Vector.elementAt(Vector.java:430)
at oracle.apps.xdo.excel.user.biff.RowBlock.getRow(Unknown Source)
at oracle.apps.xdo.excel.user.bimpl.BSheet.getRow(Unknown Source)
at oracle.apps.xdo.template.excel.util.ExcelUtil.getRowInSheet(Unknown Source)
at oracle.apps.xdo.template.excel.render.BookDataWriter.copyCell(Unknown Source)
at oracle.apps.xdo.template.excel.render.BookDataWriter.finishCell(Unknown Source)
at oracle.apps.xdo.template.excel.render.CellHandler.endElement(Unknown Source)
at oracle.apps.xdo.template.excel.render.BookDataParser.endElement(Unknown Source)
at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:210)
at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1295)
at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:292)
at oracle.apps.xdo.template.excel.render.BookDataParser.parserXMLDocument(Unknown Source)
at oracle.apps.xdo.template.excel.ExcelController.processActionLanguage(Unknown Source)
at oracle.apps.xdo.template.excel.ExcelController.process(Unknown Source)
at oracle.apps.xdo.template.ExcelProcessor.process(Unknown Source)
at oracle.apps.xdo.service.excel.ExcelServiceTemplate.embedDataForExcelTemplate(ExcelServiceTemplate.java:718)
at oracle.apps.xdo.service.excel.ExcelServiceTemplate.embedServiceTemplateData(ExcelServiceTemplate.java:737)
at oracle.apps.xdo.servlet.ExcelCoreProcessor.transform(ExcelCoreProcessor.java:49)
at oracle.apps.xdo.servlet.CoreProcessor.processScheduledRequest(CoreProcessor.java:517)
at oracle.apps.xdo.servlet.CoreProcessor.processScheduledRequest(CoreProcessor.java:366)
at oracle.apps.xdo.servlet.CoreProcessor.generateScheduledDocument(CoreProcessor.java:114)
at oracle.apps.xdo.servlet.ReportImpl.renderScheduledJob(ReportImpl.java:357)
at oracle.apps.xdo.servlet.scheduler.XDOJob.generateReport(XDOJob.java:977)
at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:418)
at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
[051111_123445497][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:614] Finished processing the document.
[051111_123445497][][STATEMENT] [ID:614] Time elapsed for report processing : 8205, time from begining : 9423
[051111_123445497][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:614] Document content type : application/vnd.ms-excel
[051111_123445501][oracle.apps.xdo.servlet.scheduler.XDOJob][EXCEPTION] [ID:614] Unexpected exception occurred while the document delivery.
oracle.apps.xdo.servlet.scheduler.ProcessingException: [ID:614] Document file to deliver not found : */PATH_TO_BIP_TEMPORARY/xdo/tmp/xmlp1038692480549035173tmp*
at oracle.apps.xdo.servlet.scheduler.XDOJob.deliver(XDOJob.java:1178)
at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:496)
at org.quartz.core.JobRunShell.run(JobRunShell.java:196)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
The file not found */PATH_TO_BIP_TEMPORARY/xdo/tmp/xmlp1038692480549035173tmp* was created by BIP at the begining of the whole process with some other temporary files within the same temporary directory
I guess at end of process BIP tries to perform some kind of merging with all temporary files created and associated with the corresponding JOBID. May I'm wrong ???
Edited by: Cédric on 11 mai 2011 14:04

Similar Messages

  • An error has occurred while attempting to load crystal report runtime 64

    I am using Crystal Report 2008. Visual Studio 2008 Professional on a SQL Server 2005 X64 SP2
    with .NET 3.5 SP1 beta framework
    This problem happens in X64 environment only. I tried everything I Can find in the web:
    1) run the crredist2008_x64 and X86.msi,  same error
    2) run this command
    cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
    and it said 'Service Unavailable' when accessing the page.
    3) attempting to change target platform to X86 to run on the 64 bit OS. I have the following problems.
    A) the configuration manager only have .NET as the platform. I cannot change it to X86
    B) There is no project
    file (any files ends with .proj) where I can modify manually to change the target platform. (I created website,not project  from VS 2008)
    Running the debug version (Control F5) from VS 2008 has no problem.
    Please help

    What assembly version of the dlls are you using (10.5 or 12.0)?
    If you are using the 10.5 then you would need to run the 64 bit runtime installer for Crystal Reports Basic for VS.NET 2008.
    If you are using the 12.0 then you will need to install the 32 bit runtimes for CR 2008 and change the application to run in x86 only mode.
    Here is the note that covers that (it was written for XI R2, but applies to CR 2008 as well)
    [https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233303330333933303337%7D.do]
    Jason

  • Error while FTP ing BI Publisher Report

    The following Error is occured while FTPing a BI publisher report. The scheduling was running fine for the lase 1 year .But this error is occuring in production schedule of the ftp for the last 2 days.When I do the FTP by 'Run Immediately' manually it works fine.
    oracle.apps.xdo.servlet.scheduler.ProcessingException: [ID:4621] Document file to deliver not found : /u01b/obiee/OracleBI/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp7057786.tmp
         at oracle.apps.xdo.servlet.scheduler.XDOJob.deliver(XDOJob.java:1131)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:478)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)

    Duplicate post.
    Error is occured while FTPing a BI publisher report
    Error is occured while FTPing a BI publisher report
    "BI Publisher" is the appropriate forum for such questions.
    Thanks,
    Hussein

  • An error has occured while publishing "About Us.css"?

    After trying to clean up a bunch of errors around images that just won't publish I'm now getting "an error has occured while publishing "About Us.css".
    Not sure what a .css file is. I assume its an actual page. Any clues as what to do?

    How about if you try to add it on the HA server?
    Which server is master at this time?
    Chris

  • Error publishing a folio: An error has occurred while trying to publish your folio.  We could not start this operation. Please try again later.

    I can't publish a folio into my DPS Professional Account.
    This is the error message:
    An error has occurred while trying to publish your folio.
    We could not start this operation. Please try again later.
    Anyone can help?
    Tks

    Hi,
    It seems there is something wrong with your sign up process, sorry for the inconvenience, this is technical forum, the account issue is out of our range, please follow steps below to contact with azure support, it's a best choice for you.
    Get the support channel at:
    http://www.windowsazure.com/en-us/support/options/
    If you have any other concern, please feel free to let me know.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Sidecar.xml not uploading 'an error has occurred while loading sidecar.xml. Sidecar.xml is invald'

    Hi all,
    If anyone could throw some light as to why im receiving this error it would be hugely appreciated
      'an error has occurred while loading sidecar.xml.
         Sidecar.xml is invalid. Error #1090'
    i've used this method for filling in all the fidly bits and ordering the folios for about a year now and never had any issues with it..  until i was about to publish our issue yesterday.... and of course a problem had to crop up..
    I did update to the latest mandatory folio builder version, i wonder if this is the problem?
    i have tried all the seeminly obvious solutions, logging in an out of the folio builder, resaving teh .xml file , restarting the computer. swearing.. none of them worked.. :S
    Anyways thanks in advance

    For the benefit of others searching for on this issue in the future, the problem was with the sidecar.xml document. One of the tags elements had an extra "<" in it, which resulted in the XML being malformed.
    Neil

  • A communication error has occurred while invoking commands in SharePoint host process

    Hi All,
    I am using Virtual box to connect to Sharepoint 2013 VPC. Due to an unexpected sutdown of my machine the VPC got some issue. Now I restored it using my bak up file. But after this when I deploy my sharepoint 2013 farm solution Iam getting the following error.
    Error occurred in deployment step 'Recycle IIS Application Pool': A communication error has occurred while invoking commands in SharePoint host process: The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature
    session shutdown or an internal server error.
    What could be the issue? Any suggestions ?
    Thanks in advance...
    Regards
    Nimisha
    [email protected]

    Hi Nimisha,
    Seems that the original issue of communication error has been solved, for this new issue, it is recommended that you open a new thread which can make others easier
    to focus on one issue in one single thread.
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • SAP MII 14.0 SP5 Patch 11 - Error has occurred while processing data stream Dynamic Query role is not assigned to the Data Server

    Hello All,
    We are using a two tier architecture.
    Our Corp server calls the refinery server.
    Our CORP MII server uses user id abc_user to connect to the refinery data server.
    The user id abc_user has the SAP_xMII_Dynamic_Query role.
    The data server also has the checkbox for allow dynamic query enabled.
    But we are still getting the following error
    Error has occurred while processing data stream
    Dynamic Query role is not assigned to the Data Server; Use query template
    Once we add the SAP_xMII_Dynamic_Query role to the data server everything works fine. Is this feature by design ?
    Thanks,
    Kiran

    Thanks Anushree !!
    I thought that just adding the role to the user and enabling the dynamic query checkbox on the data server should work.
    But we even needed to add the role to the data server.
    Thanks,
    Kiran

  • Crystal reports 2008 sp3 : An error has occurred while attempting to load t

    Hello,
    Please forgive me for posting in the CR .NET forum because we are using the full Crystal Reports 2008 product and I did not see a category for it.  If there is a better forum for this question, please let me know or feel free to move it.
    We are having trouble deploying our crystal reports 2008 reports to a Windows Server 2008 R2 server in an aspx application...
    I have been working on this issue for 4-days and cannot seem to make any progress, so I would really appreciate your help.
    Our Environment:
    Development Computer (32-bit, WinXP)
      VS2008 (fully updated, was not installed with its Crystal Reports feature)
      Crystal Reports 2008 SP3 (downloaded and installed "cr2008_sp3_fullbuild")
    Database Server (64-bit)
      "SERVER2" is a Microsoft SQL Server 2008 server, fully updated
    Web Server (64-bit)
      "SERVER3" is a Microsoft Server 2008 R2 Web server.
    We have an application that is installed on the Web server and it pulls data from the database server.
    The webpages are accessing the database properly.  There is a ShowReport.aspx webpage that has the
    CrystalReportsViewer on it.  We send parameters and logon information to ShowReport.aspx.  ShowReport
    works properly on our development computer and the report looks good, but it fails on the web server.
    We downloaded CRRuntime_12_3_mlb.msi (X86) from SAP/CR and installed it on the web server without any issues.
    Our application pool on the web server for this application is set to 32-bit mode.  When I launch the
    application, it works properly with the database and displays data on web pages, but when I try to
    view a report on ShowReport, I get the following error message:
    An error has occurred while attempting to load the Crystal Reports runtime.
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) that contains the version of the Crystal Reports runtime (x86, x64, or Itanium)  that is required.
    According to everything that I have read, I have properly matched the DLLs: On the development computer, "cr2008_sp3_fullbuild" was installed; On
    the web server, "CRRuntime_12_3_mlb.msi (X86)" was installed.  They are both Crystal Reports 2008 and not .NET.  CR.NET was not installed on our development computer, so our application was built with full Crystal Reports 2008 SP3.  On our development computer, .ENGINE is 12.0.2000.0 and
    the same version is on the web server.
    So, I am completely at a loss as to why we are encountering this error.  Help, Please!!!
    Thank you in advance,
    Mike

    Hi Mike,
    Did you set your project for X86 mode only? If not do so and rebuild and deploy your app.
    Thank you
    Don

  • A fatal error has occured while updating your device's software

    I have a problem I hope you guys can help me.
    Blackberry Model: 8820
    Device Software version: 4.5.0.55
    Desktop Software version: 4.7.0.37
    Carrier: Singapore Telecom Mobile Pte Ltd(https://www.blackberry.com/Downloads/browseSoftware.do)
    Everytime I start up my desktop software, it would prompt me that there are newer versions for some of the applications in my blackberry such as my browser, brickbreaker etc. So I followed through their instructions to install these updates. When it reached step 3/11, an error would occur while it say it was trying to turn on my radio
    Here's the screenshot of the error:
    [URL=http://img199.imageshack.us/i/errortac.jpg/][IMG]http://img199.imageshack.us/img199/761/errortac.th.jpg[/IMG][/URL]
    But I do observed that @ task 1/11, it switched off my radio. @ task 3/11 it tried to switch back on again. thats when the error occured.
    when I unplugged my device after the error, I saw that my mobile connection was off and my blackberry had to re-connect again. I do admit that my area has pretty bad reception, but that cant be the problem right?
    On top of that, maybe I also like to pop another 2 questions:
    1) Why is it I cant set up my email? I followed the instructions here:
    http://na.blackberry.com/eng/support/blackberry101/setup.jsp#tab_tab_email
    but my setup wizard dont have the option to select "I want to create or add an email address"
    I only gives me the option of the enterprise mail
    2) I tried to browse to to te blackberry website using my blackberry, but its says my device is not supported. Any way to solve this?
    Message Edited by howb21 on 07-09-2009 12:44 AM

    does this help ?
    http://www.blackberry.com/btsc/KB02696
    Unable to complete loading operation. Fatal error occurred when updating handheld
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Im trying to convert a PDF into an excel document and I keep getting an error message that reads "An error has occurred while trying to access the service". WHat am I doing wrong?

    Im trying to convert a PDF into an excel document and I keep getting an error message that reads "An error has occurred while trying to access the service". WHat am I doing wrong?

    it seems my subscription had expired so I signed up again.. It was still having trouble so I repeated the sign up process again.. Then it worked perfectly.. Unfortunately, I think I just subscribed twice and need to cancel one of them. Ugh. Such a pain when I'm trying to get this project completed. I'll be canceling at least one of the subscriptions in the morning. Adobe is not my favorite company right now. None of this was intuitive. And trying to get help was an absolute waste of an hour.
    Regards,
    Nathaniel
    [removed by moderator]

  • Configure Synchronization Connections An error has occurred while accessing the SQL Server database

    Hi,
    i am getting following error message
    Central Administration --> Synchronization Connections
    An error has occurred while accessing the SQL Server database or the SharePoint Server Search service.
    If this is the first time you have seen this message, try again later. If this problem persists, contact your administrator.
    Central Administration -->  Manage Profile Service: User Profile Service Application --> Manage User Properties
    Error
    An unexpected error has occurred.
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: 3bce5a11-f2dc-4788
    Please tell how to fix it.
    iffi

    Event ID 5555 -> i have change the Timer jobs recycling time AM to PM
    for  User profile page not display  number of count in the page first check services , connection , 
    IISRESET /NOFORCE   /  timer services restart 
    Deepesh Yevle MCTS

  • 10.3 OS Upgrade error. An error has occurred while downloading software for your device. Please verify your internet connection or try again later

    HELP ! HELP ! HELP ! "An error has occurred while downloading software for your device. Please verify your internet connection or try again later, if the problem persists." appears while attempting to upgrade or install BlackBerry Device Software. upgrading my Z10 OS to 10.3 on both (link & web). but facing same problem again and again. plz help. internet speed is 1mbps and working fine.

    I suggest you try the very clean and very forceful AutoLoader method:
    http://supportforums.blackberry.com/t5/BlackBerry-10-OS-Device-Software/Upgrading-OS10-devices-using...
    Beware that it is completely destructive...the device will be "like new"...no data, no apps, no accounts, etc. Be sure you take a full backup first, as well as make full manual documentation of all apps, accounts, configurations, etc. Sometimes a restore reintroduces the very corruption one is trying to eliminate, and manual reconfiguration is necessary.
    You can also use this to fall back to a prior OS if you desire...you can install any OS level for which you can find an AutoLoader. (Hint...search over on the CB site!)
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • An error has occurred while accessing SQL database or system resources. If this is the first time you have seen this message, please try again later. If this problem persists, please contact your administrator.

    I have SP Server 2010, and when I try to DELETE a rule within an existing Audience, "Property (Account Name) = domain/username", I get this error, "An error has occurred while accessing SQL database or system resources. If this
    is the first time you have seen this message, please try again later. If this
    problem persists, please contact your administrator."  When I try to "MODIFY" the rule I get this error, "One or more values typed on this page are not valid. Check the text for the indicated fields." 
    The last time I checked it was working, I'm not aware of any new updates installed recently?  I did a full Profile Synchronization as well, but still not working, please advise? -- Evenstarline

    Hi Sara,
    First of all thank you very much for your prompt responses. Here are my comments to each of your suggestions below, and just to let you know I am using a Farm Admin account.  I
    was able to do this way after we upgraded from SP 2007 to SP 2010 as well.   I would like to mention I'm not a SP expert, just been given the responsibility due to another person handling it just left, so apologize with some of
    my novice questions below?
    1. When I change the Operators to "Contains" or "Not Contains" get generates this error below.
         Error generating in red towards top of the audience page..."One or more values typed on this page are not valid.  Check the text for the indicated fields."
         Error occurred where you enter your "Value"..."Could not resolve the user identity. Please re-enter the account name."
    2. We have a 3-server-tier topology (SPWeb, SPDB, and SPFarm).  Does the updates only apply to where the Central Admin is installed, which is the "SPFarm"?  I checked all
    3 servers, and NONE of the updates (KB2899494, KB2889845, and KB2883055) you'd mentioned are installed.
    3. I'm new to IISRET, I need to be extra cautious of what I run in production, is this safe to run with no problem?  What does it do?  And How do I run it?
    4. I'm also new to viewing the ULS log.  I'd just downloaded a viewer for it.  I'm assuming the only logs I need to be concern with viewing are within the SPAdmin (where Central
    Admin is installed)?  There's so many of them, what should I be looking for exactly?
    Evenstarline 

  • A critical program error has occured while opening workbook

    Dear friends,
    A critical error has occured while opening workbook. The issue is that the same workbook is opening in some one machine but not in others.The following Dialog box is poping out when tried to open workbook:
    "A critical program error has occured.The Program will now terminate.Please refer to trace for further information."
    However,i  did the full updation of service pack3 of MS Excel 2003 on my machine and the same version as on that particular machine(on which workbook is opening). The problem is still there.Please provide some solution.
    Thankx a lot in advance!!!
    regards,
    Sandeep Singla

    The machine where the workbook is opening has a GUI :-
    Release : "710 Final Release"
    File Version : 7100.2.7.1038
    Build : 967944
    Patch Level : 7
    and the machine where the critical program error is coming has a GUI :-
    Release : "710 Final Release"
    File Version : 7100.2.8.1039
    Build : 983952
    Patch Level : 8
    The Excel 2003 are similar in both the machines as the service pack3 has been installed in the machine where workbook was not opening.
    Any help will be appreciated.
    Thanks and Regards,
    Sandeep Singla

Maybe you are looking for