Analysing Alertlog entries

Hi all,
I am getting a few errors/entries in alertlog which I am not able to understand, need your help.
I am on 10.1.0.2 64 bit Enterprise Edition, IBM/AIX RISC System/6000
Backup is scheduled at 05.05 / 13.15 / 21.15  via crontab, not sure what does below entry mean...
ya background process DM00,  DW01 & DW02 have started to execute, is there anything more that can be analyzed?
1)
Thu Jan 30 05:05:08 2014
The value (30) of MAXTRANS parameter ignored.
kupprdp: master process DM00 started with pid=40, OS id=999536
         to execute - SYS.KUPM$MCP.MAIN('SYS_EXPORT_SCHEMA_31', 'SYSTEM');
kupprdp: worker process DW01 started with worker id=1, pid=41, OS id=839788
         to execute - SYS.KUPW$WORKER.MAIN('SYS_EXPORT_SCHEMA_31', 'SYSTEM');
kupprdp: worker process DW02 started with worker id=2, pid=44, OS id=651502
         to execute - SYS.KUPW$WORKER.MAIN('SYS_EXPORT_SCHEMA_31', 'SYSTEM');
Thu Jan 30 05:39:34 2014
Private_strands 16 at log switch
The backup ends in about 1.5hrs but post 5 hours i get below entries.
2)
Thu Jan 30 10:32:40 2014
SMON offlining US=12
Freeing IMU pool for usn 12
SMON offlining US=13
Freeing IMU pool for usn 13
SMON offlining US=14
Freeing IMU pool for usn 14
SMON offlining US=15
Freeing IMU pool for usn 15
SMON offlining US=16
Freeing IMU pool for usn 16
SMON offlining US=17
Freeing IMU pool for usn 17
SMON offlining US=18
Freeing IMU pool for usn 18
SMON offlining US=19
Freeing IMU pool for usn 19
SMON offlining US=20
Freeing IMU pool for usn 20
SMON offlining US=21
Freeing IMU pool for usn 21
SMON offlining US=22
Freeing IMU pool for usn 22
Thu Jan 30 10:56:51 2014
I am confused as to why it says SMON offlining.... its a PROD database & is running fine... should i check the most resent trace files (as there is no entry "check xyz.trc for errors")to check this or this is normal?
Both 1) & 2) repeat (while start of backup(DM,DW start) & a few mins later (offlining) backup time)
1 thing to mention, due to insufficient space on backup path, backup was not successfull, hence i had to run backup script manually, backup succeeded, in alert log I have the 1) issue & NOT THE 2) issue ie; offlining SMON.
Please explain me on this...
3)
Also I get ORA-00600... is this due to space issue? coz as i checked for "IBM AIX RISC System/6000 Error: 5: I/O error" error it said space issue, so after i cleared a few GB the backup was a success. I am aware that if we get ORA-00600 we need to contact Oracle Support, but here should contact/not not sure as I get ORA-600 only when backup fails due to insufficient space...
Wed Jan 29 14:47:44 2014
Errors in file /home/oracle/bdump/oracle_dw01_1175588.trc:
ORA-27045: unable to close the file
IBM AIX RISC System/6000 Error: 5: I/O error
Additional information: 3
ORA-19502: write error on file "/user1/dlybkp/dp_bkp/dp_29Jan141315.dmp", blockno 1485877 (blocksize=4096)
ORA-27063: number of bytes read/written is incorrect
IBM AIX RISC System/6000 Error: 5: I/O error
Additional information: -1
Additional information: 262144
Wed Jan 29 14:47:44 2014
Errors in file /home/oracle/bdump/oracle_dw01_1175588.trc:
ORA-00600: internal error code, arguments: [17090], [], [], [], [], [], [], []
Wed Jan 29 14:49:45 2014
Private_strands 16 at log switch
Errors in file /home/oracle/bdump/oracle_dw02_991274.trc:
ORA-27045: unable to close the file
IBM AIX RISC System/6000 Error: 5: I/O error
Additional information: 3
ORA-19502: write error on file "/user1/dlybkp/dp_bkp/dp_23Jan141315.dmp", blockno 1650786 (blocksize=4096)
ORA-27063: number of bytes read/written is incorrect
IBM AIX RISC System/6000 Error: 5: I/O error
Additional information: -1
Additional information: 262144
Thu Jan 23 14:29:44 2014
Errors in file /home/oracle/bdump/oracle_dw02_991274.trc:
ORA-00600: internal error code, arguments: [17090], [], [], [], [], [], [], []
Thu Jan 23 14:31:58 2014
4)
Wed Jan 29 01:43:23 2014
WARNING: db_create_file_dest is same as db_recovery_file_dest
Wed Jan 29 02:59:17 2014
Private_strands 16 at log switch
Thread 1 advanced to log sequence 23212
dont know why this came as i never even checked for "show parameter db_recovery"...
yes its just a warning, can be ignored...but any specific reason why this warning has appeared?
Please let me know if I have missed any information to post.
Thanks,
Mohib

Thanks all,
1) The solution is Doc ID 455021.1 (i.e. Ignore these informational messages as it is safe. This problem is handled in bug 6347775 base bug 4892288 (not published externally, fixed in version 11.2)).
2) As mentioned by Alvaro, Regarding SMON offlining undo segments: Yes it's not a problem. In AUM smon automatically onlines and offlines undo segments as per database demand. Export uses read consistency mechanism (undo) to export the data in a consistent manner at the SCN where the export started. That's why you see SMON cleaning up and freeing undo segments after it's done running.
(Doc ID 396863.1,
When are UNDO segments OFFLINED?
Answer:
SMON decides on the # of undo segs to offline and drop based on the max transaction concurrency over a 12 hour period in 9i.  This behavior is altered in 10g where the max concurrency is maintained over a 7-day period.  Moreover, in 10g SMON doesn't drop the extra undo segs, but simply offlines them.
SMON uses the same values with "fast ramp up" to adjust the number of undo segments online.
Doc ID 1495163.1
SMON performs many database maintenance tasks, including:
Maintains the undo tablespace by onlining, offlining, and shrinking the undo segments based on undo space usage statistics)
3) As mentioned by Mark D Powell, one shall refer to Doc ID 29616.1 i.e. need to upgrade from 10.1 to 10.2.
4) WARNING: db_create_file_dest is same as db_recovery_file_dest in alertlog, As mentioned by Alvaro, There is a bug which affects 10.1 release and it is fixed on 10.2 i.e. should upgrade to 10.2 release.
Kindly correct me if I am wrong anywhere.
Thanks All once again for support
Mohib

Similar Messages

  • Deletion of duplicated table entry

    Hi!
    I am facing with the following error after the system copy of SAP ERP 2005 on Windows migrated from MS SQL to SAP DB.
    By entering into the db-relevant tcodes (DB13, dbacockpit, etc.) the following error appears:
    Runtime Errors ITAB_DUPLICATE_KEY
    Date and Time 24.05.2008 14:01:23
    Short text
    A row with the same key already exists.
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "CL_DB6_SYS====================CP" had to be
    terminated because it has come across a statement that unfortunately cannot be executed.
    Error analysis
    An entry was to be entered into the table "\CLASS=CL_DB6_SYS\DATA=SYSTEMS"
    (which should have had a unique table key (UNIQUE KEY)).
    However, there already existed a line with an identical key.
    The insert-operation could have ocurred as a result of an INSERT- or
    MOVE command, or in conjunction with a SELECT ... INTO.
    The statement "INSERT INITIAL LINE ..." cannot be used to insert several
    initial lines into a table with a unique key.
    My questions:
    1) How can I identify which DB-table is relevant?
    2) How can I delete the duplicated entry?
    a) with SAP tcodes
    b) on DB level (what is the procedure)
    Thank you very much!
    regards
    Thom

    Hi Thom,
    from one side you can look in the WP log file where the short dump occured. The failed SQL statement is rather often logged there.
    From the other side as the issue is reproducable you can take the SQL trace and see which SQL statement failed.
    On the DB level you can delete the stamente with the usual DELETE statement. This exact description you will find in our documentation please follow the path from the SAP note 767598 in depend of your DB version.
    Best regards,
    Oksana

  • Deletion of duplicated table entry (SAP DB)

    Hi!
    I am facing with the following error after the system copy of SAP ERP 2005 on Windows migrated from MS SQL to SAP DB.
    By entering into the db-relevant tcodes (DB13, dbacockpit, etc.) the following error appears:
    Runtime Errors ITAB_DUPLICATE_KEY
    Date and Time 24.05.2008 14:01:23
    Short text
    A row with the same key already exists.
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "CL_DB6_SYS====================CP" had to be
    terminated because it has come across a statement that unfortunately cannot be executed.
    Error analysis
    An entry was to be entered into the table "\CLASS=CL_DB6_SYS\DATA=SYSTEMS"
    (which should have had a unique table key (UNIQUE KEY)).
    However, there already existed a line with an identical key.
    The insert-operation could have ocurred as a result of an INSERT- or
    MOVE command, or in conjunction with a SELECT ... INTO.
    The statement "INSERT INITIAL LINE ..." cannot be used to insert several
    initial lines into a table with a unique key.
    My questions:
    1) How can I identify which DB-table is relevant?
    2) How can I delete the duplicated entry?
    a) with SAP tcodes
    b) on DB level (what is the procedure)
    Thank you very much!
    regards
    Thom

    Hello Thom
    > Error in the ABAP Application Program
    > The current ABAP program "CL_DB6_SYS====================CP" had to be
    > terminated because it has come across a statement that unfortunately cannot be executed.
    > Error analysis
    > An entry was to be entered into the table "\CLASS=CL_DB6_SYS\DATA=SYSTEMS"
    > (which should have had a unique table key (UNIQUE KEY)).
    Apparently there is a duplicate entry in the static private attribute SYSTEMS of this class.
    If you look at the definition of type DB6CC_SYSTEMS you see where the error cause lies:
    TYPE-POOLS: DB6CC. " DB6: Central Type Declarations for CCMS Monitoring
      db6cc_systems type hashed table of db6admsys
                       with unique key sysid,
    I check the Where-Used-List for data element DB6DBREL of structure DB6ADMSYS which is used in DB table DB6NAVSYST. Thus, my guess is here is your table you are searching for.
    However, you need to find out where the duplicated entries in the class (instance) come from.
    Regards
      Uwe

  • Report Completed with error...

    Hi There,
    Account Analysis Report in oracle ebs R12 completed with error please find below error message.
    Warning!!! Due to high volume of data, got out of memory exception...***
    ****Please retry with scalable option or modify the Data template to run in scalable mode...***
    java.util.logging.ErrorManager: 2:
    oracle.core.ojdl.LoggingException: oracle.core.ojdl.LoggingException: Attempt to flush a closed LogWriter
    at oracle.core.ojdl.ExceptionHandler.onException(Unknown Source)
    at oracle.core.ojdl.BufferedLogWriter.handleException(Unknown Source)
    at oracle.core.ojdl.BufferedLogWriter.flush(Unknown Source)
    at oracle.core.ojdl.logging.ODLHandler.flush(Unknown Source)
    at oracle.core.ojdl.logging.ODLHandler.publish(Unknown Source)
    at java.util.logging.Logger.log(Logger.java:472)
    at java.util.logging.Logger.doLog(Logger.java:494)
    at java.util.logging.Logger.log(Logger.java:517)
    at oracle.ias.cache.CacheInternal.logLifecycleEvent(Unknown Source)
    at oracle.ias.cache.CacheInternal.close(Unknown Source)
    at oracle.ias.cache.Cache.close(Unknown Source)
    at oracle.apps.jtf.cache.IASCacheProvider$CacheStopperThread.run(IASCacheProvider.java:1480)
    Caused by: oracle.core.ojdl.LoggingException: Attempt to flush a closed LogWriter
    ... 10 more
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 1762394 on node ORAPRD at 07-APR-2012 10:24:48.
    Post-processing of request 1762394 failed at 07-APR-2012 10:24:49 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 07-APR-2012 10:24:49
    its a very important report please help me out in this regards,
    Thanks in advance.
    Regards,
    Mohsin
    Edited by: 920138 on Apr 6, 2012 11:37 PM

    Please post the details of the application release, database version and OS.
    Can you find any errors in the OPP log file?
    Please see these docs.
    XLAAARPT: Account Analysis Report Errors with Warning: Due to High Volume Of Data Got Out Of Memory Exception Please Retry With Scalable Option Or Modify The Data Template To Run In Scalable Mode [ID 1304660.1]
    SLA: How to Troubleshoot XML Performance Issues in the Account Analysis & Journal Entries Report [ID 983063.1]
    How to Configure the Account Analysis Report in Release 12 for Large Reports [ID 737311.1]
    R12: XLAAARPT - Subledger Accounting Account Analysis Report, gets Out of Memory Exception, Retry with Scalable Option [ID 836551.1]
    R12: AP Trial Balance Complete With Warning The Output Post-processor is Running But Has Not Picked up This Request [ID 1224684.1]
    R12 Subledger Period Close Exception Report (XLAPEXRPT) Errors With: "out of memory exception" [ID 952747.1]
    Account Analysis Report Shows Results in XML [ID 1325208.1]
    R12: Troubleshooting Known XML Publisher and E-Business Suite (EBS) Integration Issues [ID 1410160.1]
    Thanks,
    Hussein

  • Not able to get data of primary in standby database (configured dataguard)

    Hi all, I configured dataguard in my local system, i ve a few qsns (as i am new, ve patience)
    1) scn differs wrt primary in standby (i checked, 1day difference), how to make scn same?
    2)i created a table in primary, its not refelecting in standby, (below i ve pasted alertlog entries)
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Errors in file d:\oracle11g\app\administrator\diag\rdbms\stand\stand\trace\stand_dbw0_6916.trc:
    ORA-01157: cannot identify/lock data file 2 - see DBWR trace file
    ORA-01110: data file 2: 'D:\ORACLE11G\APP\ADMINISTRATOR\ORADATA\STAND\SYSAUX01.DBF'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Errors in file d:\oracle11g\app\administrator\diag\rdbms\stand\stand\trace\stand_dbw0_6916.trc:
    ORA-01157: cannot identify/lock data file 3 - see DBWR trace file
    ORA-01110: data file 3: 'D:\ORACLE11G\APP\ADMINISTRATOR\ORADATA\STAND\UNDOTBS01.DBF'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Errors in file d:\oracle11g\app\administrator\diag\rdbms\stand\stand\trace\stand_dbw0_6916.trc:
    ORA-01157: cannot identify/lock data file 4 - see DBWR trace file
    ORA-01110: data file 4: 'D:\ORACLE11G\APP\ADMINISTRATOR\ORADATA\STAND\USERS01.DBF'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Errors in file d:\oracle11g\app\administrator\diag\rdbms\stand\stand\trace\stand_dbw0_6916.trc:
    ORA-01157: cannot identify/lock data file 5 - see DBWR trace file
    ORA-01110: data file 5: 'D:\ORACLE11G\APP\ADMINISTRATOR\ORADATA\STAND\EXAMPLE01.DBF'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Errors in file d:\oracle11g\app\administrator\diag\rdbms\stand\stand\trace\stand_dbw0_6916.trc:
    ORA-01157: cannot identify/lock data file 6 - see DBWR trace file
    ORA-01110: data file 6: 'D:\ORACLE11G\APP\ADMINISTRATOR\ORADATA\STAND\STREAM_TBS.DBF'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Errors in file d:\oracle11g\app\administrator\diag\rdbms\stand\stand\trace\stand_dbw0_6916.trc:
    ORA-01157: cannot identify/lock data file 7 - see DBWR trace file
    ORA-01110: data file 7: 'D:\ORACLE11G\APP\ADMINISTRATOR\ORADATA\STAND\DATA01.DBF'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-16004 signalled during: alter database open read only...
    3)wen i try to open standby database in read only mode gives below error..how do i solve it?
    ERROR at line 1:
    ORA-16004: backup database requires recovery
    ORA-01157: cannot identify/lock data file 1 - see DBWR trace file
    ORA-01110: data file 1:
    'D:\ORACLE11G\APP\ADMINISTRATOR\ORADATA\STAND\SYSTEM01.DBF'

    971424 wrote:
    Hi all, I configured dataguard in my local system, i ve a few qsns (as i am new, ve patience)
    1) scn differs wrt primary in standby (i checked, 1day difference), how to make scn same?Please do not use IM language here, instead of "qsns" use questions.
    SCN can be differ in standby and it can be behind to primary based on the backup you have restored. Of course by performing recovery you can synchronize standby with primary database. You can use incremental backups for standby using link http://www.oracle-ckpt.com/rman-incremental-backups-to-roll-forward-a-physical-standby-database-2/
    2)i created a table in primary, its not refelecting in standby, (below i ve pasted alertlog entries)
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Errors in file d:\oracle11g\app\administrator\diag\rdbms\stand\stand\trace\stand_dbw0_6916.trc:
    ORA-01157: cannot identify/lock data file 2 - see DBWR trace file
    ORA-01110: data file 2: 'D:\ORACLE11G\APP\ADMINISTRATOR\ORADATA\STAND\SYSAUX01.DBF'
    ORA-27041: unable to open fileFirst check whether those files are exist in that location or not and if file names are different other than primary then rename file locations. Also check the permissions on the folder/files.

  • SM:SELFDIAGNOSIS background job getting failed in Solution manager

    Hi All,
    SM:SELFDIAGNOSIS background job getting failed in Solution manger server :
    Job Log:
    2-22-2012 16:44:02 Job started                                                                                00           516          S
    2-22-2012 16:44:02 Step 001 started (program RDSWP_SELF_DIAGNOSIS, variant &0000000000324, user ID BASISUSER)      00           550          S
    2-22-2012 16:45:07 Internal session terminated with a runtime error (see ST22)                                     00           671          A
    2-22-2012 16:45:07 Job cancelled                                                                                00           518          A
    ST22: Dump:
    Runtime Errors         ITAB_DUPLICATE_KEY
    Date and Time          02-22-2012 16:45:07
    Short text
    A row with the same key already exists.
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "CL_DSWP_SD_DIAGNOSE_CONSISTENTCP" had to be
    terminated because it has
    come across a statement that unfortunately cannot be executed.
    What can you do?
    Note down which actions and inputs caused the error.
    To process the problem further, contact you SAP system
    administrator.
    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.
    Error analysis
    An entry was to be entered into the table
    "\CLASS=CL_DSWP_SD_DIAGNOSE_CONSISTENT\METHOD=CHECK_USERS_BP\DATA=LT_USCP"
    (which should have
    had a unique table key (UNIQUE KEY)).
    However, there already existed a line with an identical key.
    The insert-operation could have ocurred as a result of an INSERT- or
    MOVE command, or in conjunction with a SELECT ... INTO.
    The statement "INSERT INITIAL LINE ..." cannot be used to insert several
    initial lines into a table with a unique key.
    How to correct the error
    Probably the only way to eliminate the error is to correct the program.
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "ITAB_DUPLICATE_KEY" " "
    "CL_DSWP_SD_DIAGNOSE_CONSISTENTCP" or "CL_DSWP_SD_DIAGNOSE_CONSISTENTCM00M"
    "CHECK_USERS_BP"
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
    To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
    Display the system log by calling transaction SM21.
    Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
    In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    KIndly Suggest to resolve the above issue
    Thanks
    Nekkalapu

    HI,
    Deatils:
    SAP EHP 1 for SAP Solution Manager 7.0
    SAP_ABA                701          0006    SAPKA70106
    SAP_BASIS              701          0006    SAPKB70106
    PI_BASIS               701          0006    SAPK-70106INPIBASI
    ST-PI                  2008_1_700   0002    SAPKITLRD2
    CRMUIF                 500          0004    SAPK-50004INCRMUIF
    SAP_BW                 701          0006    SAPKW70106
    SAP_AP                 700          0019    SAPKNA7019
    BBPCRM                 500          0016    SAPKU50016
    BI_CONT                704          0007    SAPK-70407INBICONT
    CPRXRPM                400          0016    SAPK-40016INCPRXRP
    ST                     400          0024    SAPKITL434
    ST-A/PI                01M_CRM570   0000         -
    ST-ICO                 150_700      0009    SAPK-15079INSTPL
    ST-SER                 701_2010_1   0002    SAPKITLOS2
    Thanks
    Nekkalapu

  • Problem with PA20, PA30, and PA40

    Hi!
    I cannot use transactions PA20, PA30, or PA40 in our development system.  When I try, I crash and get a dump.  It fails here:
    IF NOT pernr_tab[] IS INITIAL.
      SELECT pernr ename AS name begda endda FROM pa0001
        INTO CORRESPONDING FIELDS OF TABLE l_pernr_date_tab
          FOR ALL ENTRIES IN pernr_tab
            WHERE pernr = pernr_tab-pernr AND
                  sprps EQ space.
    This is the error:
    Error analysis
        An entry was to be entered into the table
         "\FUNCTION=HR_GET_TEXT_FOR_OBJECTS\DATA=L_PERNR_DATE_TAB" (which should have
        had a unique table key (UNIQUE KEY)).
        However, there already existed a line with an identical key.
        The insert-operation could have ocurred as a result of an INSERT- or
        MOVE command, or in conjunction with a SELECT ... INTO.
        The statement "INSERT INITIAL LINE ..." cannot be used to insert several
         initial lines into a table with a unique key.
    Nobody else has this problem.  My guess is that I had done a search of EE's at one time, and something or someone in the list is causing the crash.
    Is there a way for me to clear something out so that I can run PA20, PA30, or PA40without this list?
    Or - If you now of another reason why I may be having this issue and nobody else is, can you suggest a fix? 
    Thanks!
    Jo

    I was able to find a solution to this problem through OSS note 416695.
    There is an SAP program named RH_DELETE_COL_USER_SETTINGS.  I ran it, entered my Logon ID, and had it delete "last object selection" and "search variants." 
    Once I did that, I was able to get into pa20, pa30, and pa40 again.  (I.e., my hit list with the "bad employee" was gone.)

  • Short Dump "ITAB_DUPLICATE_KEY" while executing DTP

    Hi all,
    i am getting a short dump when i try to execute the DTP to Cube, following is the error details.
    i could not analyze the reason, need your inputs on this.
    Runtime Errors         ITAB_DUPLICATE_KEY                                           
    Date and Time          02/08/2009 21:33:53                                          
    Short dump has not been completely stored (too big)                                                                               
    Short text                                                                               
    A row with the same key already exists.                                                                               
    What happened?                                                                     
         Error in the ABAP Application Program                                                                               
    The current ABAP program "SAPLRSAODS" had to be terminated because it has      
         come across a statement that unfortunately cannot be executed.                                                                               
    Error analysis                                                                     
         An entry was to be entered into the table                                      
          "\FUNCTION=RSAR_ODS_GET\DATA=L_TH_ISOSMAP" (which should have                 
         had a unique table key (UNIQUE KEY)).                                          
         However, there already existed a line with an identical key.                                                                               
    The insert-operation could have ocurred as a result of an INSERT- or           
         MOVE command, or in conjunction with a SELECT ... INTO.                                                                               
    The statement "INSERT INITIAL LINE ..." cannot be used to insert several       
          initial lines into a table with a unique key.                                                                               
    thanks,
    Rk

    Hello Rk,
    What is the data source??
    whats is your SP level??
    Seems like the data source is not properly activated or duplicate entries exists in the system tables for the same data source...
    If you have recently done a system copy??
    Try to activate the data source again...if its from R/3 then replicate and activate it again...also if its a BW object then try to reactivate it as well.
    Thanks
    Ajeet

  • Dump by running 0Orgunit_attr Datasource in R/3

    Hi Gurus,
    i am facing a problem by executing 0Orgunit_attr in the quality system. In D System evry thing is ok.
    By executing the 0Orgunit_ATTR extractor in RSA3 in R/3, i had a dump.
    The Error is as follow:
    Runtime Errors ITAB_DUPLICATE_KEY
    Date and Time 14/01/2011 11:10:12
    Short dump has not been completely stored
    Short text
    A row with the same key already exists.
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "SAPLHRMS_BW_PA_OS" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    Error analysis
    An entry was to be entered into the table
    "\FUNCTION=HR_BW_EXTRACT_IO_0Orgunit\DATA=MAIN_COSTCENTERS[]" (which should have
    had a unique table key (UNIQUE KEY) table).
    After some researches by SDN i proceed as follow:
    1.I used program: RSAR_RSISOSMAP_REPAIR in SE38 to identify the objects in R/3. But no object were found.
    2.I checked table RSISOSMAP in SE16. It was empty.
    What can be the cause of that?
    Could you please help?
    Man Thanks in advance

    Hi,
    I think you are getting the dump in FM HR_BW_EXTRACT_IO_ORGUNIT which is triggered by the Orgunit extractor. It could be at the code I pasted below. May be...you could try to insert a break point here in the code and run the extractor from RSA3 in debug mode. See what values you have here in main_costcenters.
    CALL FUNCTION 'RH_GET_COSTCENTER_OF_OBJECT'
               EXPORTING
                   plvar              = last_plvar
                   begda              = p_begda
                   endda              = p_endda
               svect             = '1'
               active            = ' '
               dist               = ' '
                   object_only        = only_direct
                   buffered_access    = 'X'
                   read_it0001        = 'X'
                   i0027_flag         = ' '
                   ombuffer_mode      = ' '
               TABLES
                   in_objects         = in_objects
                   main_costcenters   = main_co
               EXCEPTIONS
                   OTHERS             = 0.
            INSERT lines of main_co INTO TABLE main_costcenters.

  • Sending price condition in WBBDLD for POS outbound

    Hi experts
    I am facing some problem when do configuration in order to send the price condition to POS through message type WBBDLD.
    Client is using ZP01 tag price instead of VKP0 as the condition
    Below are the config that I have performed but the price is not sending out.
    1. (Sales and distribution --> POS interface --> outbound --> maintain POS condition type group) A new condition type group is created that replace VKP0 compared to the original SAP standard one.
    2. (Sales and distribution --> POS interface --> outbound --> maintain profile for POS outbound) A new POS outbound profile using the above new condition type group
    3. Site maintenance WB03, assign above new POS outbound profile to the specific store
    4. (Logistics-general --> assortment --> assortment list --> controlling condition change analyses --> direct entry for creating the worklist --> activation of the direct entry for creating the worklist) tick "direct entry indicator" for 50 assortment list
    5.  (Logistics-general --> assortment --> assortment list --> controlling condition change analyses --> maintain filter setting for condition types) Add a new row for ZP01 for table no. 901
    Really appreciate your advice.
    BR
    Dom

    Hi Honghai,
         Actually it's based on the customer pricing procedure. The default one is VKP001. If you assign the other customer pricing procedure in Tcode: OVKK, you should add the condition type to the corresponding pricing procedure.
    Jessy

  • Shortdump "ITAB_DUPLICATE_KEY" in SICF when creating an alias

    Hi
    I'm trying to create a reference to the WSHANDLER service in SICF, on a WAS 7.00 system  (IDES), but when i'm switching to the tab "Alias Target", the system generates a Shortdump (see below).
    Have any of you experienced/solved this problem (It's on an IDES System so i'm afraid that help on the OSS isn't very likely )
    I have found a post from [mani sahay,|DSWP;, with at reference to OSS Note 1042052, but it doesn't seem to exist
    Any help on this issue would be very appreciated
    Regards
    Morten Nielsen
    Dump
    Runtime Errors         ITAB_DUPLICATE_KEY
    Date and Time          03.03.2008 11:42:00
    Short text
         A row with the same key already exists.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "RSICFTREE" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    Error analysis
         An entry was to be entered into the table
          "\PROGRAM=RSICFTREE\DATA=GT_ALIAS_ICFS[]" (which should have
         had a unique table key (UNIQUE KEY)).
         However, there already existed a line with an identical key.
         The insert-operation could have ocurred as a result of an INSERT- or
         MOVE command, or in conjunction with a SELECT ... INTO.
         The statement "INSERT INITIAL LINE ..." cannot be used to insert several
          initial lines into a table with a unique key.
    Trigger Location of Runtime Error
         Program                                 RSICFTREE
         Include                                 ICFTREE_FORMS
         Row                                     2.663
         Module type                             (FORM)
         Module Name                             INIT_ALIAS_TREETABLES

    Hi Morten, I have the exact same problem with creating a reference service to the WEBGUI in SICF.System is ECC 6.0. Did you ever get this resolved? Thanks, Julie

  • ITAB_DUPLICATE_KEY in the function module RSAR_ODS_GET

    Hi All,
    Whenever I am trying to load data into any infocube or ODS, I get short dump error. The error is as follows :
    Short text
        A row with the same key already exists.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPLRSAODS" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        An entry was to be entered into the table
         "\FUNCTION=RSAR_ODS_GET\DATA=L_TH_ISOSMAP" (which should have
        had a unique table key (UNIQUE KEY)).
        However, there already existed a line with an identical key.
        The insert-operation could have ocurred as a result of an INSERT- or
        MOVE command, or in conjunction with a SELECT ... INTO.
        The statement "INSERT INITIAL LINE ..." cannot be used to insert several
         initial lines into a table with a unique key.
    Regards,
    Prithi

    Hi Prithi,
    Its an issue with the ABAP code in declaring the Unique Key statement.. In ur code it seems that there are u unique keys which is not possible... As u can only use it once...
    So correct ur code and then try loading the same.. so that it will work fine..
    If u are in production.. there might be a new transport on ur objects which is making this issue..
    Check the same and correct the Code..
    thanks
    Hope this helps

  • Report list duplicate customers

    Is there a standard SAP way to check whether the customer database contains duplicate entries?
    Customers has been created for a long time (9 years I guess) and we suspect that the database contains several double entries since there was no check at all. The total amount of customers is 230.000. The question is, is there a report with which we can analyse duplicate entries? I know there are some BADI 's which can be used for  third party solutions to check addresses but I think it should be available in standard SAP too and hope it is.
    At this moment the customer has version 4.6C but will move next year to th latest version of SAP.
    Thanks in advance.

    G. Lakshmipathi,
    Thanks for the fast respons, but this isn't the answer to the question. The customer database is already filled with double entries I need a report to determine which addresses are duplicated. Based on that list I will delete (archive) those customers from the database. At the same time we will take measures (regional codes, postal code checks and duplicate checks) to avoid double and faulty entries in the future.
    So the question is, is there a report with which we can report duplicated entries?
    Regards Kees

  • Report to fetch account line items

    Hi,
    Just would like to know if there are any standard reports with which I can query the line items from an clearing account which has millions of lines and which always hangs when I use FBL3.
    pl advice since i need to analyse the entries which has hit this account.
    thanks.

    Hello,
    I would suggest you can directly access SE16 and search BSEG tables. FBL3N is the report if you are using classical GL, If you are using new GL, then go ahead with FAGLL03.
    Regards,
    Ravi

  • Budget problem

    Hi PS Guru's,
    there is a WBS element i.e A , which budgeted and availability control active. I have purchased some raw material against WBS element. system check the budget and also consume the budget. now we are creting a production order and assign the wbs element A . in production order i will use the same material as RAW material which i have purchase angaist wbs elemet A.  at the time of cost determination in production order system checking budget for raw material also which alredy purchase and budget has consume. we want system should check the budhet only oveheads/activity cost.
    regs,
    Avinash singh

    Hi,
    Check in the CJ31 transaction for your project in EXTRAS --> AVAILABILITY CONTROL --> ANALYSIS whic entries are consuming budget and wich entries don't consume budget.
    I hope this can be useful,
    Sara

Maybe you are looking for