Ordering messed up when generating Report as Delimited on Server

Hi folks,
Not sure if anyone else might have observed or faced this issue but thought I'd give it a try. I have an Oracle Report (Version 6i) and the output generated should be a tab delimited text file so the user can view the output in Excel. The Report output is sorted by Name. When I run the Report locally (Client) by doing File -> Generate to File -> Delimited (Delimiter Option: Tab), the Report works fine. The ordering is correct. However, when I am running it off the server (Using the option DELIMITED for the DESFORMAT), the ordering seems messed up. The ordering is maintained for quite a few rows and then a Name (out of order appears). Note that this record also appears in the correct place as well as above the place where its expected to be ... Here is an example:
Name                     ID     BIRTH DATE
==========================================
ALLAN, BRIAN             1001   1970/12/31
ALLAN, SUSAN             2001   1968/01/01
FRANCIS, JOHN            5001   1965/02/01
BROWN, EDWARD            3001   1978/01/02
BROWN, JENNY             4001   1976/04/01
FRANCIS, JOHN            5001   1965/02/01
GRAHAM, DALE             6001   1980/10/10As you can see that FRANCIS, JOHN is appearing out of order and in order (Twice). This is not happening when I run it on the Client. Any ideas what may be causing this? I realize I don't have much information out here as I myself am at my wits end.
Thanks
Edited by: Roxyrollers on Jan 4, 2013 2:15 PM

Hello,
I you have access to Metalink (http://metalink.oracle.com), you can take a look to the notes:
Note.278044.1 How to Debug REP-1401 when executing Reports with Barcode java code
Note.382952.1 RDF to Debug REP-1401 when using Oraclebarcode.jar
Note 252691.1 REP-1401: 'CF_1Formula ': Fatal PL/SQL error occurred - ORA-
06502: PL/SQL: numeric or value error when running the example "Building a Report with a Barcode"
Note 271807.1 Report With Barcode Bean Is Causing REP-69, REP-57054, REP-1401 and ORA-39565:
Regards

Similar Messages

  • FileNotFoundException, IOException when generating reports

    Dear all,
    My project is about basic CRUD operations and generate reports. When running on the Intergrated Weblogic Server (JDeveloper 11.1.1.2 version), everything's fine. But when deployed to the standalone Weblogic server, I get this error when generate the reports:
    * java.io.FileNotFoundException: null\ImportExportBillTmp.rtf ( The system can not find the path specified)
    IOException when generating report java.io.FileNotFoundException: null\ImportExportBillTmp.rtf ( The system can not find the path specified).
    I think this error has some relate to the weblogic configuration but do not have any clue where to start. Please share any suggestion you have.
    =============================================================
    I find the problems:
    * session.getServletContext().getRealPath("/reporttemplates") return null ; when it expected to return the real path of reporttemplates folder.
    But the solution is still not found.
    Thanks.
    Edited by: 927881 on Aug 22, 2012 9:07 PM

    Found the solution, it's not in the code. It's in the config of my web server.
    For me it's Weblogic 10.3, you go to Home - <your domain> - Configuration - Web Application, set Archived Real Path Enabled to true. Restart server and everything works fine.
    Hope this help anyone has the same problems like me.

  • Getting page no. when generating report in  XML format

    hi all,
    could any one tell me. How to get page no's in XML reporting.
    Is there any facility to assign physical page no. to an other variable?
    regards,
    Vasu

    Hi Kishore,
    I have a report (D2K) of 10 pages. Normally for getting page no.s on report, we will have a field and we will assign source as physical page no. But if give like this, i am not getting page no.s when i am generating report format as XML.
    regards,
    vasu

  • Error when generating report in exe built from LV8.6

    Hi all,
    Using LV8.6 and report generation toolkit 1.1.3 i have one application in that i am generating report in 'word' and 'exel'. I have built that application as a EXE. in that exe i am unable to generate report. i am getting following error:
    Possible reason(s):
    LabVIEW: File not found. The file might have been moved or deleted, or the file path might be incorrectly formatted for the operating system. For example, use \ as path separators on Windows, : on Mac OS, and / on Linux. Verify that the path is correct using the command prompt or file explorer.
    =========================
    NI-488: Nonexistent GPIB interface.
    Complete call chain:
      Get LV Class Default Value.vi
      NI_report.lvclass:New Report.vi
      Conditionally Formatted Word Table.vi
      r.vi
    Regards,
    Santhosh M

    yes i have includeed all the class and dependents but still it is giving problem i will send my code pls build the exe and run it, thentel about that...
    Regards,
    Santhosh M
    Attachments:
    Test.zip ‏11 KB

  • Reports Services getting down when running reports using in process server

    Hi,
    I have applied patchset 3829014 (Containers for J2EE: Patchset PLACE HOLDER FOR OC4J STANDALONE RELEASE 9.0.4.1)
    to fix the Bug No. 2670561 CPU usage becomes 100% when there is a new HTTP connection
    request in the queue.
    Now after reploying the *.ear file and restarting OC4J_BI_FORMS services from Enterprise Manager and starting the Reports Services if I want to run the reports from the application contained in the ear file, I find the Reports Services is down and the browser throws a 500 - Internal Server Error.
    In the ipm.log file in Oracle_home\opmn\logs I find the following lines:
    05/01/08 17:15:55 [4] Process Alive: OC4J~OC4J_BI_Forms~default_island~1 (1162281586:636)
    05/01/08 17:17:32 [2] [libopmnoc4j] AJP13: Receiving response code: 500 while configured success code is: 200
    05/01/08 17:17:32 [2] [libopmnoc4j] Ping URL for proc: 1162281586 failed while pinging url:/reports/rwservlet/pingserver?start=auto
    05/01/08 17:17:32 [4] [libopmnoc4j] Process Ping Failed: OC4J~OC4J_BI_Forms~default_island~1 (1162281586:636)
    I can't get from where the response code of 500 is coming.
    I have consulted the Doc Id 261867.1 in Metalink and has tuned the opmn.xml file as suggested there but of no use.
    Urgent help in this regard is needed where I went wrong as my production Application Server has become inoperative.
    Thanks
    Nilay

    The ear file contains the front end application from where the reports are called. I have created a new J2EE instance and deployed the application in the form of ear file there.
    After tuning the opmn.xml file following Metalink Doc. Id 261867.1 adding a value of pingtimeout, I found the OC4J_BI_FORMS was not shutting down the inprocess reports server and I was unable to generate reports by giving values from URL. But when I deploy the ear file in the newly created J2EE instance, the OC4J_BI_FORMS is shutting down . Now when I try to start the infrastructure components the OC4J_SEcurity is showing Database dependancy failed although OID and HTTP server components are up.

  • Parameter values getting lost when generating report to .pdf

    Report Builder 6.0.8.26.0
    I have a report which accepts 3 parameter, :v_id, :a, :b, :v_id is numeric, other char.
    I display them on the report and use them in the query. When I run the report, everything is ok in the previewer and when I print a hard copy.
    When I select generate -> pdf, the :a & :b parameters do not display on the report and the queries run the same as if I set :a & :b to a null value.
    Anybody seen this and have anykind of fix. I know I can generate the script for the query and then use and external query & might have to, but I was trying to find something else.

    Hi Chris
    I suggest you apply Reports and Forms Integrated patch on your setup. You can download the patch from metalink site.
    Thanks
    Rohit

  • Crashed when generating report to a file.

    I'm using Oracle 9i/Oracle Form 6i/Oracle Reports 6i.
    When I run my report from my forms, I can preview it and print it fine. However, when I try to select anything from "generate to file" menu, the report will crash. My form and report works as the following:
    The form stores some account number as a string of values. Then, the report read the strings and using a function to seperate it and store in the user parameters in the report. The sql will then read each account number and search for the records in the database.
    I don't have problems to generate the pdf when I have less than 60 records. However, if the selected records is more than that, the report will crash when I use the option to "generate to file". Does anyone know why is this happening? Is there a limit on setting how much parameter on the reports?

    Hello, Does the report looks ok when you run it in the Previewer?
    -Marilyn

  • Database error when generating reports.

    When I try to generate a report I get this error message:
    A​ ​d​a​t​a​b​a​s​e​ ​e​r​r​o​r​ ​o​c​c​u​r​e​d​.​ ​T​h​e​ ​d​a​t​a​b​a​s​e​ ​e​r​r​o​r​ ​t​e​x​t​ ​i​s​:​ ​(​C​S​)​ ​"​D​B​D​r​i​v​e​r​ ​f​a​i​l​e​d​ ​t​o​ ​l​o​a​d​ ​:​ ​/​o​p​t​/​n​o​v​e​l​l​/​z​e​n​w​o​r​k​s​/​s​h​a​r​e​/​b​o​e​/​b​o​b​j​e ​/​e​n​t​e​r​p​r​i​s​e​1​2​0​/​l​i​n​u​x​_​x​8​6​/​d​a​t​a​A​c​c​e​s​s​/ ​R​D​B​M​S​/​c​o​n​n​e​c​t​i​o​n​S​e​r​v​e​r​/​l​i​b​d​b​d​_​o​c​i​1​1​. ​s​o​ ​(​l​i​b​c​l​n​t​s​h​.​s​o​.​1​1​.​1​:​ ​c​a​n​n​o​t​ ​o​p​e​n​ ​s​h​a​r​e​d​ ​o​b​j​e​c​t​ ​f​i​l​e​:​ ​N​o​ ​s​u​c​h​ ​f​i​l​e​ ​o​r​ ​d​i​r​e​c​t​o​r​y​)​"​ ​.​ ​(​W​I​S​ ​1​0​9​0​1​)
    Our reporting server runs sles 11 and the zenworks database run on Oracle 10.
    I have read TID 7004585 and checked the rights according to the Resolution.
    John Hallberg
    Jonkoping University

    When I try to generate a report I get this error message:
    A​ ​d​a​t​a​b​a​s​e​ ​e​r​r​o​r​
    ​o​c​c​u​r​e​d​.​ ​T​h​e​
    ​d​a​t​a​b​a​s​e​ ​e​r​r​o​r​
    ​t​e​x​t​ ​i​s​:​ ​(​C​S​)​
    ​"​D​B​D​r​i​v​e​r​ ​f​a​i​l​e​d​
    ​t​o​ ​l​o​a​d​ ​:​
    ​/​o​p​t​/​n​o​v​e​l​l​/​z​e​n​w​o​r​k
    ​s​/​s​h​a​r​e​/​b​o​e​/​b​o​b​j​e
    ​/​e​n​t​e​r​p​r​i​s​e​1​2 0​/​l​i​n​u
    ​x​_​x​8​6​/​d​a​t​a​A​c​c​e​s​s​/
    ​R​D​B​M​S​/​c​o​n​n​e​c​t​i​o​n​S​e r
    ​v​e​r​/​l​i​b​d​b​d​_​o​c​i​1​1 .
    ​s​o​
    ​(​l​i​b​c​l​n​t​s​h​.​s o​.​1​1​.​1​:
    ​ ​c​a​n​n​o​t​ ​o​p​e​n​
    ​s​h​a​r​e​d​ ​o​b​j​e​c​t​
    ​f​i​l​e​:​ ​N​o​ ​s​u​c​h​ ​f​i​l​e​
    ​o​r​ ​d​i​r​e​c​t​o​r​y​)​"​ ​.​
    ​(​W​I​S​ ​1​0​9​0​1​)
    Our reporting server runs sles 11 and the zenworks database run on Oracle
    10.
    I have read TID 7004585 and checked the rights according to the Resolution.
    John Hallberg
    Jonkoping University
    >>> On 2010-08-17 at 22:30, in message
    <[email protected]>, Automatic
    Reply<[email protected]> wrote:
    > hajo68,
    >
    > It appears that in the past few days you have not received a response to
    > your
    > posting. That concerns us, and has triggered this automated reply.
    >
    > Has your problem been resolved? If not, you might try one of the following
    > options:
    >
    > ‑ Visit http://support.novell.com and search the knowledgebase and/or
    check
    > all
    > the other self support options and support programs available.
    > ‑ You could also try posting your message again. Make sure it is posted
    in
    > the
    > correct newsgroup. (http://forums.novell.com)
    >
    > Be sure to read the forum FAQ about what to expect in the way of
    responses:
    >
    > http://forums.novell.com/faq.php
    >
    > If this is a reply to a duplicate posting, please ignore and accept our
    > apologies
    > and rest assured we will issue a stern reprimand to our posting bot.
    >
    > Good luck!
    >
    > Your Novell Product Support Forums Team
    > http://support.novell.com/forums/

  • Commitment item group not displayed as level node when generate report FM

    Hi all,
    We created commitment item group or funds centre group through tcode i.e FM_SETS_FIPEX1. We create group with lower node such as hierarchy.
    However when we generate the standard report with the commitment item group or funds centre group, we find no hierarchies as commitment item/funds centre group figure. Just flat, no hierarchies, no level node.
    How to make it displayed as commitment item/fundcentre group ?
    It maintained on drilldown report or something else?
    Dewi

    Dewi,
    For report painter reports you can create groups using transaction FMRP_CI_SET_HIER - Create Group Hierarchy from Master Data Hierarchy or create sets using GS01, with them you can view the reports with the master data hierarchy.
    Regards
    César

  • LMS3.2/Campus5.2.1/UT: device selector empty when generate reports

    Hi,
    Customer has LMS 3.2 on windows. He has an issue on UT when he wants to generete a report, device selector is empty.
    User Tracking -> Reports -> Report Generator:
          * Application : Switch Port Report
          * Report : Reclaim Unused Down
    He has the same issue (device selector empty) with :
    - Campus Manager >> Configuration >> VLAN Configuration
    - Campus Manager >> Reports >> Report Generator >> Switch Port Report + Switch Port Summary
    - Campus Manager >> Visualization >> RMON Configuration
    I didn't find bug in BugID Lookup Tool.
    Which logs could give me information for this issue ?
    Many thanks

    This sounds like a problem with Object Grouping Services where Campus OGS is not able to communicate with CMF OGS.
    The shortest solution might be to just restart LMS, wait 15 minutes and then check again.
    If that does not help,
    1) Enable OGS debugging for both Campus and CMF
    NMSROOT = C:\progra~1\CSCOpx or /opt/CSCOpx (unix)
    NMSROOT/MDC/tomcat/webapps/cwhp/WEB-INF/classes/log4j-ogs.properties
    NMSROOT/MDC/tomcat/webapps/campus/WEB-INF/classes/log4j-ogs.properties
    Change ALL instances of FATAL, ERROR, WARN, and INFO to DEBUG.
    (might want to back these files up first, you will want to change them back when finished)
    2) Restart LMS (wait 5 mins betweens stop/start)
    windows
    > net stop crmdmgtd
    > net start crmdmgtd
    unix
    # /etc/init.d/dmgtd stop
    # /etc/init.d/dmgtd start
    3) Reproduce the problem
    4) Collect Log files in
    C:\progra~1\CSCOpx\log or /var/adm/CSCOpx/log (unix)
    CampusOGSClient.log
    CampusOGSServer.log
    CMFOGSClient.log
    CMFOGSServer.log  
    5) Open a case with TAC
    Good luck
    Tom

  • High CPU when generating report

    I'm running Zen 6.5 sp2 on Netware 6.5 sp7, and have C1 locally installed to my XP sp3 workstation. I have set up ODBC and successfully tested my connection.
    I can get results from an inventory query with no problem, but when I try to generate one of the canned software reports and search for 1 piece of software, my C1 starts using a ton of memory and the CPU on my server jumps to 97-100% and stays there. After about 4 minutes, no results in my report, so I killed C1 and everything went back to normal. We only have about 300 workstations in inventory. Aside from the reporting problem, inventory seems to be running just fine. Any ideas what might be causing this? Thanks.

    zenking,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Connection failure error when generating Report model from datasource

    Hii all,
    I am getting error below when i am generating a Report Model from datasource from Report Manager ..
    Please help me why this error coming .. iam regenerating a Report Model but still error coming..
    Dilip Patil..

    Thanks for reply ..
    i got this at the end 
    semanticmodelgenerator!ReportServer_0-3!ab4!03/24/2015-18:31:22:: w WARN: Semantic Model Generator: MsSqlModelGenerator
    Warning Entity G38e91286-1910-4420-8afc-9858114a05a7 One of the IdentifyingAttributes.AttributeReference.AttributeID properties of the Entity "ALL DEPARTMENT GROWTH PROGRESS" references the Attribute "RID", which is a hidden Attribute. This
    property should reference a non-hidden Attribute.
    semanticmodelgenerator!ReportServer_0-3!ab4!03/24/2015-18:31:22:: w WARN: Semantic Model Generator: MsSqlModelGenerator
    Warning Entity G38e91286-1910-4420-8afc-9858114a05a7 One of the DefaultDetailAttributes.AttributeReference.AttributeID properties of the Entity "ALL DEPARTMENT GROWTH PROGRESS" references the Attribute "RID", which is a hidden Attribute.
    This property should reference a non-hidden Attribute.
    semanticmodelgenerator!ReportServer_0-3!ab4!03/24/2015-18:31:22:: w WARN: Semantic Model Generator: MsSqlModelGenerator
    Warning Entity G78dcea25-930f-4b1f-a80f-95afdef6136a One of the IdentifyingAttributes.AttributeReference.AttributeID properties of the Entity "FILE STAGE LOG" references the Attribute "FILE STAGE LOG ID", which is a hidden Attribute. This
    property should reference a non-hidden Attribute.
    semanticmodelgenerator!ReportServer_0-3!ab4!03/24/2015-18:31:22:: w WARN: Semantic Model Generator: MsSqlModelGenerator
    Warning Entity G78dcea25-930f-4b1f-a80f-95afdef6136a One of the DefaultDetailAttributes.AttributeReference.AttributeID properties of the Entity "FILE STAGE LOG" references the Attribute "FILE STAGE LOG ID", which is a hidden Attribute. This
    property should reference a non-hidden Attribute.
    semanticmodelgenerator!ReportServer_0-3!ab4!03/24/2015-18:31:22:: w WARN: Semantic Model Generator: MsSqlModelGenerator
    Warning Entity Ge9aa23a3-9a03-41e7-a233-86a71c7bc2da One of the IdentifyingAttributes.AttributeReference.AttributeID properties of the Entity "UPLOAD DOCUMENT UID" references the Attribute "UPLOAD DOC UID", which is a hidden Attribute. This
    property should reference a non-hidden Attribute.
    semanticmodelgenerator!ReportServer_0-3!ab4!03/24/2015-18:31:22:: w WARN: Semantic Model Generator: MsSqlModelGenerator
    Warning Entity Ge9aa23a3-9a03-41e7-a233-86a71c7bc2da One of the DefaultDetailAttributes.AttributeReference.AttributeID properties of the Entity "UPLOAD DOCUMENT UID" references the Attribute "UPLOAD DOC UID", which is a hidden Attribute.
    This property should reference a non-hidden Attribute.
    dont understand where it referncing the attributes
    Dilip Patil..

  • FRM-41213 : Error raised by a form when launching report on the same server

    Hello !
    I get this error FRM-41213 when launching a report via rp2rro.rp2rro_run_product.
    I don't want to set the report server in a var or property into a library or a form cause my app is to be sent to customers who will not have the sources files.
    This app is a migration from an app 10g to 11g.
    In 10g whe hadn't to set the ReportServerURL ... But in 11g it can't be ok if we don't set the server URL (with the URL it's ok)
    The 11g Report server is running on port 9002, and the form server on port 9001 on the same machine. But the two server are accessible by an ohs on port 8888.
    What the f**k ?
    :)

    Hi
    I don't run my reports using rp2rro.rp2rro_run_product but in both 10g and in 11g have always needed to specify the name of the report server.
    We have used different methods for different clients/customers. At times we have stored this name in a table in the application, other times in a pre-defined file on the server which we read using text_io.
    HTH
    Tony

  • 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

  • ORA-44356 when running report from Oracle Application Server 10g

    All,
    We have some reports that we developed using Reports Builder 10g. We use a few program units that run with every record that use the exec_sql package to run dynamic sql in a remote database. Everything runs fine when we test the reports in Reports Builder. After we compile the reports into the .rep format and place them on our Oracle Application Server 10g portal instance, we are running into the subject error when we try to run the report from the website. From the research that I've done, it seems that this error has to do with the use of exec_sql, but there is not too much info on the web regarding this error number. Running a trace when running the report in Reports Builder doesn't show any errors, and to further complicate things, this error only occurs on some reports...others that use the exec_sql package work fine.
    Does anyone have any ideas as to why this might be happening?
    Thanks for your help,
    Tom

    Nothing is different between the reports in the exec_sql section. The strange part is that the reports will bomb out seemingly at random, at different times, and during the execution of different program units. I was able to find a work-around using DB Links, but I'd rather not use the DB Link if I can avoid it.

Maybe you are looking for