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

Similar Messages

  • 11g Publisher Bursting tablespace error

    Hi,
    I am getting the following error message when bursting in 11g Publisher 11.1.1.5. The total number of files to burst is 12793 and they are each 122kb. This gives a total of 1524.16602 mb (1.48 gb).
    ORA-01654: unable to extend index DEV_BIPLATFORM.IDX_XMLP_JOB_PJID by 8 in tablespace DEV_BIPLATFORM
    I have increased the size of the tablespace and it is now as follows:
    Tablespace Size (MB) Free (MB) % Free % Used
    DEV_BIPLATFORM 2000 1975.5 99 1
    I have tried to burst a subset of the data and i am still getting the error above.
    Any tips on how to trouble shoot this one?

    bump, getting the same error.

  • Obiee 11g Ibots Bursting

    All: Is it possible to enforce data security filters when a report would need to be delivered to multiple users with individual data visibility? These users will not log in to the OBIEE 11g system and hence the user names (accounts) will not be present under user/groups of WebLogic Console.
    BI Publisher can do the same, but I wanted to confirm if OBIEE 11g's IBOT delivery is really not designed/setup to distribute content with individual data security when the users are not selected from logged in user accounts. In a nutshell, we won't pay license fees for users who receive their data thru Ibots.
    Thanks
    AR

    Short answer: No it isn't.
    Longer answer: No it isn't designed to do that. It's a question of security and handling of sensitive data. OBIEE does an implicit login when personalizing the content of an agent. So you can either go for BIP bursting or as you say pay the license fees.

  • OBIEE 11G help with report design

    Hi,
    I need to design a report in the following format
    Customer Number:
    Customer Name:
    Customer Address:
    Order Detail:
    Line number | Order No | Order description | Order Status
    The order detail will have multiple lines, I have to do this in both Excel and PDF, is it possible to do without Publisher, and just OBIEE 11G? If so please help on how to do it?
    Thanks for your time and help.

    Hi,
    You can have static text or narrative view to achieve the customer details.
    And use the table format for the order details.
    And give reports links where in, you can download to both excel and pdf.
    Hope this resolves.
    Regards
    MuRam

  • 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

  • OBIEE 11g Analysis : Change Report edit link to go Criteria tab instead

    How to change the setting to have the "Edit" to go to criteria tab instead of Results (Compond view)?
    Many time we may need to change the filter from default setting and then run the report or if the filter is setup to be used from a dashboard (using "Prompted") option...then the report attmpts to run the report without values...
    And I have not checked to see if the server cancels the query to the database when the user navigates to the Critetia Page as there is no cancel link...(as it displayed in 10g...)
    FYI, We have just started using OBIEE 11g in a dev environment, we are in the process of configuring the new env to get ready for prod...
    Thanks
    Sundar

    Hi,
    By default, the Action request is sent to results tab. You can modify it by editing the dashboardeditor.js file found in /app/res/b_mozilla/dashboards folder.
    Steps:
    1) Open dashboardeditor.js file.
    2) Search for the function "DUIModifyReport".
    3) Inside the function you will find that ***"&Action=results&Path="****
    4) Change results to criteria. In other words, the changed code will look like
    ****"&Action=criteria&Path="*****
    5) Re-deploy the code and bounce the services.
    -- Remember, this will affect for entire dashboard, and for all users. ---
    If you want to avoid step (5), then manually copy the changed dashboardeditor.js to /user_projects/domains/BIfoundation/servers/bi_server1/tmp/_WL_user/analytics_11.1.1/$RANDOMFOLDERNAME$/war/res/b_mozilla/dashboards and bounce the services.
    Voila - now when you edit the analysis through dashboard, it will take you to the criteria tab, instead of results tab.
    Please award points, if it helps.
    Regards,
    Bharath

  • OBIEE 11g presentation services login error

    Hi All,
    i am new to OBIEE 11g i have installed software and when i tried to login presentation services it is giving following error please help me.
    i stated all services in EM and in services (oracle process manager and node manager also)
    Enter your user id and password.
         Unable to Sign In
    An error occurred during authentication. Try again later or contact your system administrator.
    please help me
    reg,
    jel

    chane the password in weblogic console for weblogic user and try one more time..may be its problem of wrong pwd..

  • Oracle BI Publisher Custom Report Error: emsg:was terminated by signal 6

    Oracle BI Publisher Custom Report throws a strange error. Error log below.
    Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.US7ASCII
    stat_low = 6
    stat_high = 0
    emsg:was terminated by signal 6
    Enter Password:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xf7094b79, pid=11622, tid=4107962048
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_14-b05 mixed mode)
    # Problematic frame:
    # C [librw.so+0x3d0b79] rxrtdn+0x6d
    # An error report file with more information is saved as hs_err_pid11622.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Report Builder: Release 10.1.2.3.0 - Production on Tue Nov 16 11:45:22 2010
    Queries work perfectly fine when ran in the database.
    Can you please help me figure out what the issue is???
    Thanks,
    Kesava
    Edited by: KesavaChunduri on Nov 16, 2010 9:51 AM

    Hi,
    Oracle BI Publisher Custom Report throws a strange error. Error log below.Please mention the version along with the OS.
    Please see if (Diagnosing and Troubleshooting Signal Errors [ID 215601.1]) helps.
    Thanks,
    Hussein

  • Using Lexical Parameters in OBIEE 11g Publisher

    Hello All,
    I want to know if there is a provision to use lexical parameters to be used in 11g Publisher. I know we could do this in 10g Publisher with the use of data template and database package. This is a very useful functionality to dynamically deduce the SELECT and WHERE clauses based on the input parameters.
    For what I have explored, this functionality seems to be missing in 11g.
    Can anybody throw some light on this please?

    Does anyone know about this please?

  • 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.

  • BI Publisher Bursting Submission Error -URGENT

    my code is:
    IF p_code = 'XXBURSTTEST' THEN
    l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOBURSTREP',NULL,NULL,FALSE,p_request_id,'Y');
    END IF;
    this being called from the "after report" trigger one of the times in place of the p_request_id which equals the FND_GLOBAL call, I accidentally placed a number which was greater than the highest number of concurrent request ids. I don't know if there is a way to fix this.
    and im getting this error
    XML Publisher: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XDOBURSTREP module: XML Publisher Report Bursting Program
    Current system time is 23-JUL-2008 11:44:43
    XML/BI Publisher Version : 5.6.3
    --Exception
    For input string: "Y"
    java.lang.NumberFormatException: For input string: "Y"
         at java.lang.NumberFormatException.forInputString(NumberFormatException.java:63)
         at java.lang.Integer.parseInt(Integer.java:481)
         at java.lang.Integer.parseInt(Integer.java:531)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:138)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    There was a bigger problem causing the hash tables to mess up but im still getting this error...
    Message was edited by:
    newsoftDEV

    Hi
    I am also facing the same issue, anybody has any idea?
    Do we need to apply any patch? If you know pls mail me at [email protected]
    XML Publisher: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XDOBURSTREP module: XML Publisher Report Bursting Program
    Current system time is 03-SEP-2008 11:06:57
    XML/BI Publisher Version : 5.6.3
    --Exception
    For input string: "Y"
    java.lang.NumberFormatException: For input string: "Y"
         at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
         at java.lang.Integer.parseInt(Integer.java:447)
         at java.lang.Integer.parseInt(Integer.java:497)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:138)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    ---------------------------------------------------------------------------

  • 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.

  • Obiee 11g RPD consistency check error after upgrade

    Hi,
    got below error in RPD consistency check after upgrading from obiee 10g to obiee 11.1.1.6.
    *ERRORS:
    Business Model Core:
    [38028] Logical column Dim - Contact.Age Range does not have a valid data type.*
    logical column Age=
    CASE WHEN "Core"."Dim - Contact"."Age" < 18 THEN 'A: <18' WHEN "Core"."Dim - Contact"."Age" < 25 THEN 'B: 18-25' WHEN "Core"."Dim - Contact"."Age" < 35 THEN 'C: 25-35' WHEN "Core"."Dim - Contact"."Age" < 45 THEN 'D: 35-45' WHEN "Core"."Dim - Contact"."Age" < 55 THEN 'E: 45-55' WHEN "Core"."Dim - Contact"."Age" < 65 THEN 'F: 55-65' WHEN "Core"."Dim - Contact"."Age" IS NULL THEN 'Unspecified' ELSE 'G: >65' END
    above is formula for logical column "Age" and data type for that is varchar in physical
    few more erros similar to above.
    how can I fix the issue? appreciate for your help.
    Thanks
    Jay.

    HI,
    As I said, Age has valid datatype in physical layer but datatype is showing as "Unknown" in logical layer after upgrade to 11g. many other columns got same issue just for this logical table. I rebuild the logical column mapped to physical sources but it didn't fix the issue.
    I hope you understand the issue.
    Thanks
    Jay.
    Edited by: Jay on Jul 23, 2012 11:02 AM

  • OBIEE 11G and Custom Reports

    I went to a presentation the other day on the new 11G. One of the things they said was that if you have custom reports and custom subject areas, you will have to recreate them after you upgrade. The upgrade is supposed to wipe them out. I'm hoping I misunderstood.
    We keep all of our custom reports and dashboards in a folder in the catalog seperate from the out of the box dashboards.
    We have created new subject areas with our own naming standard seperate from the out of the box subject areas.
    When we upgrade, am I really going to lose all of the work we have already done? Will my dashboards go away? Will my reports disappear? Can I import them back somehow?
    Panic'd in KC,
    B

    Hi,
    But I'm still not sure if my custom reports are going to be upgraded too or if they will get deleted.Reports will not get deleted but some reports may not work properly....Lot of testing is to be done....
    From the blog....
    We cannot expect all the reports to start working out of the box immediately after an upgrade. Good amount of testing is required to make sure all the older queries of the most commonly used reports are working without any major issues. Also, not all the reports would get migrated seamlessly due to the significant changes across the versions which the utility cannot recognize.
    Regards,
    Srikanth

  • OBIEE 11G help with report narrative and table view

    Hi,
    I have a report designed like the below, I have used "narrative view" for customer detail and "table view" for order detail. In the narrative view I can say row = 1 and it picks up the first record of the customer detail, but order detail shows all rows. How can I control it so the order detail shows only the detail record of the customer associated. Also how do I go to the second record and so forth. Please help. If this is not possible and if there are any alternates, please let me know. Thanks for your time and help.
    Customer Number:
    Customer Name:
    Customer Address:
    Order Detail:
    Line number | Order No | Order description | Order Status

    ssk1974 wrote:
    Hi,
    I have a report designed like the below, I have used "narrative view" for customer detail and "table view" for order detail. In the narrative view I can say row = 1 and it picks up the first record of the customer detail, but order detail shows all rows. How can I control it so the order detail shows only the detail record of the customer associated. Also how do I go to the second record and so forth. Please help. If this is not possible and if there are any alternates, please let me know. Thanks for your time and help.
    Customer Number:
    Customer Name:
    Customer Address:
    Order Detail:
    Line number | Order No | Order description | Order StatusWhy don't you do this?
    1) Build a dashboard prompt for Customer Number. and save to a PV.
    2) Build a report with all the columns for customer and order (in Criteria View) with a filter for the PV to capture the dashboard prompt.
    3) Build a pivot table with Customer Number and Customer Name in the Rows section. Put the Customer Address in the Measures section and change the Aggregation Rule to Max.
    This will serve as the summary table showing only the information of the customer selected.
    2) Build Pivot Table:2 with the Order details.
    3) In the Compound Layout, put Pivot table one on the top and Pivot Table:2 below it.
    When a customer is selected, you will have the customer data with the order details under it for that customer only.

Maybe you are looking for