Bursting Report

Hi,
I read the Chapter 36 on Oracle® Reports Building Reports 10g (9.0.4)B10602-01 about the Bursting and Distributing a Report. However, I want to do something more than that.
My problem description:
Let say I have a report which has 4 records.
1 record is referring to STUMST.STU_ID='1234'
1 record is referring to STUMST.STU_ID='5678'
2 records are referring to STUMST.STU_ID='9101'
I need to "burst" these 4 records into different pages of reports according to the STUMST.STU_ID, in this case it will be 1 report with 3 pages:
1st page of report will display the STUMST.STU_ID='1234' and 1 record.
2nd page of report will display the STUMST.STU_ID='5678' and 1 record.
3rd page of report will display the STUMST.STU_ID='9101' and 2 records.
Any clue or reference I can refer to? Please help.
Regards

hello,
there is a difference between bursting and creating separate pages for each record.
to achieve the latter, you would set the "maximum records per page" of the respective repeating frame to 1, so this would create a separate page for each record
then you would set up bursting to -for example- create separate files for each STU_ID. what you would get is
file 1 - STU_ID=1234 - 1 page
file 2 - STU_ID-5678 - 1 page
file 3 - STU_ID=9101 - 2 pages
thanks,
ph.

Similar Messages

  • Invoking scheduled/bursted reports via HTTP... documentation?

    Hi all - I am looking for documentation regarding the HTTP "API" for BI Publisher Scheduler. There is an HTTP interface for which I can find no documentation. For instance by POSTing a URL such as http://<site>:<port>/xmlpserver/servlet/scheduler?ujobname=DirectDeliveryReport.xdo&d_printerd_p_gname0=direct&show_conf_page=true&d_method0=d_printer0&job_locale=en_US&save_output=off
    ...you can "schedule" a job for immediate execution and output to a printer.
    This is the method of execution for Oracle SIM 13 and is vaguely described in the SIM 13 Implementation Guide but not apparently in the BIP docs. I am wondering:
    a) what is the API for this web interface? What are the parameters?
    b) can this interface be used for bursting reports? If so it would seem to be a much easier way to schedule burst reports when an external scheduling system is required. More straightforward, like a shell script for Oracle Reports, rather than having to write a Java app to call BIP twice, first to get the XML data, second to burst/deliver that data.

    Hi Tim -
    By 'run now' mode via HTTP, are you referring to a direct call to the XDO or a one-time run via the scheduler servlet? I am not looking to set up a repeating schedule via HTTP, simply to kick off a one-time job with an output destination of email or printer. I cannot find any documentation for the one-time scheduled execution through the scheduler via HTTP. I have searched all the 10.1.3.3.3 docs, the blog, and the message boards for some of those parameters being defined in the SIM URL and there's no mention of them.
    SIM may use some internal logic to construct the URL, but by looking at the SIM, Apache, and BIP log I can see what it's doing. It's a series of GETs and POSTs via HTTP. Using this same logic, I have constructed some PL/SQL (http_utl package) to call BIP in the same fashion from a trigger and it works fine. The HTTP interface that SIM is using certainly seems to be fully-fledged; it seems to have parameters that would allow you to define the output format and destination. I just want to know what they are =)
    All I'm trying to do is automate some of the SIM printing by making it trigger-based rather than GUI-based. If the client wants to, say, autoemail instead of autoprint, I would have no idea how to change the URL params to do this. Secondly, if such a URL could specify that bursting, per the XDO, take place, we can use this HTTP method to invoke BIP from an external scheduler which will be easier for us than using web services.
    Thanks in advance,
    -eric

  • Burst Reports-DESKI-BOXI R2 SP2

    Hello All,
    We have some DESKI reports those are scheduled to run on every Tuesday.
    Today these reports are failed for couple of users with the following reason:-
    Status: Failed
    Destination: None
    Start Time: 12 May 2009 12:08:26 o'clock BST
    End Time: 12 May 2009 12:10:18 o'clock BST
    Server Used: MI003MOA08-02.Desktop_IntelligenceJobServer
    Error Message: Connection or SQL sentence error: (DA0005): [Exception: DBD, ORA-12537: TNS:connection closed State: N/A] A connection required to refresh this document is unavailable. (DA0004): [] The following data providers have not been successfully refreshed: LW. (DMA0007): []
    Both of these reports(Failed reports with the above reason) are scheduled to run for all stores, e.g The report is u201Cburstu201D to all stores, only the one attribute u201CStore Nou201D is changed via the scheduler, this report is then seen in the instance manager as 360 separate reports with column u201CRun Byu201D showing as username etc.
    It is during the reports going through the scheduler that our errors are being seen.
    Over the last 6-8 weeks the reports(360) have been a mix of single run and burst reports.
    We have checked the event logs and nothing observed related to these reports.
    I would be greteful if any one of you could please let me know the reason behind this error?
    Many Thanks,
    Madhu

    Hi Madhu,
    Just a thougth i get the feeling everything was running fine
    (for how long since the last major change or set-up?)
    and now this just 'happened' without you changing anything to system...
    Could you be running into time-out issues?
    Has the duration of the refresh/bursting been gradually increasing?
    If so there are several time-out windows to check,
    max database connection time (for deski jobs), max deski job duration time, max deski session time
    All of these could have a window to small to allow the job to finish in a normal fashion.
    And there is off course the max query time in the universe itself, but since your error returns so soon since the start of the query, I'm not expecting a timeout there.
    Hope this helps,
    Marianne

  • Bursting Report Error

    Hi,
    I am using Bursting Report to send attachment as an email.
    Below is the bursting xml file
    <?xml version="1.0" encoding="UTF-8" ?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
    <xapi:request select="/xxxx/LIST_G_ORDER_NUMBER/G_ORDER_NUMBER">
         <!-- Email Setup -->
    <xapi:delivery>
    <xapi:email id="123" server="21.23.25.63" port="25" from="[email protected]" reply-to="[email protected]" >
    <xapi:message id="123" to="[email protected]" attachment="true" subject="xxList " >
    Please find attached the xx List
    </xapi:message>
    </xapi:email>
    <!-- PDF generation for mails -->
         <xapi:document output="xx_Test.xls" output-type="excel" delivery="123">
    <xapi:template type="rtf"
              location="xdo://xx.xxx.en.US/?getSource=true"/>
    </xapi:document>
    </xapi:delivery>
    </xapi:request>
    </xapi:requestset>
    But my program is erroring out, below is the error message
    XML/BI Publisher Version : 5.6.3
    Request ID: 41044810
    All Parameters: Dummy for Data Security=Y:ReportRequestID=41044809:DebugFlag=Y
    Report Req ID: 41044809
    Debug Flag: Y
    Updating request description
    Updated description
    Retrieving XML request information
    Node Name:xxxxxx
    Preparing parameters
    null output xxx/o41044810.out
    inputfilename xxx/o41044809.out
    Data XML Filexxx/o41044809.out
    Set Bursting parameters..
    Temp. Directory:xxx
    [092012_110707069][][STATEMENT] Oracle XML Parser version ::: Oracle XML Developers Kit 10.1.3.5.0 - Production
    [092012_110707088][][STATEMENT] setOAProperties called..
    Bursting propertes.....
    {user-variable:cp:territory=US, user-variable:cp:ReportRequestID=41044809, user-variable:cp:language=en, user-variable:cp:responsibility=20420, user-variable.OA_MEDIA=httpxxx.com:532/OA_MEDIA, burstng-source=EBS, user-variable:cp:DebugFlag=Y, user-variable:cp:parent_request_id=41044809, user-variable:cp:locale=en-US, user-variable:cp:user=xxx-xxx, user-variable:cp:application_short_name=XDO, user-variable:cp:request_id=41044810, user-variable:cp:org_id=101, user-variable:cp:reportdescription=xxxxList Report, user-variable:cp:Dummy for Data Security=Y}
    Start bursting process..
    Bursting process complete..
    Generating Bursting Status Report..
    --Exception
    xxx/092012_110707223/xx_Test.xls (No such file or directory)
    java.io.FileNotFoundException: xxx/092012_110707223/xx_Test.xls (No such file or directory)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:120)
         at java.io.FileInputStream.<init>(FileInputStream.java:79)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.zipOutputFiles(JCP4XDOBurstingEngine.java:523)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:292)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
    Please help!!
    Edited by: NZ on Sep 21, 2012 12:01 AM
    Edited by: NZ on Sep 21, 2012 12:01 AM
    Edited by: NZ on Sep 21, 2012 12:01 AM
    Edited by: NZ on Sep 21, 2012 12:02 AM

    Make sure that the output path is proper. Note that the burst file gets copied to concurrent request output path as well, so you can give that path too, instead of the temp path.
    ZIP duplicate error is due to a bug as explained in patch 9501440. This happens when you have multiple bursted files to be zipped. This should get resolved if you apply patch 9501440.
    Let me know if it works.
    Thanks
    Shree

  • Error on Bursting Report for BI Publisher

    hi all,
    i am getting the following error when i am bursting the report for BI Publisher.
    * Nested Exception (Underlying Cause) ---------------
    oracle.apps.xdo.servlet.scheduler.ProcessingException: java.lang.NullPointerExce
    ption
    at oracle.apps.xdo.servlet.scheduler.XDOJob.runBurstingReport(XDOJob.jav
    a:2116)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:358)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.j
    ava:520)
    Caused by: java.lang.NullPointerException
    at com.sun.java.util.collections.Hashtable.get(Hashtable.java:321)
    at oracle.apps.xdo.batch.bursting.ProcessEnterpriseDocument.processLayou
    t(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.addDocument2Queue(Unkno
    wn Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.createBurstingDocument(
    Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.endDocument(Unknown Sou
    rce)
    at oracle.xml.parser.v2.XMLContentHandler.endDocument(XMLContentHandler.
    java:119)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingP
    arser.java:311)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:263)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingRequest(Unknown
    Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.process(Unknown Source)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.runBurstingReport(XDOJob.jav
    a:2008)
    ... 3 more
    Kindly Help..
    Thanks.

    Thanks alot Guru for u r reply, i am attaching more Details regarding my error.
    In Reporting options i gave
    Reporting folder CCB
    Reporting server:BIPUbliser url
    Reporting password:Admin     
    Reproting userid:Admin
    I already configured Bill Display Algorithm OBLD_CRYS in installation-frame work
    Now i am getting the error the value in the field is not a valid value for the field.
    In Console I am getting the error '
    SYSUSER - 612791-31-1 2011-05-26 11:32:21,709 [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR (schema.rules.BusinessObjectRuleProcessor$Factory) There is more th
    an 1 MO for the service 'CILCSVAP': MaintenanceObject_Id(SA), MaintenanceObject_Id(CM_CONT), using 1st one 'MaintenanceObject_Id(SA)'
    <May 26, 2011 11:32:22 AM IST> <Error> <HTTP> <BEA-101020> <[ServletContext@4736418[app:SPLWeb module:/spl path:/spl spec-version:2.5]] Servlet failed with Exception
    com.splwg.shared.common.ApplicationError: (Server Message)
    Category: 3
    Number: 501
    Call Sequence: ;CIPCSVAP
    Program Name: CIPCSVAP
    Text: You are not allowed access (directly/indirectly) to this account.
    Description: Please contact your security administrator to check your security for this account.
    Table:
    Field:
    at com.splwg.base.support.context.FrameworkSession.addError(FrameworkSession.java:1177)
    at com.splwg.base.support.context.FrameworkSession.addError(FrameworkSession.java:1158)
    at com.splwg.base.support.cobol.CobolSubprogram.populateError(CobolSubprogram.java:142)
    at com.splwg.base.support.cobol.CobolSubprogram.checkForErrors(CobolSubprogram.java:94)
    at com.splwg.base.support.cobol.AbstractCobolProgram$CallCobolClosure.run(AbstractCobolProgram.java:214)
    Truncated. see log file for complete stacktrace

  • Bursting Reports via email with seperate email address for each page

    I have been reading "Oracle® Application Server Reports Services Publishing Reports to the Web" (most specifically chapter 15 Creating Advanced Distributions) trying to figure this out but still having difficulty getting my head around it.
    I am trying to email invoices when applicable. Here is the "perfect world scenario".
    Report is scheduled to run once a day.
    Any qualifying invoices are picked up in the run.
    If there is an email address associated with the record the invoice is sent via email. (email address would be included on report and variable)
    If no email address is associated, the invoice is printed.
    There could/would be several different invoices on a single run.
    Does this mean I have to write dynamically write a distribution.xml file for each run or can I pass the email address as a variable to the distribution.xml?
    (builder version 10.1.2.0.2)
    bump
    Edited by: sdortch on May 21, 2009 9:09 AM

    Hi !
    You're able to use Report-Variables (e.g. from a Group in the Data Model) in the distribution.xml-File to send email to different adresses.
    Just bear in mind that you also need to set the "repeat-on" Property of the relevant layout section and use a "foreach"-Loop in the distribution.xml.
    So, no, no "dynamic" building of xml-Files necessary (though we do it at times...).
    See also "Publishing Reports to the web" for a complete reference on "burst distribution" and the components of the distribution.xml
    I would, however, run the report twice, once for "all email-invoices" with email-distribution file, once for "all invoices w/o email-adress" with (probably) printer-distribution file, as "exception" handling inside a distribution.xml could be a bit awkward...
    Cheers,
    Jens Rettig

  • Bursting report error for BI Publisher

    hi all,
    Following is the error i am getting while bursting a report through the BI Publisher Console Scheduler.
    Please help.
    oracle.apps.xdo.servlet.scheduler.ProcessingException: java.lang.NullPointerException
         at oracle.apps.xdo.servlet.scheduler.toplink.ToplinkDataHandler.insertJob(ToplinkDataHandler.java:830)
         at oracle.apps.xdo.servlet.ui.scheduler.SchedulerServlet.scheduleJob(SchedulerServlet.java:1896)
         at oracle.apps.xdo.servlet.ui.scheduler.SchedulerServlet.doPost(SchedulerServlet.java:293)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:94)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.NullPointerException
         at oracle.apps.xdo.servlet.scheduler.toplink.ToplinkDataHandler.insertJob(ToplinkDataHandler.java:821)
         ... 16 more
    Thanks..

    When we've had toplink errors, we've assumed there's been a disconnect between our scheduler database and BiPublisher.
    Stopping BiPublisher and restarting the app clears these errors for us.

  • How to burst reports in text and XML format using API

    Hi there,
    I need to be able to burst PDF, Excel etc reports and at the same time, generate XML files containing metadata that will accompany the PDF files to their destination. The reason for this, is that the destination requires metadata to class the documents in the content management system.
    My issue is that I just cannot get bursting to XML, text or HTML format right. There is very little documentation available around creating reports in these formats using the API's and perhaps someone who has gotten this right can, once and for all, solve this issue where others can find the solution.
    Alright, here is some sample supporting documentation (For the sake of the question, I have removed the bursting to PDF, Excel etc. formats and I am just focusing on the XML output):
    In my code for bursting, I make use of the following constructor...
    DocumentProcessor dp =
    new DocumentProcessor("ControlFile.xml", "TestData.xml", "temp");
    The ControlFile.xml looks like this...
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    _<xapi:request select="/DATA/LIST_BRANCH/BRANCH">
    ___<xapi:delivery>
    ______<xapi:filesystem id="dst" output="C:\${BRANCH_NAME}.xml"/>
    ___</xapi:delivery>
    ___<xapi:document output-type="text" delivery="dst">
    ______<xapi:template type="xsl-fo" location="Template.xsl"></xapi:template>
    ___</xapi:document>
    _</xapi:request>
    </xapi:requestset>
    The data in my TestData.xml looks like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <DATA>
    ___<LIST_BRANCH>
    ______<BRANCH>
    __________<BRANCH_NAME>BRANCH 1</BRANCH_NAME>
    ______________ OTHER IRRELEVANT DATA
    ______</BRANCH>
    ______<BRANCH>
    __________<BRANCH_NAME>BRANCH 2</BRANCH_NAME>
    ______________ OTHER IRRELEVANT DATA
    ______</BRANCH>
    ___</LIST_BRANCH>
    </DATA>
    In my ControlFile.xml, I reference my XSL file called Template.xsl which should do my transformations into XML. That file looks like:
    <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    __<xsl:output method="xml" indent="yes">
    __<xsl:template match="/">
    ____<METADATA>
    _______<BRANCH>
    ___________<xsl:value-of select="BRANCH_NAME"/>
    _______</BRANCH>
    ____</METADATA>
    __</xsl:template>
    </xsl:stylesheet>
    I have tried about forty variations of the ControlFile.xml and Template.xsl and have had no luck. Among the various error messages that the compiler has reported to me, these are the most common:
    [101507_055953158][][EXCEPTION] Error while generating the Document...
    [101507_055953158][][EXCEPTION] org.xml.sax.SAXException: element metadata is not supported yet.
    [101507_061037084][][EXCEPTION] Error while generating the Document...
    [101507_061037094][][EXCEPTION] oracle.xml.parser.v2.XMLParseException: Start of root element expected.
    I have managed in some cases to get the API code to compile, but the outputs are empty 0kb files.
    I have also exported an XSL-FO file from word, but the output is always PDF even with tweaking.
    I have wasted about 9 hours on this problem and it is driving me mad! If anyone has ideas, tips and/or solutions, they would be very welcome.
    Thanks in advance,
    Andrew

    For anyone interested... here it is!
    Format Setup:
    <TEMPLATE TYPE> DELIMITER_BASED
    <OUTPUT CHARACTER SET> iso-8859-1
    <NEW RECORD CHARACTER>     Carriage Return
    Sequences:
    <DEFINE SEQUENCE> MetaDataSeq
    <RESET AT LEVEL>     BRANCH
    <INCREMENT BASIS> LEVEL
    <END DEFINE SEQUENCE> MetaDataSeq
    Format Data Records:
    <LEVEL> BRANCH
    <MAXIMUM LENGTH><FORMAT><DATA>
    <NEW RECORD> FileHeaderRec
    16_________________Alpha_____‘<REPORT_SUMMARY>’
    22_________________Alpha_____‘<TYPE>1</TYPE>’
    255________________Alpha_____'<NAME>’ || BRANCH_NAME || ‘.pdf</NAME>’
    255________________Alpha_____'<DESC>NON-MOTOR VEHICLE CLAIMS</DESC>’
    10_________________Alpha_____‘<METADATA>’
    255________________Alpha_____‘<CONTROL_AREA>MAIN CONTROL AREA</CONTROL_AREA>’
    255________________Alpha_____‘<BRANCH_CODE>’ || BRANCH_CODE || ‘</BRANCH_CODE>’
    255________________Alpha_____‘<BRANCH_NAME>’ || BRANCH_NAME || ‘</BRANCH_NAME>’
    255________________Alpha_____'<DIVISION_CODE>1</DIVISION_CODE>’
    255________________Alpha_____‘<DIVISION_NAME>PERSONAL</DIVISION_NAME>’
    11_________________Alpha_____‘</METADATA>’
    17_________________Alpha_____‘</REPORT_SUMMARY>’
    <END LEVEL> BRANCH

  • BI Publisher bursting report Output stores in which table

    Hi gurus,
    I need to develop a functionality where in need to cut report output into multiple pieces based on the customer/invoice.
    Like if i generate Pdf output of XML publisher report, then I need to cut again this report as per invoice number related to customer.
    I know that bursting does this part and emails out. Based on the group it will trigger those emails to customer. Here i want to capture all those invoice wise pdf files into any clob custom table, which i will create. But I am not aware whether this files will be stored any else in the server of Oracle applications.
    I want those pdf files need to be stored in to my custom tables else if already stores where can i find that information.
    Regards,
    Nagendra

    For Example
    1. click on Edit.
    2. This brings to a screen where you see templates defined for your report.
    3. On the Right Hand side, one will 'View Thumbnails' and 'View s List'. Click on 'View a List'.  Please make sure Excel output is part of outputs enabled for the template and also is the default output.

  • Issue when Bursting reports via new Precalculation Server

    Hello,
    We are trying to migrate away from our unsupported 720 installation of the SAP Precalculation software to a new Precalculation Server running the latest versions. We’ve overcome a number of issues and we can successfully Broadcast using the new server but we are encountering problems
    with bursting.
    The Bursts have been running successfully on the old 720 server, so we know that the BW side must be fine which suggests the problem is with the Precalculation server. We have been through the Precalculation checklist and the servers appears to have been built successfully. The Precalculation and Business Explorer software has been patched to the latest version and it’s running Excel 2013.
    The main error message we are seeing is “The RPC server is unavailable” HRESULT: 0x800706BA.
    A Screen shot showing the error in RSRD_LOG  is shown in the attached document.
    Below is an extract from the Log of the Precalc server showing this error, just before the RPC Server is unavailable message it states
    Error occured on closing opened workbooks.
    |ZPREC730_1:9/3/2014 2:10:20 PM.777 (0) -> Refresh
    BExAnalyzer.xla!MenuRefreshPrecalc failed 1 time(s | 
    |). BExAnalyzer.xla!MenuRefreshPrecalc failed 1 time(s                                             

    |ZPREC730_1:9/3/2014 2:10:25 PM.785 (0) -> Calling refresh
    BExAnalyzer.xla!MenuRefreshPrecalc       
    |
    |ZPREC730_1:9/3/2014 2:10:25 PM.785 (0) -> Refresh
    BExAnalyzer.xla!MenuRefreshPrecalc failed 2 time(s |

    |). BExAnalyzer.xla!MenuRefreshPrecalc failed 2 time(s                                             

    |ZPREC730_1:9/3/2014 2:10:30 PM.792 (0) -> Calling refresh BExAnalyzer.xla!MenuRefreshPrecalc        |

    |ZPREC730_1:9/3/2014 2:10:30 PM.792 (0) -> Refresh
    BExAnalyzer.xla!MenuRefreshPrecalc failed 3 time(s

    |). BExAnalyzer.xla!MenuRefreshPrecalc failed 3 time(s                                                |

    |ZPREC730_1:9/3/2014 2:10:35 PM.800 (0) -> Calling refresh
    BExAnalyzer.xla!MenuRefreshPrecalc       

    |ZPREC730_1:9/3/2014 2:10:35 PM.800 (0) -> Refresh
    BExAnalyzer.xla!MenuRefreshPrecalc failed 4 time(s |

    |). BExAnalyzer.xla!MenuRefreshPrecalc failed 4 time(s                                             

    |ZPREC730_1:9/3/2014 2:10:40 PM.808 (0) -> Calling refresh
    BExAnalyzer.xla!MenuRefreshPrecalc       

    |ZPREC730_1:9/3/2014 2:10:40 PM.808 (0) -> Refresh BExAnalyzer.xla!MenuRefreshPrecalc
    failed 5 time(s |

    |). BExAnalyzer.xla!MenuRefreshPrecalc failed 5 time(s                                             

    |ZPREC730_1:9/3/2014 2:10:45 PM.815 (0) -> Refresh
    BExAnalyzer.xla!MenuRefreshPrecalc returned with 0 |

    |. BExAnalyzer.xla!MenuRefreshPrecalc returned with 0                                               

    |ZPREC730_1:9/3/2014 2:10:45 PM.815 (0) -> Error occured on closing
    opened workbooks.                |

    |ZPREC730_1:9/3/2014 2:10:45 PM.815 -> An Exception  occured in thread '0':                          |

    |ZPREC730_1:The RPC server is unavailable. (Excepti on from HRESULT:
    0x800706BA)                      |

    |ZPREC730_1:System.Runtime.InteropServices.COMExcep tion (0x800706BA):
    The RPC server is unavailable. |

    |(Exception from HRESULT: 0x800706BA) tion (0x800706BA): The RPC server
    is unavailable.              |
    When this error occurs an error is reported in the Event Viewer on the server
    Faulting application name: EXCEL.EXE, version: 15.0.4535.1507, time stamp: 0x52282875
    Faulting module name: EXCEL.EXE, version: 15.0.4535.1507, time stamp: 0x52282875
    Exception code: 0xc0000005
    Fault offset: 0x005b447e
    Faulting process id: 0x%9
    Faulting application start time: 0x%10
    Faulting application path: %11
    Faulting module path: %12
    Report Id: %13
    We have the latest 730 patches installed on the Precalculation and Business Explorer software. We are running Excel 2013 (32bit) on a Virtual Machine running Windows 2008 R2.
    If you have any suggestions on how to resolve this problem I'd be delighted to hear from you!
    Many thanks,
    Mark

    Hi,
    There is no easy fix for this. Please go through the precalc check list which should solve the issue:
    Checklist for Precalculation Server - SAP NetWeaver Business Warehouse - SCN Wiki
    Regards,
    Michael

  • Bursting report with LOV

    Hi!
    I have to burst some reports, splitted by ID. But this select is very big, and Publisher don't get the result. It's fine when I query it with parameter filter (LOV), but then I can't burst it.
    When I don't use the LOV, then I can't setup the burst... I think that the SPLIT BY dropdown list run the whole select, and it fails, or timeout, or I don't know.
    What can I do?
    Thx,
    Andras

    Hi Tim,
    I got a little bit closer. I can't set the Split by parameter, so I've changed the main select to a simple one, and then I set the split by parameter, and the pasted back the bigger select. (I got a timeout for loadlov)
    I found out, that I can set the parameter to 'All'...
    but when I schedule the report, I got a lot of empy reports. I think that the parameter doesn't filled row by row.. because it all works with 1 value.
    Do I need to put and conditions into the bursting select? The parameter list gives 300 companies, but there are 1200 companies altogether...
    when I scheduled the report setting the parameter to ALL, it started to create 1200 empty files...
    which table shall I use at the bursting select?
    Thanks a lot,
    Andras

  • Not able to burst report referring to Formula Column in XML file.

    Hello all,
    I am using bursting feature to spit single report to multiple pdfs. All is well when I reference column queried from the database in the xml file but I when I give column from Formula column it is doing coredump.
    XML File contents:
    =====================
    <destinations>
    <!-- Generate a file for each warehouse -->
    <foreach>
    <file id="MyFiles" name="/data/reports/pdf/assrt_terr&amp;&lt;file_name&gt;.pdf" format=
    "pdf" instance="this">
    <include src="report"/>
    </file>
    </foreach>
    </destinations>
    =====================
    The "file_name" referenced in the above is a formula column. If it is replace with a column from the query it works fine. Please let me know if anyone knows if it is a limitation or any workaround?
    Thanks in advance,
    Manohar

    If I can have that in the query I would have not done a formula column. And I do know that it works if the column is in the query. I would like to know any workaround to make it work from formula column.
    I have to take data from sub-group of this query, aggregate it and then concatinate with one of the columns grouped - so i had to use formula column.
    Thanks
    Manohar

  • Obiee 11g Publisher Bursting Report error

    Hi
    I am using Obiee 11g (ver. 11.1.1.3.0) and trying to achieve report bursting. I have created Data model and Report. Report is showing result but once I schedule report by bursting to file,
    1. I am getting error (ORA-00923: FROM keyword not found where expected).
    2. where I can get bursting fail log?
    Its urgent.
    Bursting to file SQL Query as below: -
    SELECT     DEPT.DNAME as DNAME KEY, 'Standard' TEMPLATE,
    'RTF' TEMPLATE_FORMAT,
    'en-US' LOCALE,
    'PDF' OUTPUT_FORMAT,
    'FILE' DEL_CHANNEL,
    'E:\BIP' PARAMETER1,
    DEPT.DNAME || '.pdf' PARAMETER2
    FROM     SCOTT.DEPT DEPT

    Change your query to the following and then try it out; this should take care of the ORA error
    SELECT DEPT.DNAME KEY, 'Standard' TEMPLATE,
    'RTF' TEMPLATE_FORMAT,
    'en-US' LOCALE,
    'PDF' OUTPUT_FORMAT,
    'FILE' DEL_CHANNEL,
    'E:\BIP' PARAMETER1,
    DEPT.DNAME || '.pdf' PARAMETER2
    FROM SCOTT.DEPT DEPT
    Thanks,
    Bipuser

  • Error When Batching/Bursting Reports

    I'm getting this error when I batch/burst books and it's causing the server to falter.
    ERROR HRFoundationClient     com.sqribe.transformer.GetMiniContainerBySmartCutCommand.execute: The object "/GoTeam/FY11 Reports/Planning/FY11 Plan Book/Batch Reports/Information Services/All RCs/RC_GSLT/JAMIS Cost Element Detail-RC_GSLT" is not found. It either does not exists, or it may be inaccessible.
    Does anyone know what this error means?

    The message indicates there is a reference to "JAMIS Cost Element Detail-RC_GSLT" which the batch client can't either find (as it's been renamed) or doesn't have enough permissions to see the object.
    Check the batch user permissions to see if they can see the object in question and it's correctly named.
    Cheers, Iain

  • How To Prevent Etext Output from Printing on Email Body on bursted report

    Hi,
    I was hoping somebody can help me out. I have a comma delimited text report that was created for EBS 12.1.1 using an rtf and registered with an output format of E-TEXT Outbound. I need this report emailed as an attachment. I have no problems generating the report and emailing it as an attachment. My problem is that aside from the report being an attachment, the report is also appended in the email body right below my intended email body. The report data can span many, many lines so I only want it attached as a text file and not part of the email body. How do I do this?
    Thanks in advance!
    ====================================================
    EBS version: 12.1.1
    XML Publisher version: 5.6.3
    ====================================================
    Bursting File:
    ====================================================
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
        <xapi:request select="/ROWSET/EMAIL">
            <xapi:delivery>
                <xapi:email server="mail.xxx.net" port="25" from="[email protected]" reply-to="[email protected]">
                    <xapi:message id="123" to="${DEST_EMAIL}" attachment="true" subject="Email Report Testing">
    Hello,
    Thank you,
    To ensure that you're able to receive these messages without delay,
    please add [email protected] to your address book
    and/or spam filtering software.
                    </xapi:message>
                </xapi:email>
            </xapi:delivery>
            <xapi:document output="Email Report Testing" delivery="123">
                <xapi:template type="etext" location="xdo://XXAPP.XXAPP_BURSTR.en.US/?getSource=true" filter="/ROWSET/EMAIL/DEST_EMAIL!=''"></xapi:template>
            </xapi:document>
        </xapi:request>
    </xapi:requestset>====================================================
    Email Sample: (The red text below is the start of the report data that is already in the attachment.
    ====================================================
    Hello,
    Please find the attached data between 05-MAR-11 - 10-MAR-11.
    Thank you,
    To ensure that you're able to receive these messages without delay,
    please add [email protected] to your address book
    and/or spam filtering software.
    <font color="red">SOURCE_CODE,SOURCE_HEADER_NUMBER,INITIAL_PICKUP_DATE,DELIVERY_TYPE,FREIGHT_CODE,SCAC_CODE,PLANT_LOCATION_CODE,PLANT_DESCRIPTION,PLANT_CITY,PLANT_STATE,PLANT_ZIP,PLANT_COUNTRY,CUSTOMER_NUMBER,CUSTOMER_NAME,CUSTOMER_CITY,CUSTOMER_STATE,CUSTOMER_COUNTRY,CUSTOMER_ZIP,SHIPPED_QUANTITY,SRC_REQUESTED_QUANTITY,DET_GROSS_WEIGHT,DEL_GROSS_WEIGHT,SRC_REQUESTED_QUANTITY_UOM,NUMBER_OF_LPN,LLAST_SUN,LAST_SUN
    OE....</font>

    Turn off the viewing option in printer properties.

Maybe you are looking for

  • Soundtrack Pro 2.0.2 Doesn't Open

    STP won't launch at all. I installed everything from FCS2 once, then noticed STP doesn't open (all the other programs work). So, I trashed STP and the preferences and the logs and just reinstalled that from the DVD, then did the software update to ST

  • Getting error while starting Managed server in clustered environment

    Hi All, I created a cluster in weblogic 9.2 and two manged servers under that cluster through WLST scripts. I started Node manager through connecting WLST and now when i am starting the managed servers its giving the following error : wls:/Dist_3/ser

  • I received an error message; We have detected an incompatible display driver.

    I received an error message; We have detected an incompatible display driver. All my display drivers are up to date. How can I find out which display driver is not compatiable? How can I fix this issue?

  • Is this computer outdated or rather in need of service?

    The computer is slow. My model ID is iMac5,2. My processor name is Intel Core 2 Duo. My processor speed is 1.83 GHz. My memory slots have 256 MB of DDR2 SDRAM, 667MHz. My memory is 512 MB. I check Activity Monitor earlier.  It said I had 0 free MB of

  • BOBJ Crystal: White lines between cells

    Hello experts In the Column header, we are required to set the background as maroon color. When we change the background, the field background is changed but there are empty space around the field which is still white and hence not looking good. Is t