REP-1419 Col name PL/SQLprogram aborted.

Hi,
having a strange problem when using the generate to file option from 'Print Previewer' as follows:
After generating a report - and choosing teh 'Live Previewer', the report runs successfully and we can see the report. But from th live previewer , if we go from File---> Generate to file and choose RTF say...then we get teh following error
'REP-1419 'Column name ': PL/SQLprogram aborted.
we are using reports version 6 and oracle 9i.
And we directly print to printer or directly print to file, it works fine - no errors.
Regards,
Rosalin.

yes on one formula column which looks ok and if we directly print to file 'RTF' format it creates the RTF successfully.
Pl let me know if u need more info.
Thanks!
Message was edited by:
user542833

Similar Messages

  • REP-1419: 'beforereport': PL/SQL program aborted.

    Hi,
    We transmitted a payment batch file to one of our Banks (via FTP). First time it failed because our Bank ftp details were changed overnight and the folder where we transfer the file (via PGP) is missing. Now the Bank has recreated the directory and gave full access to transmit the file. After getting the intimation from the Bank, we cancelled our Payment Batch program and resubmitted the Payment batch once again. However, this time the Payment Batch is ending at Format stage itself. And throwing the above error < REP-1419: 'beforereport': PL/SQL program aborted.>
    Now I do not know why the formatting is failing when all directories are exisiting and have full access ? Do we need to revalidate the already validated and approved invoices? Do we need to delete the earlier file that was created in the morning?
    Can anyone throw some light on this?
    I appreciate your help.
    (PS: all other information including, vendor, vendor sites, bank, pay group and etc are all fine)

    check the code in reports before parameter form.
    May be the related objects are not there. You can try opening this report in the new version and compile the before parameter form trigger
    Rajesh Alex

  • Invoices Payables Open Interface Import Error REP-1419: 'beforereport': PL/

    I am having the following error when I try to import the invoces from the interface tables. I've search for the problem but and tried various solutions but they did not solve the problem or did not apply.
    Can someone help??
    APXIIMPT module: Payables Open Interface Import
    Current system time is 22-SEP-2006 22:31:13
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    p_source='CI'
    p_batch_name='INITIAL'
    p_purge_flag='N'
    p_trace_switch='N'
    p_debug_switch='N'
    p_summary_flag='N'
    p_commit_batch_size='1000'
    p_user_id='1115'
    p_login_id='337907'
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.WE8ISO8859P1
    MSG-01104: (Before Report) Modified file
    MSG-00000: p_purge_flag :N
    MSG-00000: c_nls_yes :Yes
    MSG-00000: c_nls_no :No
    MSG-00000: p_summary_flag :N
    MSG-00000: p_nls_summary :No
    MSG-00000: p_nls_purge :No
    REP-1419: 'beforereport': PL/SQL program aborted.
    Report Builder: Release 6.0.8.25.0 - Production on Fri Sep 22 22:31:14 2006
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter Username:
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Program exited with status 1
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 577860.
    Review your concurrent request log and/or report output file for more detailed information.

    I get the following error message: "Invalid Liability Liability account is invalid". I've tried both populating the ACCTS_PAY_CODE_COMBINATION_ID field and leaving it null. Some googling also said mentioned that particular error message may be misleading.
    And yes, I'm passing the correct code from the lookup_type. The only difference is that for the one that works, I'm using an Oracle seeded source lookup. However, in the lookups screen I can't see where there are any special configuration.
    I should also mention that the invoices will be imported from an external system, and there will be no PO attached to the invoice. I'm not sure if this info is relevent though.
    I've done some researching and thinking and maybe there is some kind of profile option I need to set but I haven't been able to find it yet.
    Also, I can't find the AP_ERRORS_GT table or any other closely named ones.
    Edited by: Sean Ong on 15/08/2012 01:27

  • URG:11i to R12.1.3: Invoice print Selected Invoices fails with REP-1419

    Hi,
    Invoice print Selected Invoices fails with the following error: 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
    REP-1419: 'beforereport': PL/SQL program aborted.
    Checked the setups based on 557171.1, 375693.1,1101855.1.
    Still the issue is existing.
    May i know the cause of the issue or is it a bug?
    Thanks
    Nancy

    Hi ,
    The cause of the issue is the standard rdf is set to run for single operating unit. But R12 is a moac setup enable application. Hence The operating unit mode is changed to Single from null in system administration concurrent program setting for the XML report concurrent program.
    This fixed the issue.
    Thanks
    Nancy

  • APXINPIR Posted Invoice Register getting error REP-1419

    Hi,
    Concurrent program Posted Invoice Register is getting error while running in application.
    Application version is 11.5.0
    Pl find the below error details
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.WE8ISO8859P1
    MSG-00001: After SRWINIT
    MSG-00002: After Get_Company_Name
    MSG-00003: After Get_NLS_Strings
    MSG-00015: Inside custom init
    REP-1419: 'beforereport': PL/SQL program aborted.
    Kindly let help me some who solved/know this issue

    A simple workaround to this issue is not to run it in debug mode.
    Refer note 351215.1 for more details.
    Regards,
    Srini

  • Rep-1401: formula name : Fatal Pl/SQL error occured

    Hi,
    I am using report builder 6.0 and recently came across a error while running the report. Rep-1401:<formula name> : Fatal Pl/SQL error occured.
    I created a formula column in the report. In that i have three local variable.
    f_val number := 0;
    s_val number := 0;
    t_val number := 0;
    t_val := f_val/s_val ; --> this gives the above fatal error.
    t_val := (f_val + 1)/s_val; --> this gives the above fatal error
    t_val := f_val/(s_val + 1); ---> no error
    if i change the value of s_val
    s_val := 1;
    t_val := f_val/(s_val - 1) ; ----> this gives the above fatal error.
    Can anyone help me to solve this problem or is it report builder bug.
    Please help me, as i desperately need help.
    Thanks

    Thanks for ur reply.
    I used nvl too, but the same error occurred.
    For the information in my question I by mistake typed
    t_val := (f_val + 1)/s_val; --> this gives the above fatal error.
    but when the value of f_val = zero and s_val is zero why it gives fatal error when i divide, i used nvl on both the variable while dividing but still got the same error.
    but if s_val is greater than zero then no error occurs.
    please help me, I feel it is a bug.

  • REP-1419 -- Error in report 6i

    I am getting this error while running the report6i in the apps
    REP-1419
    Can any one help me out of these....
    Krishna

    Hi ,
    try using with these
    Cause:     One or more fields in a report is accessing data that is not available to that report, i.e. invalid PL/SQL references.
    Action:     Make sure that all tables/columns queried in the report are a) available and b) populated with data which matches parameters set in the report.
    if it wont work then specify the steps what u r doing....
    --Basava.S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • REP-1219:' Object name ' has no size -- length or width is zero.

    my report has @28 columns in one repeating frame so the horizontal width is long..
    on running the report i am getting following error..
    REP-1219'<Object name>' has no size -- length or width is zero.
    Can somebody help??
    Anu

    no need to delete any frame or any thing else
    just read my post in the following thread
    Re: Apps Error
    hth

  • Difference between count('), count(1) and count(col name)

    Hi All,
    I want to know the difference between below
    select count(*) from table;
    vs
    select count(!) from table;
    vs
    select count(col name) from table;
    thanks,
    Nikky

    Hi, Nikky,
    Nikky wrote:
    Hi All,
    I want to know the difference between below
    select count(*) from table;
    vs
    select count(!) from table;
    COUNT (*) retruns the number of rows, regardless of what (if anything) is in them.
    If you use any literal, such as the number 1 or the string '!' instead of *, it does the same thing. Remember, string literals are enclosed in singl;e-quotes, so
    COUNT ('!') -- Inside quotesreturns the total number of rows, but
    COUNT (!) -- No quotesis an error.
    select count(col name) from table;If col is a column in the table, then
    COUNT (col)returns the number of rows where col is not NULL.
    If you want to count two different columns, such as col and name, you either have to do two separate COUNTs:
    SELECT  COUNT (col)  AS col_cnt
    ,     COUNT (name) AS name_cnt
    FROM     table_x
    ;or combine them into one expression:
    SELECT  COUNT ( NVL ( col
                        , name
               )          AS col_or_name_cnt
    FROM     table_x
    ;depending on what you neeed to do.

  • Hhow to find existence of col name amongs two query.

    hi,
    drop table AAA
    create table aaa ( TTT VARCHAR2(10 CHAR), "EEE" VARCHAR2(10 CHAR), jjj varchar2(10 CHAR), "hhh" varchar2(10 CHAR) )
    SELECT *
       FROM USER_TAB_COLUMNS
       WHERE DBMS_ASSERT.ENQUOTE_NAME(COLUMN_NAME)= DBMS_ASSERT.ENQUOTE_NAME('HHH')
       AND DBMS_ASSERT.ENQUOTE_NAME(TABLE_NAME) = DBMS_ASSERT.ENQUOTE_NAME('AAA');
    SELECT *
       FROM USER_TAB_COLUMNS
       where UPPER(column_name)= UPPER('HHH')
       AND UPPER(TABLE_NAME) = UPPER('AAA');Q1 can any body create col name in any other way , other than i have added above in create stmt.
    Q2 users can create col in any way , the last two stmt finds out existence of col and or tabel name.
    are the both stmt same or is there any loop hole, i have tested both working fine
    Q3) finllay which one i should use.
    yours sincerely
    Edited by: 944768 on May 31, 2013 2:56 AM
    Edited by: 944768 on May 31, 2013 7:30 AM

    Hi,
    947771 wrote:
    unfortunately , i have used sqldevlopers 3.... export wizard for generating database script
    and it has created all my cols in capital with in "".
    what i noticed is, it is  not affecting me because i have asked every one to use camel case , and where every any reserve word comes use capital with in "",
    and do not use small letter in "" .
    so please tel me is there any case where i will be stuck.
    yours sincerely.
    Sorry, I'm not familiar with the SQL Developer wizard.  There's a separate <a href="https://forums.oracle.com/community/developer/english/development_tools/application_development_in_pl_sql/sql_developer_(not_for_general_sql_plsql_questions)">SQL Developer forum</a> where you can ask about it.
    Chances are, the wizard is not introducing any new mistakes.  If you edit the wizard output, be careful not to change the capitalization.
    Are you saying that sometimes you use Oracle reserved words as table or column names?  That's not a very good idea.  Don't use a name like "DATE"; it will cause confusion even if it doesn't cause errors.  Make up your own name, such as ORDER_DATE or DT.

  • REP-1213 Fld 'Fld Name' references col 'Col Name' @ freq below its group

    I have a report with a repeating frame. The report was working fine until I decided to do some more 'tweaking'. I somehow lost the repeating frame. I went ahead and added a new repeating frame and I'm now getting the following error:
    "REP-1213: Field 'F_Customer_name' references column 'Customer Name' at a frequency below its group."
    I read about the error in the help but, I dont know exactly what it means.
    PLEASE HELP!!

    hello,
    if you are going to the layout model you can move elements
    forward and backward. the easiest way ist to select all fields
    in the layout model (if they are behind the repeating frame you
    will not be able to select them by clicking, use the object
    navigator to select them instead)) and use the BRING TO FRONT
    menu item.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Case sensitive Tab/Col Names

    Hi every one,
    I'm having a problem with my Mixed case Table names and column names,when my precompiled application try to query those tables.
    I have Table names like "ImmunTypeFollowUp" in Uper and Lower case letters. In my application I have Table names in Uper and Lower case letters "ImmuntypeFollowup". Now my querys are not working because
    "ImmunTypeFollowUp" != "ImmuntypeFollowup"
    But if I change the table name to "IMMUNTYPEFOLLOWUP" it works.
    "IMMUNTYPEFOLLOWUP" == "ImmuntypeFollowup"
    So is there any server side parameter to force even my table names are in diferent cases, consider them as UPPER case.
    Any help will save droping/recreating my entire DB.
    Thanks.
    Nandana
    null

    By default, Oracle will create the names/columns of objects in upper case (provided the name/components of the object are not in mixed case and quoted). For example: CREATE TABLE "MiXeD_Up_TbL"... will create the table MiXeD_Up_TbL, and the statement CREATE TABLE MiXeD_Up_Tbl... will create the table MIXED_UP_TBL.
    There is no setting I'm aware of to turn this off - generally it's not a problem. If you plan to migrate your product to another database, it would probably be better to follow the Oracle "standard" of all upper-cased object names.
    Instead of dropping the database, determine what the real name of the tables/columns are : SELECT TABLE_NAME FROM ALL TABLES... or SELECT TABLE_NAME, COLUMN_NAME FROM ALL_TAB_COLUMNS... I suspect all the tables and columns as created on the database (under the schema your queries run under) are all upper case. Change the code to look for upper case names by either coding them that way or using UPPER(TABLE_NAME) = UPPER(&table_var_name) in your queries. NOTE: This may bypass index usage depending on what your objects/indexes look like.
    Hope this helps.
    null

  • Mixed case table/col names and JDeveloper?

    I am thinking of trying to use mixed case table/column names in my Oracle 8i database.
    My hope is to achieve table/column names consistent with Java conventions (which I am happy with).
    Would this work with Jdeveloper 3.1? 3.2?
    Will JDeveloper/BC4J then generate mixed case names?
    Will I cause my self lots of pain and suffering? (I don't consider having to enter a correct mixed case name a pain; I do consider always having to quote it and/or use TOUPPER, etc. a bit of pain)
    Thanks
    R.Parr
    Temporal Arts
    null

    I do consider always having to quote it and/or use TOUPPER, etc. a bit of pain)<<<JDEV isn't as much the issue. If you have simple applications and don't intend to change things over time, or create lots of interfaces, or support multiple development tools against the same database, mixed cases seem to work fine.
    To give yourself an idea of how cumbersome things will be, go in and
    create "myTable" ( "myField" varchar2(20) );
    now DESC ribe the table,
    select myField from it.
    Putting doublequotes around things all the time gets very irritating. Remember it is also for having special characters and embedded spaces... and I don't know of any PL/SQL SET ( other than the opposite: SQLCASE that forces just about everything to uppercase ).
    Oh, and then you get to encounter fun things like ODBC and JDBC drivers that may or may not like it. Or if you MOVE/EXPORT the data around, your target may or may not be happy.
    Working at several diversified, large organization with MANY database products/targets, I've become very disenchanted with making mixed case attributes and table names!
    All tools should support mixed case correctly. Reality has returned a mixed case of results. grin or not, as the case may be.
    null

  • Exporting a table with Long datatype col. name

    Hello,
    I need help exporting a table, One of the column is long datatype.
    How can I do this without using Export Util?
    Is it possible.
    (If someone has a solution then PLEASE Email
    me)
    URGENT.
    Thanks.
    Pankaj Patel.

    Just wanted to find out, if you already solved this problem. I have a similar issue with long column. I am trying to sql dump a table with long column that will be imported into another database(probably using sql*load), but the spooled file puts the data from the long column in separate lines 80 char long and not on a single line. I have set the long to 64000 and linesize to 32000. Wrap is on too.
    null

  • Payables Open Interface Import

    Currently the AP folks run the 'Payables Open Interface Import' for certain types of source's.
    I am trying to run the 'Payables Open Interface Import' request for a newer source. I am getting the following error:
    REP-1419: 'beforereport': PL/SQL program aborted.
    My parameters are almost the same (only the source name and the batch name are different) as what the AP folks are using. Their requests completed successfully...mine did not. How would I know which part of the before report is causing it to fail?
    Thanks,
    Chiru

    The before report trigger error does occur for n number of reasons...some of the solutions could be
    1. Setting up the debug/summarized params to Y or
    2. Two payables open interface import programs running at the same time and due to non-incompatibility setups, one of them is getting errored out. Try setting up incompatibility and this error will go away - the only problem with this approach is that if this program needs to run on frequent basis, then one will wait on other to complete and consume lot of time.
    3. Try to increase threads of concurrent manager under which this program runs for better resouce management.
    4. Check the normal AP side setups such as tax code definition, supplier site 'pay site flag' etc --Although before report error occurs at the place in rdf where these checks are yet not done but thought to share with you if it helps
    Thanks
    Girish

Maybe you are looking for

  • Set button state base on the state of items in list

    Hi everyone, I'm making an application that helps user to manages their file. In my application, I have a list of files and a button Delete all. I want the Delete all button to be disabled when all files in my list are hidden. Can anyone help me plea

  • Dead MacPro and ACD

    Well today my MacPro and 23' ACD just shut down. No warning, no strangeness. Just nothing. Checked the leads / outlets / fuses etc. All OK. Other Mac on the same protected power strip all working as normal. No power light on the ACD, no response at a

  • How to enter the data into data block text item which has an LOV associated

    Hi, I have a data block, one of the data block text item has an LOV assigned. when I populate this text item using the LOV and do "execute_query", it is taking the value in the text item and adding it to the search criteria, but when I enter a value

  • Send email to Message Creator when Support Message status is changed

    Hi Pradeep, Have you given the partner function tick in the action? Have you activated the smartform? Please check and tell.

  • How To Create Lync Online Meeting Using EWS

    Does anyone know how to create a Lync Online Meeting Using EWS (Exchange Web Service API). The exchange version I'm using is 2010 SP2.  I'm able to successfully create a regular meeting/appointment using EWS and now I'm trying to create a lync online