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

Similar Messages

  • 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

  • Error in FTP link to publishing target

    Hi ALL ,
    While replicating Product Catalog to Index Server (IMS) im getting following error..
    Error in FTP link to publishing target: 1
    Message no. COM_PCAT_IMS870
    Diagnosis: No link to the FTP server could be established.
    System Response: No connection could be made with the FTP server selected by the publishing computer ID. The replication process is stopped, since the requested transport of documents cannot be executed.
    I dont know where to do these FTP Setting or what to do, can someone guide me how to resolve this error.
    Is it required any dedicat FTP server for this if yes how to configure FTP server to CRM server whether using RFC or some other adapter we can use for this.
    We are using ABAP+JAVA standalone CRM 5.0 
    If possible anybody can send to me the documents by steps.
    Thanks & Regards
    Govinda

    Pictures and other external files are stored in a TREX-maintained directory for publication. The details fort his location are stored with the following transaction, and so made accessable for usage with FTP (from SAP) and HTTP (from the Webshop).
    You may have to customize these settings following (I don't have an english system available here - so the text might be slightly different):
    SAP reference IMG -> Customer Relationship Management -> Master Data -> Productcatalog -> Customizing publication targets for productcatalogs
    Enter a name. The host (Rechnername) is the IP-address of the system that provides the directory. Enter the http-port (and if secured, the user and password) and the directory-name that will provide the data. Test your entry from the browser. eg:
         http://sapsrv08:8080/IMS_DOCS_A5C/
    FTP-Access is done using a RFC-connection. For front-end access use the SAPFTP connection, for server access the SAPFTPA connection. The default FTP-port is 21, but if your system configured another one, supply that one. Supply the FTP-user and the password or leave both fields blank is none is needed. The directory ist he same as for the HTTP above.
    Again: test the entry from your browser:
         ftp://sapsrv08:21/IMS_DOCS_A5C/
    Save your entries and when the tests were successfull, the replication should work.

  • Error While Executing the Asset history report S_ALR_87011990

    Hi,
    I am getting the below error while executing the Asset History Report - S_ALR_87011990
    No data was selected
    Message no. AB064
    Kindly advice me

    Hi,
    Thi may be a authorisation issue. I doubt that it will get recorded in su53 for report executing. Check with basis guy for respective asset class authorization.

  • Error while logging into BI Publisher

    Hello All,
    I get the below error while logging into BI Publisher with the Default credentials
    "oracle.apps.xdo.servlet.resourc eNotFoundException: %s_Reports_Path%/Admin/Security/principals.xml "
    Any inputs on this is highly appreciated.
    Thanks,
    Vasavi

    Hi ,
    Check the following thread
    BI Publisher login fails
    May be the same issue is sloved...
    Thanks,
    Ananth

  • Getting multiple error while refreshing or scheduling WebI report

    Hi BO Admin Experts ,
    Feacing  multiple errors  while refreshing or scheduling webi reports in BI4.0 CMC ,
    Please find the below errors :
    1)report schedule status failed
    2)Parameters : xxxcorp-franklinee; ATOu supply unv
    Error Message : An internal error occured while calling 'ProcessDPcmndsEx' API (Error:ERR_WIS_30270)
    3 ) Format : WebI
    Parameters : 10000000000159270
    Error Message :CORBA error while communicating with the SL service
    Could you please help me on the abive 3 issues for the WebI schedule reports
    Cheers ,
    Pradeep Gorpadu

    Hi,
    While refreshing the WEBI Reports would recommend you check the WEBI PROCESSING Server's last changed date from CMC--> Servers.
    Check when you are refreshing the reports, do you see the time stamp changed of WEBI PROCESSING servers?
    Do you keep getting this error messages for all WEBI reports? Can you re-produce this with simple e-fashion reports as well?
    After that go to the node where WEBI PROCESSING servers installed and check on the event viewer details if you see any relevant error messages.
    Regards,
    Upendra

  • Error while Activating / running Bex queries/reports

    Hello
    I have following ERRORs while activating / running BEx reports/queries.
    1. While Activating BEx reports, I keel getting following ERRORS
    Object directory entry R3TR ELEM E341OIR6G715GUMGN0MRXP3MA does not exist
    Error when activating element BX7FOOKQB4588RROCBTC2YVZN
    BEx transport request 'BIDK901352' is not available or not suitable
    2. While running the BEx report/query in Bex Analyzer, I'm getting ERROR in entering the parameters, its NOT allowing / giving me option to select the parameters, for example for 0COSTCENTER, it is NOT displaying list costcenters to select before I can RUN that particular report.
    3. How can I trouble shoot ERRORs related to BEx and Portal connectivity.
    4. How would I setup the Variants for a Bex query/report ? Are these Variants for per user basis / per report basis. Can I have each variant for particular users OR all users must select their own variant each time when they RUN the report ? 
    Thanks, Sorry I have asked multiple questions, in jst one thread.
    BI

    Goto SE03 -->Search for Objects in Requests/Tasks  option , select the object type and execute it will give all the transports it has collected before ..
    Also you can use transport connection in RSA1 and select the query and find out all the objects in query locked by what request etc ..
    Thanks,
    Ravi

  • Error while generating PDF BI 7 Report Designer

    Hi,
    I am getting this error Error while generating PDF when i tried print version on report designer,
    I tried to find information on this error but there was no information regarding this , so posted here.
    Please let me know if you have any suggestions.
    Thanks,
    Kumar

    We have restated the java server and now the issue solved.
    Kumar

  • Error while running batch in Hyperion Reports

    Has anybody run accross this error while trying to run a batch in Hyperion Reports:
    Unexpected Error creating query to datasource in createCubeViews:
    The book the batch is running is big...

    Have you ever successfully scheduled a batch? Make sure the scheduled batch name does not contain an ampersand "&" symbol or an apostrophe/single tick symbol. Those cause batches to error out for us.
    -Karen

  • Error while Bursting in XML Publisher

    Hi,
    Am getting an error while running XML File System Bursting Program.
    ERROR:
    --Exception
    java.io.FileNotFoundException: /var/tmp/011409_/New_Report.pdf (No such file or directory)
    The Control file looks like this:
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    <xapi:request select="/XXDIS_NEW_REPORT/LIST_G_NEW_DIR">
    <xapi:delivery>
    <xapi:filesystem output = "/usr/tmp/NEW_REPORT/$(C_NAME)"/>
    </xapi:delivery>
    <xapi:document output-type="pdf" delivery="123">
    <xapi:template type="rtf" location="xdo://XXDIS.XXDIS_NEW_REPORT.en.US/?getSource=true" filter="">
    </xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    How do i resolve this error?

    http://garethroberts.blogspot.com/2008/03/bi-publisher-ebs-bursting-101.html
    Regards,
    Gareth

  • Error while opening hierarchy Location Analysis Report in Bex

    Hi All,
    I encounter an error while generating a Bex report Location Analysis report which contains hierarchy for functional location.The infoobject is 0FUNCT_LOC.
    There is a global hierarchy created for this infoobject and within this global hierarchy there are many hierarchies which come from differernt source system around 5 source systems.
    The error i get is "Warning error when writing in the internal buffer."
    Warning presentation hierarchy ZGBL_HIER acts as a dynamic filter".
    ZGBL_HIER is the global hierarchy created.And i have provided this name in the query.
    Please can someone help me with this issue.

    Hi,
    May be it worked in your case How the job names going to affect the execution of the job. The issue is purely because of RFC timeout (As per the logs). I recommend to change the parameter in the configuration tab as recommended by Sunny in the previous thread.
    Regards,
    Raghu

  • Error  while logging in to Financial report studio

    Hi,
    while logging in to Financial report studio i am getting this error
    Could not connect to server : Server name
    please make sure that the server is running as specified in the logon dialog(including port number if not default)
    can any 1 help me in this ??????

    for my response i will make the supposition you are trying to connect to an HFM data source to pull data for your reports, lets call it HFMCLUSTER.
    in order for your reports studio to gain connectivity to the HFMCLUSTER data source, you will need to first install the HFM Client on the same machine, along with the ADM driver for connectivity. After it is installed, register the HFMCLUSTER using the Server and Web Configuration Utility (the only tab that will be available will be the Server/Cluster Registration)
    You then enter the name of one of the servers, or the server, that is being used as the HFM server, the cluster name will then appear. Click the "Enable DCOM" button to the right, hit apply, and you're done.

  • Error while printing (PDF) large BI reports

    Hello,
    We use ADS to print our BI reports from the portal. For small reports (10-20 pages) this works fine, but for very large ones (>100 pages) we get the error "Error while generating PDF" on the screen (after a considerable amount of time). In the defaulttrace, I can see this error:
    Exception thrown: com.sap.ip.bi.base.exception.BIBaseRuntimeException: EXPORT XFA exception when calling the PDF object after 261430 msec
    com.sap.ip.bi.base.exception.BIBaseRuntimeException: EXPORT XFA exception when calling the PDF object after 261430 msec
         at com.sap.ip.bi.export.xfa.impl.Document.writePxxToByte(Document.java:687)
         at com.sap.ip.bi.export.xfa.impl.Document.writePdfToByte(Document.java:709)
         at com.sap.ip.bi.export.xfa.impl.PDFConverter.getBinaryContent(PDFConverter.java:160)
         at com.sap.ip.bi.export.impl.ExportController.getBinaryContent(ExportController.java:863)
         at com.sap.ip.bi.export.controller.ExportResult.getExportResult(ExportResult.java:103)
         at com.sap.ip.bi.export.controller.ExportResult.createExport(ExportResult.java:73)
    I've checked the timeout settings for IRJ services (500 seconds) and the timeout settings for web service clients (900 seconds). This should not be the problem.
    Does anybody have a suggestion as to how to solve this?
    Kind regards, Wilbert

    Some additional information:
    In the defaulttrace, I can see this:
    Service XMLFormService: Native process (PID=15892) E:\usr\sap\PEP\JC00\j2ee\os_libs\adssap\XMLFormService\bin\XMLForm.exe terminated abnormally with error code 128
    Processing exception during a "Render" operation.
    Request start time: Fri Mar 06 10:11:55 CET 2009
    com.adobe.ProcessingException: XMLFM Exception during render: org.omg.CORBA.COMM_FAILURE
    Exception while connecting to <SERVER-IP>:3533
    java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method

  • Authentication error while consuming web service published in SR of CE 7.1

    Hi,
    I am having this error while trying to consume a web service published in local services registry. Authentication level is set as Basic in the web service and in end point. I am receiving this error in security log files.
    Message:Authentication for web service ServicesRegistrySiService, configuration ServicesRegistrySiPort using security policy sap.com/tcesiuddisrws~earServicesRegistrySiServiceServicesRegistrySiPort*ws failed: Login failed.. (See SAP Note 880896 for further info).
    Category: /System/Security/WS/Authentication
    Location: com.sap.engine.services.wssec.authentication.authenticate
    Application: sap.com/tcesiuddisrws~ear
    Thread: HTTP Worker [1]
    Data Source: j2ee\cluster\server0\log\system\security_00.log
    Correlator ID: 33747500000034965
    Argument Objects: 
    Arguments: 
    DSR Component: 
    DSR Transaction: 72b226c009ed11dd9a3e000c29c818ce
    DSR User: 
    Message Code: 
    Session: 4196
    Transaction: 
    User: Guest
    Host: ########
    System: ###
    Instance: J00
    Node: server0
    following is the code in a C# .Net 2.0 from where the service is called.
                CnarService srv = new CnarService();
                NetworkCredential ic = new NetworkCredential("user", "password");
                CredentialCache cache = new CredentialCache();
                srv.UseDefaultCredentials = false;
                srv.PreAuthenticate = true;
                srv.Credentials = ic;
                try
                    srv.Timeout = 600;
                    cnarobject cnObj = srv.GetObject("1");
                    fnameTextBox.Text = cnObj.firstname;
                    lnameTextBox.Text = cnObj.lastname;
                    mnameTextBox.Text = cnObj.middlename;
                catch (WebException wex)
                    MessageBox.Show(wex.Message + wex.Response + wex.StackTrace);
    I tried to find the SAP Note 880896 but note doesn't exists. I am receiving similar error while trying to connect Enterprise Services explorer for .Net
    Please help.
    Regards
    Monty

    Hi,
    maybe you should see the settings for the ServicesRegistrySiService too. Under nwa->SOA.
    I am not sure, but the error seems like not able to use the ServicesRegistrySiPort, which is to be authenticated against.
    It is then used for retrieval of web services and publishing to the registry... i suppose.
    I am not sure though.
    Best regards,
    Vera

  • Errors while submitting the SQL * Plus  Report

    I am getting th efollowing Error while submitting the Concurrent request to run a report.
    FND_CANNOT FIND FILE
    concurrent manager encountered an error while running sql * plus for yours concurrent request
    Please respond ASAP

    Hi,
    Duplicate post see:
    Please advise on the Error immediately
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

Maybe you are looking for

  • Asset value transfer day

    In my asset module, some one change the asset cut over day to be 2010.9.28 and complete AS91, in that case, how to find the list of those legacy assets transfered at cut over day, any table or T-code to check? if asset is transfered at 2010.9.28, in

  • WorkFlow Tutorials with Screen Shot

    HI Experts, Can anyone send WorkFlow Tutorials with Screen Shots??..My email id is <REMOVED BY MODERATOR>.. Full points will be rewarded for this immediate help..Thanks.. Edited by: Alvaro Tejada Galindo on Jun 6, 2008 1:52 PM

  • Photo shop 9 elements and raw images

    having problems with photo shop 9 recognizing my canon D60 raw pictures

  • HT201210 trying to update my phone

    I am trying to update my iphone and I keep recieving an error message telling me there is no connection to my phone's server.

  • Installing Flash CS4

    Hi I have been trying for two months, and in spite of very useful advice from such as this forum, I have had little success. It did load successfully once for about a week, and then I could not access it. In fact I have the sdame problem with all CS3