Reports Error - REP-0110 Rep-1070

Dear All,
When i try to open Report,
REP-0110 Rep-1070
error is showing.
Pl send the solution of open the reports.
Thanks
Regards,
Raghavan

1 Please always write complete English words as opposed to IM-speak as 'Plz'. We are not teenagers.
2 Do not dump all error messgaes in the Database General forum. This is an Oracle Reports message and does not belong in this forum.
3 All error messages can be looked up in the online documentation.
This error message is self-explanatory.
Sybrand Bakker
Senior Oracle DBA

Similar Messages

  • Parameter Form not calling the Main report - Gives REP-0110, REP-1070, REP-0110 error

    I am using run_report_object to call a report in which the user has to input some paramters. I have followed the instructions as in the Oracle White paper document on Forms/Reports integration.
    The paramter report does come up but when I hit the submit button, I get an error
    REP-0110: Unable to open file 'rclug005'.
    REP-1070: Error while opening or saving a document.
    REP-0110: Unable to open file 'rclug005
    I've checked the privileges and everything's fine on that front. Also, I can get to open the report with the web.show document built-in with paramform setting = No.
    I am guessing something's wrong with the html constructed in the parameter form which is,
    <form method=post action="http://myserver/dev60cgi/RWCGI60.EXE?">
    <input name="hidden_run_parameters" type=hidden value="server=myserver &report=rclug005&destype=Cache&desformat=html&userid=uid/pwd@test">
    In the Report Before Form trigger, I've copied the foll. html code from the Oracle White paper,
    vc_parameter_form :=
    '<html><body bgclor="ffffff"><form method=post action="'||:p_action||'">'||
    '<input name="hidden_run_parameters" type=hidden
    value= "'||vc_hidden_runtime_values||'">'||'<center><p>
    <table border=0 cellspacing=0 cellpadding=0><tr><td>
    <input type=submit></td><td> width=15
    <td><input type=reset></td></tr></table><p><hr></p>';
    I've set the :p_action parameter to a value of http://myserver/dev60cgi/RWCGI60.EXE?
    Also, In the end of the report before form trigger I added this
    srw.set_before_form_html(srw.text_escape, vc_parameter_form);
    Any help/tips is appreciated & Thanks.

    Thanks Danny,
    I am building the variable exactly as in the White paper in the "before form" trigger using exactly the same values give there.
    vc_hidden_runtime_values := 'server='||:p_servername||'&report='||vc_report_name||'.rep&destype='||:destype||'&desformat='||:desformat||'&userid='||:p_userinfo;
    My report has some extra parameters too it expects. So do I have to include the names of those parameters too in the string above?
    For example, in my report a user parameter is named 'print_date', which I do see and populate with value in the parameter form, then do I have to build that in the vc_hidden_runtime_values string above.
    I am using Report 6.0.8.11.3 on 9iAS.

  • REP 110 & REP 0110 .calling reports from Form 10g(10.1.2.0.2)

    Hi All,
    We are migrating form from Oracle form 6i to Oracle 10g(10.1.2.0.2). I am calling reports from forms
    using Web.Show_Docment(). When we run reports in report builder 10g it works fine.
    But when we try to run reports from Forms 10g it throws error which is given below.
    We want to run reports from UNIX. After using this url to submit report we get error REP 110 and REP 0110
    URL
    http://GEM:7777/reports/rwservlet?server=rep_server&report=/u01/forms/QA_Forms10g/GEMREP.rdf+DESTYPE=CACHE+DESFORMAT=HTML+p_user_id=XYZ+p_client=2
    ERROR
    REP-110: File '/u01/forms/QA_Forms10g/GEMREP.rdf DESTYPE=CACHE DESFORMAT=HTML p_user_id=XYZ p_client=2' not found.
    REP-0110: Unable to open file '/u01/forms/QA_Forms10g/GEMREP.rdf DESTYPE=CACHE DESFORMAT=HTML p_user_id=XYZ p_client=2'.
    I will really appreciate your help.
    Thanks
    Sandy

    Hello,
    You are mixing 2 separators in the URL : & and +
    Use only one separator in the URL :
    Example :
    http://GEM:7777/reports/rwservlet?server=rep_server+report=/u01/forms/QA_Forms10g/GEMREP.rdf+DESTYPE=CACHE+DESFORMAT=HTML+p_user_id=XYZ+p_client=2
    Regards

  • XML Report completes with error due to REP-271504897:  Unable to retrieve a string from the Report Builder message file.

    We are in the middle of testing our R12 Upgrade.  I am getting this error from the invoice XML-based report that we are using in R12. (based on log).  Only for a specific invoice number that this error is appearing.  The trace is not showing me anything.  I don't know how to proceed on how to debug where the error is coming from and how to fix this.  I found a patch 8339196 that shows exactly the same error number but however, I have to reproduce the error in another test instance before we apply the patch.  I created exactly the same order and interface to AR and it doesnt generate an error.  I even copied the order and interface to AR and it doesn't complete with error.  It is only for this particular invoice that is having an issue and I need to get the root cause as to why.  Please help.  I appreciate what you all can contribute to identify and fix our issue.  We have not faced this issue in R11i that we are maintaining right now for the same program which has been running for sometime.  However, after the upgrade for this particular data that the user has created, it is throwing this error REP-271504897.
    MSG-00100: DEBUG:  Get_Country_Description Return value:
    MSG-00100: DEBUG:  Get_Country_Description Return value:
    REP-0002: Unable to retrieve a string from the Report Builder message file.
    REP-271504897:
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-271504897: MSG-00100: DEBUG:  BeforeReport_Trigger +
    MSG-00100: DEBUG:  AfterParam_Procs.Populate_Printing_Option
    MSG-00100: DEBUG:  AfterParam_Procs.Populate_Tax_Printing_Option
    MSG-00100: DEBUG:  BeforeReport_Trigger.Get_Message_Details
    MSG-00100: DEBUG:  BeforeReport_Trigger.Get_Org_Profile.
    MSG-00100: DEBUG:  Organization Id:  117
    MSG-00100: DEBUG:  BeforeReport_Trigger.Build_Where_Clause
    MSG-00100: DEBUG:  P_Choi
    Report Builder: Release 10.1.2.3.0 - Production on Tue Jul 23 09:56:46 2013
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.

    Hi,
    Check on this note also : Purchasing Reports Fail When Changing Output To XML REP-0002 REP-271504897 REP-57054 (Doc ID 1452608.1)
    If you cant reproduce the issue on other instance, apply the patch on the test instance and verify all the funcionality related to the patch works OK. Then move the patch to production. Or you can clone the prod environment to test the patch.
    Regards,

  • Custom Oracle Report errored with Enter Password:  REP-0004: Warning: Unable to open user preference file. REP-0300: ORACLE error occurred. REP-0069: Internal error REP-57054: In-process job terminated:Terminated with error:  REP-300: ORACLE error occurre

    Hi Gurus
    We have created a custom oracle report and concurrent program and when we ran the concurrent program it is error out with below error
    Enter Password:
    REP-0004: Warning: Unable to open user preference file.
    REP-0300: ORACLE error occurred.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-300: ORACLE error occurred.
    Can any one help us
    Thanks in advance.
    Kumar

    Please see
    REP-0004 Warning - Unable to Open User Preference File. (Doc ID 26014.1)
    ApPsMaStI
    sharing is Caring

  • I am getting report error rep-0736&rep-1247 from concurrent

    Hi,
    I am running inventory report from concurrent is giving error as rep-0736&rep-1247.That report is giving result in report builder.
    Can anybody please tell me.It's urgent.
    Thank You,

    These two errors are just saying that there is uncompiled PL/SQL in the report:
    REP-0736: There exist uncompiled program unit(s)
    REP-1247: Report contains uncompiled PL/SQL
    When you are running your report in Reports Builder are you using the same database connection as when the report is run from the concurrent manager (ie are you logged on as APPS in Reports Builder)?
    If not, I would guess that the user you are connected to in Reports Builder has access to a database object you are referencing in PL/SQL that the APPS user does not have access to or refers to by a different name.
    If you are connected as APPS, then I would suggest that you do a full recompile in Reports Builder (Program -> Compile -> All) and see if that identifies any errors.

  • Error message: rep-4232, rep-4204 while running report

    hi
    if possible pl. reply me at: [email protected]
    i want to email my report by using report6i. i have given following parameters as per
    oracle note : 106549.1;
    destype: mail
    desformat: pdf
    desname: [email protected]
    i am running this application on window nt .
    in my system i am able to send emails using netscape browser. i am getting rep-4232, rep-4204 while running report when i run my report.
    pl. suggest.
    bye
    navdeep
    null

    i got one reply:
    This bug is fixed in version 6.0.8.12.0
    Please go through this bug document REP-4204 / REP-4232 WHEN EMAIL REPORT TO VALID EMAIL ADDRESS NOT IN ADDRESS BOOK for explanation.
    but problem is that i have 6.0.8.8.3
    how to resolve problem in this version

  • REP-0110: Unable to open file 'OCL_MASTER_REPORT'

    Job Name: OCL_RXCRCLRC_73
    Job Status:
    Terminated with Error :
    BACKGROUND is deprecated. See help for more information. REP-0110: Unable to open file 'OCL_MASTER_REPORT'. REP-1070: Error while opening or saving a document. REP-0110: Unable to open file 'OCL_MASTER_REPORT'.
    Anybody met with the same situation? Thanks.
    DBMS: oracle 9.2.0.3.0
    Report Server: Oracle 9iDS

    PS:
    Oracle Clinical Version: 4.5

  • In Barcodesample reports are not working REP-1401: 'cf_1formula': Fatal P

    In windows its barcodesample is working fine.(all the barcode constants)
    In linux
    1.I have set the CLASSPATH in reports.sh
    2.and I also added the classPath value in <engineId...> tag in the reportservername.confg file.
    3.And I restart the report server as well as application server also. still I am getting the following error messages.
    REP-1401: 'cf_1formula': Fatal PL/SQL error occurred.
    ORA-39565: Message 39565 not found; product=RDBMS; facility=ORA
    In windows I followed the same steps its working fine.But Linux its not working any idea.!!! Its really urgent....
    Thanks,
    Natarajan.U
    Mail:[email protected]

    I pretty sure that the problem is the BarcodeMaker.java class in the oraclebarcode.jar. I got the barcode example to work locally (on Windows XP) in reports builder, but I couldn't run it in our webApp on a Solaris appServer. However, I was actually just doing the barcode example to learn how to display gantt charts in a report. So I wrote a simple java class called GantChartTest that uses the JFreeChart API to create a gantt chart as a jpg. I followed the bar code example almost exactly and my gantt charts did show up on the Solaris appServer. Here's my imagefilename function:
    function ImageFilenameFormula return VarChar2 is
    myFileName varchar2(500);
    result varchar2(500);
    thePhase VarChar2(50) := :phase;
    estStartDate VarChar2(50) := :est_start_date;
    estEndDate VarChar2(50) := :est_end_date;
    wipActualStartDate VarChar2(50) := :wip_actual_start_date;
    wipActualEndDate VarChar2(50) := :wip_actual_end_date;
    begin
         myFileName := srw.create_temporary_filename;
         GantChartTest.createGanttChart(globals.bcobj, thePhase, estStartDate, estEndDate, wipActualStartDate, wipActualEndDate, myFileName);
         return(myFileName);
    end;

  • REP-51002: Bind to Reports Server "test_srv" failed & REP-52266

    Hi folks,
    I'm trying to run reports on my machine localy, but when I run my report I always obtain this error:
    REP-51002: Bind to Reports Server "test_srv" failed
    I searched for this answer, but nothing worked for me.
    I tried steps described in thread: REP-51002: Bind to Reports Server <servername> failed
    So I did this:
    1. I run OC4J
    2. In file %ORACLE_HOME%\reports\conf\rwnetwork.conf I commented line with multicast and uncomented namingService part. Now rwnetwork.conf file looks like:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE discoveryService SYSTEM "file:C:\Oracle_10g_R2/reports/dtd/rwnetworkconf.dtd">
    <discoveryService>
      <!--multicast channel="228.5.6.7" port="14021" timeout="1000" retry="3"/-->
      <namingService name="Cos" host="localhost" port="14021"/>
    </discoveryService>3. In cmd, in C:\ORACLE_10g_R2\bin>namingservice 14021
    Naming Service started sucessfully
    4. In cmd:
    C:\ORACLE_10g_R2\bin>rwdiag -findAll
    Naming service used to locate servers
    Naming Server host = localhost
    Naming Server port = 14021
    (1) test_srv : Type = server : Host = NA
    5. I copied my report into: c:\Temp\report_test\szrcomp.rdf
    6. I run report from IE browser using url:
    http://localhost:8889/reports/rwservlet?report=c:\Temp\report_test\szrcomp.rdf&destype=cache&server=test_srv&desformat=htmlcss&userid=usr/psw@db
    I received Error:
    REP-51002: Bind to Reports Server test_srv failed
    7. http://localhost:8889/reports/rwservlet/getserverinfo
    I received Error:
    REP-52266: The in-process Reports Server rep_dimopatsep05 failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    8. http://localhost:8889/reports/rwservlet/showjobs
    The same error as in 7.
    Can somebody help me with this problem?
    Thanks,
    Tomas
    sorry for duplicate post in REP-51002: Bind to Reports Server "test_srv" failed  & REP-52266
    but this section it probably better for my problem.

    Hello,
    You should test first with a "standalone" reports server :
    1. Stop the OC4J
    2. Start the namingservice
    3 Start the reports server :
    rwserver server=test_srv
    4. test to execute a report :
    rwclient server=test_srv report=test destype=cache desformat=html
    If the reports server does not start , it will be necessary to activate the trace in
    order to get details about the problem :
    Edit the file $ORACLE_HOME/reports/conf/<reports server name>.conf
    Modify it in order to have a line :
    <trace traceOpts="trace_all"/>
    restart the reports server
    Regards

  • E:V1:901 No entry mbew 78050003 0110 REP

    We are creating a new costing variant, that will be costing from info records and PO.   Currently, we pload the standard to future price and release from there.
    we have 3 materials (out of a test population of 5000)  that are erroring and cancelling the backbround costing job.  the error is:
    E:V1:901 No entry mbew 78050003 0110 REP
    I can see nothing different about material 78050003 in valuation area 0110 from other parts that did cost.
    the REP, in our system is a valuation type for split value but split value does not exist in plant 0110 so there is no record for REP for that material in 0110
    any ideas what to look for to eliminate the error and cost the matierial?
    Very odd -
    help would be appreciated
    thanks
    Althea

    Answer - Bad master data on the info record

  • Report Errors -pls help

    Hi,
    While running reports from Oracle forms I am getting following error in report runtime engine,
    Rep-0110: Unable to open file ' \utl.rep'
    Rep-1070: Error While opening and saving file
    Rep-0110: Unble to open file ' \utl.rep'
    I have checked the paths, and reports in folder. They all there and correct.
    It was working fine two days ago. I am got admin rights to run the reports. Its only the reports(5 reports) in Form menu those are not working, everything else is working fine.
    Its Oracle 6i and application is installed at one single server and every one has got the mapping drive to their PC's.
    So privilage is not a single problem and paths also looks OK to me. I really don't know what could be the problem

    Jagjit,
    Since it looks like the problem is in finding the report definition, a debugging tip: put your report definition file in a directory where you have one of the reports that works. You may also want to ensure that there is only one copy of your report definition file under OracleHome & in the REPORTS_PATH.
    Regards,
    Anil.

  • Report Error in 9i

    Hello,
    I am trying to run report in 9i
    When I call report from FORM (as Report Object ) it is working.
    But when I try to invoke report with Parameter it is showing the error as follows
    REP-110: Unable to open file 'awaitact'.
    REP-1070: Error while opening or saving a document.
    REP-0110: Unable to open file 'awaitact'.
    But the strange thing is it is opening the Parameter in web browser and when submit the query it is showing the above error
    Could any one help me for this problem

    Hi Manu,
    The following code we are using.
    PROCEDURE RUN_REPORT_OBJECT_PROC(p_repname in varchar2,p_param in varchar2) IS
    report_message VARCHAR2(100);
    rep_status VARCHAR2(100);
    vc_user_name VARCHAR2(100);
    vc_user_password VARCHAR2(100);
    vc_user_connect VARCHAR2(100);
    vc_connect VARCHAR2(300);
    repid REPORT_OBJECT;
    v_server VARCHAR2(100);
    v_server_addr VARCHAR2(100);
    v_server_dir VARCHAR2(100);
    report_prop VARCHAR2(100);
    BEGIN
         select par_value into v_server
    from paramtb
    where par_pcode = 'REP_SERVER';
    select par_value into v_server_addr
    from paramtb
    where par_pcode = 'REP_SERVER_ADDR';
    select par_value into v_server_dir
    from paramtb
    where par_pcode = 'REP_SERVER_DIR';
    -- Please note the reports server cannto contain a '_'
    --v_server := 'repserver';
         /* get user connect string */
         vc_user_name:=get_application_property(username);
         vc_user_password:=get_application_property(password);
         vc_user_connect:=get_application_property(connect_string);
         vc_connect:=vc_user_name||'/'||vc_user_password||'@'||vc_user_connect;
         /*set Reports properties for run_report_object*/
         repid := find_report_object('report1');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_EXECUTION_MODE,BATCH);
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,ASYNCHRONOUS);
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,CACHE);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME,v_server_dir||lower(p_repname)||'.rdf');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'pdf');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,v_server);
         /* P_USER_CONNECT and P_SERVERNAME are custom parameters in the Reports
         module. P_ACTION is also a user defined variable in Reports and takes
         the web access path to the Report (does not need to be hard coded as
         in this sample )*/
         /* Change the hostname, port and cgi virtual directory to the one for
         your own machine */
         If p_param = 'YES' then
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'paramform=yes P_USER_CONNECT='
         ||vc_connect||' P_SERVERNAME='||v_server ||' P_ACTION=http://'||substr(v_server_addr,1,length(v_server_addr)-1)||'?');
         else
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'paramform=no P_USER_CONNECT='
         ||vc_connect||' P_SERVERNAME='||v_server ||' P_ACTION=http://'||substr(v_server_addr,1,length(v_server_addr)-1)||'?');
         End if;
    message('p_user_connect = '||vc_connect|| 'P_SERVERNAME='||v_server ||' P_ACTION=http://'||substr(v_server_addr,1,length(v_server_addr)-1)||'?');
         report_message:=run_report_object(repid);
         rep_status := report_object_status(report_message);
         /* Wait for Report to be finished (asynchonous processing possible using
         timers) */
         WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')LOOP
              rep_status := report_object_status(report_message);
         END LOOP /* Wait for Report to be finished */;
         /* Change the cgi virtual directory to the one for your own machine */
         IF rep_status='FINISHED' then
              web.show_document('http://'||v_server_addr||'getjobid' ||substr(report_message,instr(report_message,'_',-1)+1)||'?server='||v_server,'_blank');
              ELSE
         message (rep_status||' Report output aborted');
         END IF;
    END;

  • D2K Report Error

    hi gurus,
    I am getting these error messages when trying to call a report from form executable file :
    REP-0110: Unable to open file.
    REP-1070: Error while opening or saving a document.
    REP-0110: Unable to open file.
    Is there any online reference for report messages like ora messages.
    thank you,
    Regards,
    Raghv

    Hello Ragavendra,
    Please post ur request in subsequent folders (Developer Suite\forms)....
    Reasons can be, file missing, wrong pointer to report file.
    Check *.rep location which was called from your forms. Place your report file in respective folder and invoke the files..
    Online help is bundled within the REPORTS.

  • Invoce Aging Report - Error

    Hi Team,
    I'm trying to run Invoice Aging report. When I'm running this it's erroring out. Here I'm posting log file
    Receivables: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XXRAXINV_SEL_SE module: XXXXX Invoice Print Selected Invoices OBA
    Current system time is 20-JUL-2012 11:05:28
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    p_order_by='TRX_NUMBER'
    p_cust_trx_class='INV'
    p_cust_trx_type_id='1'
    p_trx_number_low='10040'
    p_trx_number_high='10040'
    p_customer_id='10041'
    p_open_invoice='Y'
    p_check_for_taxyn='N'
    p_choice='SEL'
    p_header_pages='1'
    p_debug_flag='N'
    p_message_level='10'
    Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
    APPLLCSP Environment Variable set to :
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.UTF8
    Enter Password:
    MSG-00100: DEBUG: AfterPForm_Trigger +
    MSG-00100: DEBUG: Multi Org established.
    MSG-00100: DEBUG: AfterParam_Procs.Get_Country_Details
    MSG-00100: DEBUG: AfterParam_Procs.Switch_On_Debug
    MSG-00100: DEBUG: AfterParam_Procs.Get_Trx_Number_Low
    MSG-00100: DEBUG: AfterParam_Procs.Get_Trx_Number_High
    MSG-00100: DEBUG: AfterParam_Procs.Get_Tax_Option
    MSG-00103: lp_trx_date_clause = and a.trx_date = a.trx_date
    MSG-00100: DEBUG: BeforeReport_Trigger.Build_Where_Clause
    MSG-00100: DEBUG: P_Choice: SEL
    MSG-00100: DEBUG: Choice is other than ADJ, setting ORDER BY.
    MSG-00100: DEBUG: AfterPForm_Trigger -
    MSG-00100: DEBUG: BeforeReport_Trigger +
    MSG-00100: DEBUG: BeforeReport_Procs.Populate_Printing_Option
    MSG-00100: DEBUG: BeforeReport_Procs.Populate_Tax_Printing_Option
    MSG-00100: DEBUG: BeforeReport_Trigger.Get_Message_Details
    MSG-00100: DEBUG: BeforeReport_Trigger.Get_Org_Profile.
    MSG-00100: DEBUG: Organization Id: 86
    MSG-00100: DEBUG: BeforeReport_Trigger -
    MSG-05000: DEBUG: Trx No... 10040
    MSG-43749: There is no remit to address defined for country IT and state .
    REP-1419: '': PL/SQL program aborted.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-1419: MSG-00100: DEBUG: BeforeReport_Trigger +
    MSG-00100: DEBUG: BeforeReport_Procs.Populate_Printing_Option
    MSG-00100: DEBUG: BeforeReport_Procs.Populate_Tax_Printing_Option
    MSG-00100: DEBUG: BeforeReport_Trigger.Get_Message_Details
    MSG-00100: DEBUG: BeforeReport_Trigger.Get_Org_Profile.
    MSG-00100: DEBUG: Organization Id: 86
    MSG-00100: DEBUG: BeforeReport_Trigger -
    MSG-05000: DEBUG: Trx No... 10040
    MSG-43749
    Report Builder: Release 10.1.2.3.0 - Production on Fri Jul 20 11:05:30 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Program exited with status 1
    Environment
    Application: 12.1.3(OBA)
    OS: Linux 5 - 64 bit
    Please do the needful.
    Thanks
    Rk
    Edited by: user11157039 on Jul 20, 2012 12:47 PM

    MSG-43749: There is no remit to address defined for country IT and state .Troubleshooting Remit To Address in Oracle Receivables [ID 1101855.1]
    Transactions Workbench: Field Defaulting Logic [ID 1413565.1]
    REP-0069: Internal errorARXAGE Aging 4 Bucket Report Errors REP-0069 Internal Error [ID 1321276.1]
    Invoice Aging Report Errors With Rep-1419 Rep-57054 Rep-0069 [ID 1340456.1]
    'Aging - 7 Buckets Report' ARXAGSW Fails with ORA-01722 [ID 1061714.1]
    R12: Some Payables Reports Not Working. Same Errors In Log File: REP-1419, REP-0069, REP-57054 [ID 818320.1]
    Thanks,
    Hussein

Maybe you are looking for

  • Upgrading to 6 or 6.1?

    The department I work for is starting the process of upgrading Captivate (we have 5.5 currently). Assuming that either one is an option, which version would people suggest, 6 or 6.1? I've been following a few discussions about the two versions, and f

  • Toshiba 32AV615DB screen flickers off for a split sec every few sec

    Hello, I got my toshiba television around the end of 2009 and havent had any problems until recently. Whilst watching my virgin + box and whilst on the gaming console, the screen flickers off for a split second every few seconds. At first I thought i

  • Missing Plug Ins in Logic X, Cant load External Plug ins on tracks I.E Massive, FM8 ETC. Please Help!!!

    Hi, I'm having problems, i just installed Logic X on my Macbook Pro after working off of 9.5 for a long time, it is kind of different and confusing, Massive doesn't show up in options when i try to skim down to AU Instruments when loading a software

  • Video Camera that is FCE friendly?

    I have a JVC Everio GZ-MG37U. It records using .mod files. Can anyone recommend a video camera that works well within iMovie and exports to Final Cut Express well? Currently mine will import to iMovie just fine, but when exported to FCE all the pictu

  • Disk space full? no way...

    we run iphoto 9 8.1.2 and lately whenever we open the program it comes up with the message that the disk space used to run iphoto is getting full, do you want to continue? i just imported over 80 photos and had no problem, but i did get the message.