St22- error- ITAB_DUPLICATE_KEY  for prog - SBIE0001

Hi All,
could any one help me to resolve this below issue.
In sm37 m getting a one job canceled due to ITAB_DUPLICATE_KEY  on production system. and it triggering to the below piece of code
IF orgunits-plvar = last_plvar.
         MOVE-CORRESPONDING orgunits TO in_objects.
         APPEND in_objects.
       ENDIF.
       IF ( orgunits-plvar <> last_plvar ) OR ( sy-tabix = n_of_lines ).
         REFRESH main_co.
         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.
    ERROR>>>>>>>     INSERT LINES OF main_co INTO TABLE main_costcenters.    <<<<<<<<< ERROR
How to resove this is there any sap note for this ?
Regards,
Sunil

Job log overview for job:    BIREQU_DHKDP5CSETG1AHB7JXOB7CD2S / 00050100
Date       Time     Message text                                                                  Message class Message no. Message type
05.05.2014 00:05:04 Job started                                                                        00           516          S
05.05.2014 00:05:04 Step 001 started (program SBIE0001, variant &0000000308035, user ID BWREMOTE)      00           550          S
05.05.2014 00:05:04 Asynchronous transmission of info IDoc 2 in task 0001 (0 parallel tasks)           R3           413          S
05.05.2014 00:05:04 DATASOURCE = 0ORGUNIT_ATTR                                                         R3           299          S
05.05.2014 00:05:04 RLOGSYS    = BIPCLNT900                                                            R3           299          S
05.05.2014 00:05:04 REQUNR     = REQU_DHKDP5CSETG1AHB7JXOB7CD2S                                        R3           299          S
05.05.2014 00:05:04 UPDMODE    = F                                                                     R3           299          S
05.05.2014 00:05:04 LANGUAGES  = *                                                                     R3           299          S
05.05.2014 00:05:04 *************************************************************************          R8           048          S
05.05.2014 00:05:04 *          Current Values for Selected Profile Parameters               *          R8           049          S
05.05.2014 00:05:04 *************************************************************************          R8           048          S
05.05.2014 00:05:04 * abap/heap_area_nondia......... 0                                       *         R8           050          S
05.05.2014 00:05:04 * abap/heap_area_total.......... 34358689792                             *         R8           050          S
05.05.2014 00:05:04 * abap/heaplimit................ 40000000                                *         R8           050          S
05.05.2014 00:05:04 * zcsa/installed_languages...... DE                                      *         R8           050          S
05.05.2014 00:05:04 * zcsa/system_language.......... E                                       *         R8           050          S
05.05.2014 00:05:04 * ztta/max_memreq_MB............ 2047                                    *         R8           050          S
05.05.2014 00:05:04 * ztta/roll_area................ 6500000                                 *         R8           050          S
05.05.2014 00:05:04 * ztta/roll_extension........... 2000000000                              *         R8           050          S
05.05.2014 00:05:04 *************************************************************************          R8           048          S
05.05.2014 00:05:10 Internal session terminated with a runtime error (see ST22)                        00           671          A
05.05.2014 00:05:10 Job cancelled                                                                      00           518          A

Similar Messages

  • RFC sender connect to PI results in ST22 error - CALL_FUNCTION_NOT_FOUND

    Hello,
    we are doing an RFC connect with a self defined RFC (simply a trigger, a report that calls a FM with a single value) to
    PI.
    The connectivity is working, sender channel in comm.channel monitoring is in green.
    The function module is imported to PI  and implemented in the related scenario.
    But when we try to start the call to PI this will simply result in an ST22 error on PI with the message
    CALL_FUNCTION_NOT_FOUND.
    Does anybody here have an idea about that issue?
    We are on SAP PI 7.0 SP 15.
    Regards
    Dirk

    > Out implementation:
    > We have a TCP IP connection in SM59 of the R/3 with host and service entries for the R/3 system and the registered server prg. name that is the same as in the comm.channel (know about case sensivity).
    > The prog. is registered in SMGW on the R/3 now.
    This looks perfect!
    > In the report where we are calling the function module the destination is the PI connection added as a ABAP Type 3 connection in SM59 of the R/3 system.
    Suppose you created TCP IP connection with a name R3_TO_XI, then in the report you have to code it as shown below.
    CALL FUNCTION 'your RFC FM name here'
      IN BACKGROUND TASK
      DESTINATION 'R3_TO_XI'
      TABLES
    COMMIT WORK.
    Update:-
    You can also refer this wiki..
    https://wiki.sdn.sap.com/wiki/display/XI/RFCtoFILE
    Regards,
    Sarvesh
    Edited by: Sarvesh Singh on Mar 11, 2010 5:04 PM

  • "Runtime Error ITAB_DUPLICATE_KEY"

    Object Navigator->Repository Browser
    Package: SBOOKSHOP
    BSP library->BSP Applications
    When i try to open Bsp application called "tutorial_3", the system returns a short-dump message "Runtime Error ITAB_DUPLICATE_KEY"
    Message detail:
    "What happened?            
    Error in ABAP application program.The current ABAP program "SAPLSDCL" had to be terminated because one of the statements could not be executed.                                              
    Error analysis:      
    You wanted to add an entry to table "\FUNCTION=SDOK_LOIOS_PHIOS_GET\DATA=PART_PHIOHEADS", which you declared with a UNIQUE KEY. However, there was already an entry with the same key."
    I wonder if anyone has faced the same issue and what was the solution.
    Thanks in advanced for your time.
    Best Regards

    Information on where terminated:
    The termination occurred in the ABAP program "SAPLSDCL"
    in "SDOK_LOIOS_PHIOS_GET".
    The main programwas "SAPMSEU0 ".
    The termination occurred in line 455 of the source code of the (Include)program "LSDCLU44" of the source code of program "LSDCLU44" (when calling the editor 4550). 
    I'm not able to post an OSS message.
    I wonder if anyone from SAP could check this error
    Best Regards
    José Antã

  • Short Dump when loading data (Runtime Error ITAB_DUPLICATE_KEY) Urgent Pls

    Dear Guru
    We are loading data into (2 ODS and ! Cube) from one Infopkg.
    When i do delta update it throws following error
    (for one ODS it is green) and for another ODS and CUBE it is red.
    Runtime Error          ITAB_DUPLICATE_KEY                                                                               
    What happened?                                                                               
    Error in ABAP application program.                                                                               
    The current ABAP program "GP229LMXTFYDS5X6UC3ND03NIV2" had to be terminated 
    because one of the                                                         
    statements could not be executed.
    Please suggest me some solution, i am with client..its a serious issue now.
    Hope you understand
    Thanks in Adv
    Dev

    hi,
    hope if you retrigger the load it would be successful.
    force the request status to red and delete from the all target and retrigger the load.
    else chk if in the detail tab u could find the data upto PSa. if so delete the red request alone and pull the records to tohose records from PSA.
    Ramesh

  • Pls send me Real time SM21 and ST22 errors.at  least 4

    Hi,
           I am new guy in Basis .Pls send me SM21 and ST22 real time errors.I will give more reward points.
    regards,
    Jana

    Hi janardan
    Here I am sending the lists of some real time errors that i have encountered during my monitoring work:-
    SM21
    1) 06:14:20 DIA 001 010 ALEREMOTE         AB0 Run-time error "CALL_FUNCTION_SEND_ERROR"       occurred  
    2) 08:09:13 DIA 002 010 ASCHELVI     SA38 AB0 Run-time error "TIME_OUT" occurred
    3) 05:45:03 BTC 003 000 SAPSYS            D01 Transaction Canceled BT 510 ( )
    4)  10:32:55 DIA 003 010 WORKFLOW          H01 Enqueue of work item 000023517979 deleted by called   application.       
    ST22    
    1) 10.04.2008 11:34:17 sapbebr104 FFERNAND 010 C RAISE_EXCEPTION    1
    2) 10.04.2008 12:47:23 sapbebr102 JIGOMEZ 010 C SYSTEM_CANCELED    4
    3) 09.04.2008 12:48:13 sapbebr104 MLOLMEDO 010 C TIME_OUT    1
    4) 01.04.2008 07:46:11 sapbebr042 BMARIQUE 010 C LOAD_PROGRAM_LOST    3
    In SM21 u can look for messages like :
      >Printer problems
      >Signal 11
      >Short dumps
      >Time-outs
      >Matchcode problems
      >Aborted postings
      >Runtime error analysis
    ST22 is used for some abap dump analysis
    Award points if found helpful.
    Regards,
    Abinash

  • Internal session terminated with a runtime error(ITAB_DUPLICATE_KEY)

    Hi All,
    Process Chain is failing While loading data from ODS to Cube iam getting error in DTP level internal session terminated with a runtime error(ITAB_DUPLICATE_KEY).Here my source is CRM.
    Can you please suggest me for this issue.
    Thanks,
    Mahes.

    hi Maheesh,
    Runtime Error ITAB_DUPLICATE _KEY is resulted because of Duplicate Transfer Structures from different Logical Systems.
    You can find the corresponding entries in the table RSISOSMAP ..On executing,we have the option to give the InfoSource name(ISOURCE) for wich the data load got failed with Runtime Error ITAB_DUPLICATE_KEY..
    You can coreect this error by running the Program RSAR_RSISOSMAP_REPAIR in repair mode , the program first checks the RSISOSMAP table and corrects any incorrect entries found. A log is then written for the mappings that were corrected.
    This will solve your problem.
    Please refer to link mention in above thread for more detail i have just summarize the things :
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a04c82eb-ec7c-2c10-7fae-ca6e764c483a?QuickLink=index&overridelayout=true
    Thanks,
    Deepak

  • How to create a error message for Deleted batch while creating a PO

    Hi ,
    Can any body tell me how to create error message for a deleted batch while creating a PO in ME21n,
    when a PO is created for a deleted batch at GI &GR lebel it is showing  a error message,
    but i want to show a error message while doing the PO creation.
    Thanks,
    Sachhi

    in badi  me_process_po_cust u can  put this message
    METHOD if_ex_me_process_po_cust~check.

  • Error BACKINT for Oracle Connection

    hi @ maxdb gurus...
    i have a problem backing up my maxdb 7.6.0.033 (serving for a mysap.erp2005 on aix 5.3) using the backint mechanism.
    -> backup media created: two pipes and one parallel medium containing these pipes
    -> bsi.env has been created
    -> backint4sapdb.sar contains
       4 staging areas each with 4096 MB
       files per backint call 2
    -> maxdb is about 57 gb perm. data area (and 6 gb temp.)
    i use the backup wizard (dbmgui) to invoke a complete data backup which starts (pipes are created in the file system) and runs until approx. 4 gb...then the backup terminates with error "-24920 backup operation was unsuccesful. The database request failed with error -8020"
    what might be the problem? are the staging areas too small? is says that when using only one stage area it must hold the complete database...can i then conclude that 4 staging areas must hold the database as well - meaning they must be around 15 gb each?
    GreetZ, AH

    yup...but that also means that the sum of the staging areas need as much space as the database ie. around 70 gigs netto! the staging files will be filled and thus grow until the defined size, meaning that the file system(s) need to be big enough!
    everything works fine until the stage files are filled (up to the defined size) and then stops...when i change the sizes of the staging areas i can reproduce the error!
    i compared the tsm implementation of that system with another system (live cache...kind of small regarding db size...) and found nothing serious...
    -> dbm.ebp (AIX 5.3, MaxDB 7.6.0.033, ERP2005, TSM 5.3.3.0)
    2006-11-09 13:56:50
    Using environment variable 'TEMP' with value '' as directory for temporary files and pipes.
    Using environment variable 'TMP' with value '' as directory for temporary files and pipes.
    Using connection to Backint for MaxDB Interface.
    2006-11-09 13:56:50
    Checking existence and configuration of Backint for MaxDB.
        Using configuration variable 'BSI_ENV' = '/sapdb/data/wrk/TDV/bsi.env' as path of the configuration file of Backint for MaxDB.
        Setting environment variable 'BSI_ENV' for the path of the configuration file of Backint for MaxDB from '/sapdba/data/wrk/TDV/bsi.env' to configuration value '/sapdb/data/wrk/TDV/bsi.env'.
        Reading the Backint for MaxDB configuration file '/sapdb/data/wrk/TDV/bsi.env'.
            The following line of the Backint for MaxDB configuration file does not start with a proper keyword and is ignored:
            The following line of the Backint for MaxDB configuration file does not start with a proper keyword and is ignored:
            The following line of the Backint for MaxDB configuration file does not start with a proper keyword and is ignored:
            The following line of the Backint for MaxDB configuration file does not start with a proper keyword and is ignored:
            Found keyword 'BACKINT' with value '/sapdb/TDV/db/bin/backint'.
            The following line of the Backint for MaxDB configuration file does not start with a proper keyword and is ignored:
            Found keyword 'INPUT' with value '/sapdb/TDV/backup/backint4sapdb.in'.
            Found keyword 'OUTPUT' with value '/sapdb/TDV/backup/backint4sapdb.out'.
            Found keyword 'ERROROUTPUT' with value '/sapdb/TDV/backup/backint4sapdb.err'.
            The following line of the Backint for MaxDB configuration file does not start with a proper keyword and is ignored:
            Found keyword 'PARAMETERFILE' with value '/sapdb/data/wrk/TDV/backint4sapdb.par'.
            Found keyword 'TIMEOUT_SUCCESS' with value '6000'.
            Found keyword 'TIMEOUT_FAILURE' with value '300'.
        Finished reading of the Backint for MaxDB configuration file.
        Using '/sapdb/TDV/db/bin/backint' as Backint for MaxDB program.
        Using '/sapdb/TDV/backup/backint4sapdb.in' as input file for Backint for MaxDB.
        Using '/sapdb/TDV/backup/backint4sapdb.out' as output file for Backint for MaxDB.
        Using '/sapdb/TDV/backup/backint4sapdb.err' as error output file for Backint for MaxDB.
        Using '/sapdb/data/wrk/TDV/backint4sapdb.par' as parameter file for Backint for MaxDB.
        Using '6000' seconds as timeout for Backint for MaxDB in the case of success.
        Using '300' seconds as timeout for Backint for MaxDB in the case of failure.
        Using '/sapdb/data/wrk/TDV/dbm.knl' as backup history of a database to migrate.
        Using '/sapdb/data/wrk/TDV/dbm.ebf' as external backup history of a database to migrate.
        Checking availability of backups using backint's inquire function.
    Check passed successful.
    2006-11-09 13:56:50
    Checking medium.
    Check passed successfully.
    2006-11-09 13:56:50
    Preparing backup.
        Setting environment variable 'BI_CALLER' to value 'DBMSRV'.
        Setting environment variable 'BI_REQUEST' to value 'NEW'.
        Setting environment variable 'BI_BACKUP' to value 'FULL'.
        Constructed Backint for MaxDB call '/sapdb/TDV/db/bin/backint -u TDV -f backup -t file -p /sapdb/data/wrk/TDV/backint4sapdb.par -i /sapdb/TDV/backup/backint4sapdb.in -c'.
        Created temporary file '/sapdb/TDV/backup/backint4sapdb.out' as output for Backint for MaxDB.
        Created temporary file '/sapdb/TDV/backup/backint4sapdb.err' as error output for Backint for MaxDB.
        Writing '/sapdb/TDV/backup/back-tdv-data-m10.pipe #PIPE' to the input file.
        Writing '/sapdb/TDV/backup/back-tdv-data-m11.pipe #PIPE' to the input file.
    Prepare passed successfully.
    2006-11-09 13:56:51
    Creating pipes for data transfer.
        Creating pipe '/sapdb/TDV/backup/back-tdv-data-m10.pipe' ... Done.
        Creating pipe '/sapdb/TDV/backup/back-tdv-data-m11.pipe' ... Done.
    All data transfer pipes have been created.
    2006-11-09 13:56:51
    Starting database action for the backup.
        Requesting 'SAVE DATA QUICK TO '/sapdb/TDV/backup/back-tdv-data-m10.pipe' PIPE,'/sapdb/TDV/backup/back-tdv-data-m11.pipe' PIPE BLOCKSIZE 8 NO CHECKPOINT MEDIANAME 'BACK-TDV-DATA-G1'' from db-kernel.
    The database is working on the request.
    2006-11-09 13:56:51
    Waiting until database has prepared the backup.
        Asking for state of database.
        2006-11-09 13:56:51 Database is still preparing the backup.
        Waiting 1 second ... Done.
        Asking for state of database.
        2006-11-09 13:56:52 Database is still preparing the backup.
        Waiting 2 seconds ... Done.
        Asking for state of database.
        2006-11-09 13:56:54 Database is still preparing the backup.
        Waiting 3 seconds ... Done.
        Asking for state of database.
        2006-11-09 13:56:57 Database is still preparing the backup.
        Waiting 4 seconds ... Done.
        Asking for state of database.
        2006-11-09 13:57:01 Database is still preparing the backup.
        Waiting 5 seconds ... Done.
        Asking for state of database.
        2006-11-09 13:57:06 Database has finished preparation of the backup.
    The database has prepared the backup successfully.
    2006-11-09 13:57:06
    Starting Backint for MaxDB.
        Starting Backint for MaxDB process '/sapdb/TDV/db/bin/backint -u TDV -f backup -t file -p /sapdb/data/wrk/TDV/backint4sapdb.par -i /sapdb/TDV/backup/backint4sapdb.in -c >>/sapdb/TDV/backup/backint4sapdb.out 2>>/sapdb/TDV/backup/backint4sapdb.err'.
        Process was started successfully.
    Backint for MaxDB has been started successfully.
    2006-11-09 13:57:06
    Waiting for end of the backup operation.
        2006-11-09 13:57:06 The backup tool is running.
        2006-11-09 13:57:06 The database is working on the request.
        2006-11-09 13:57:11 The backup tool is running.
        2006-11-09 13:57:11 The database is working on the request.
        2006-11-09 13:57:21 The backup tool is running.
        2006-11-09 13:57:21 The database is working on the request.
        2006-11-09 13:57:36 The backup tool is running.
        2006-11-09 13:57:36 The database is working on the request.
        2006-11-09 13:57:56 The backup tool is running.
        2006-11-09 13:57:56 The database is working on the request.
        2006-11-09 13:58:21 The backup tool is running.
        2006-11-09 13:58:21 The database is working on the request.
        2006-11-09 13:58:51 The backup tool is running.
        2006-11-09 13:58:51 The database is working on the request.
        2006-11-09 13:59:21 The database has finished work on the request.
        Receiving a reply from the database kernel.
        Got the following reply from db-kernel:
            SQL-Code              :-8020
            Date                  :20061109
            Time                  :00135703
            Database              :TDV
            Server                :r4335
            KernelVersion         :Kernel    7.6.00   Build 033-123-130-873
            PagesTransfered       :377688
            PagesLeft             :6903331
            MediaName             :BACK-TDV-DATA-G1
            Location              :/sapdb/TDV/backup/back-tdv-data-m10.pipe
            Errortext             :end of file
            Label                 :DAT_000000017
            IsConsistent          :true
            FirstLogPageNo        :247812
            DBStamp1Date          :20061109
            DBStamp1Time          :00135651
            BDPageCount           :7280971
            DevicesUsed           :2
            DatabaseID            :r4335:TDV_20061109_135703
            Max Used Data Page    :0
            Converter Page Count  :5201
        2006-11-09 13:59:21 The backup tool is running.
        2006-11-09 13:59:22 The backup tool process has finished work with return code 2.
        2006-11-09 13:59:22 The backup tool is not running.
    The backup operation has ended.
    2006-11-09 13:59:22
    Filling reply buffer.
        Have encountered error -24920:
            The backup tool failed with 2 as sum of exit codes. The database request failed with error -8020.
        Constructed the following reply:
            ERR
            -24920,ERR_BACKUPOP: backup operation was unsuccessful
            The backup tool failed with 2 as sum of exit codes. The database request failed with error -8020.
    Reply buffer filled.
    2006-11-09 13:59:22
    Cleaning up.
        Removing data transfer pipes.
            Removing data transfer pipe /sapdb/TDV/backup/back-tdv-data-m11.pipe ... Done.
            Removing data transfer pipe /sapdb/TDV/backup/back-tdv-data-m10.pipe ... Done.
        Removed data transfer pipes successfully.
        Copying output of Backint for MaxDB to this file.
        ---------- Begin of output of Backint for MaxDB (/sapdb/TDV/backup/backint4sapdb.out)----------
            Reading parameter file /sapdb/data/wrk/TDV/backint4sapdb.par.
            Using staging area /sapdb/TDV/backup/stage1 with a size of 1585446912 bytes.
            Using staging area /sapdb/TDV/backup/stage2 with a size of 1585446912 bytes.
            Using 1 file per Backint for Oracle call.
            Using /sapdb/TDV/dbs/backint as Backint for Oracle.
            Using /sapdb/TDV/dbs/initTDV.utl as parameterfile of Backint for Oracle.
            Using /sapdb/data/wrk/TDV/backint4oracle.his as history file.
            Using /sapdb/TDV/backup/backint4oracle.in as input of Backint for Oracle.
            Using /sapdb/TDV/backup/backint4oracle.out as output of Backint for Oracle.
            Using /sapdb/TDV/backup/backint4oracle.err as error output of Backint for Oracle.
            Using a maximal delay for a Backint for Oracle call of 60 seconds.
            Reading input file /sapdb/TDV/backup/backint4sapdb.in.
            Backing up pipe /sapdb/TDV/backup/back-tdv-data-m10.pipe.
            Backing up pipe /sapdb/TDV/backup/back-tdv-data-m11.pipe.
            Found 2 entries in the input file.
            Starting the backup.
            Starting pipe2file program(s).
            Waiting for creation of temporary files.
            1 temporary file is available for backup.
            Calling Backint for Oracle at 2006-11-09 13:59:20.
            Calling '/sapdb/TDV/dbs/backint -u TDV -f backup -t file -p /sapdb/TDV/dbs/initTDV.utl -i /sapdb/TDV/backup/backint4oracle.in -c' .
            Backint for Oracle ended at 2006-11-09 13:59:20 with return code 2.
            Backint for Oracle output:
            Backint for Oracle output:                          Data Protection for mySAP(R)
            Backint for Oracle output:
            Backint for Oracle output:              Interface between BR*Tools and Tivoli Storage Manager
            Backint for Oracle output:              - Version 5, Release 3, Modification 2.0  for AIX LF 64-bit -
            Backint for Oracle output:                    Build: 275  compiled on Nov 20 2005
            Backint for Oracle output:         (c) Copyright IBM Corporation, 1996, 2005, All Rights Reserved.
            Backint for Oracle output:
            Backint for Oracle output: BKI2027I: Using TSM-API version 5.3.3.0 (compiled with 5.3.0.0).
            Backint for Oracle output: BKI2000I: Successfully connected to ProLE on port tdpr3ora64.
            Backint for Oracle output: BKI0005I: Start of program at: Thu Nov  9 13:59:20 MEZ 2006 .
            Backint for Oracle output: BKI5014E: Tivoli Storage Manager Error:
            Backint for Oracle output: ANS1035S (RC406)  Options file '*' could not be found.
            Backint for Oracle output:
            Backint for Oracle output: BKI0020I: End of program at: Thu Nov  9 13:59:20 MEZ 2006 .
            Backint for Oracle output: BKI0021I: Elapsed time: 00 sec .
            Backint for Oracle output: BKI0024I: Return code is: 2.
            Backint for Oracle output:
            Backint for Oracle error output:
            Finished the backup unsuccessfully.
            #ERROR /sapdb/TDV/backup/back-tdv-data-m10.pipe
            #ERROR /sapdb/TDV/backup/back-tdv-data-m11.pipe
        ---------- End of output of Backint for MaxDB (/sapdb/TDV/backup/backint4sapdb.out)----------
        Removed Backint for MaxDB's temporary output file '/sapdb/TDV/backup/backint4sapdb.out'.
        Copying error output of Backint for MaxDB to this file.
        ---------- Begin of error output of Backint for MaxDB (/sapdb/TDV/backup/backint4sapdb.err)----------
            Backint for Oracle was unsuccessful.
        ---------- End of error output of Backint for MaxDB (/sapdb/TDV/backup/backint4sapdb.err)----------
        Removed Backint for MaxDB's temporary error output file '/sapdb/TDV/backup/backint4sapdb.err'.
        Removed the Backint for MaxDB input file '/sapdb/TDV/backup/backint4sapdb.in'.
    Have finished clean up successfully.
    i invoke the backup through dbmgui, not dbmcli!
    any clues? thx in advance!
    GreetZ, AH

  • For weeks I have been viewing a doggy day care via their web cam.  This weekend I upgraded to Lion and have been unable to view the center since.  I get an error message for java webcam class not found.  All of my software is up to date--suggestions?

    For weeks I have been viewing a doggy day care center via their web cam.  This weekend I upgraded to Lion and have been unable to view the center.  I get an error message for Java plug-in 1.6.0_29 ....webcam class not found.  Any suggestions on how to fix this?

    Sorry, don't know what else to suggest unless there's a URL to the problem stream that someone here can try. Otherwise we can't test it to try and determine what might be wrong.
    BTW, make sure they're testing it with a Mac, not with a Windows system. If they test only with Windows, what they say is or is not working doesn't mean much.
    Regards.

  • How to prevent error message for material description in MDG material detail screen, when user click on check action

    Dear Experts,
    I have a requirement for making material description as non mandetory in change request view of mdg material screen.
    I have done that using field usage in get data method of feeder classes, but still message is displaying.
    This message 'Material description is mandatory is displaying with check action only, but not with save or submit after i anhance field property as not mandetory.
    How to prevent error message for material description in MDG material detail screen, when user click on check action.
    Thanks
    Sukumar

    Hello Sukumar
    In IMG activity "Configure Properties of Change Request Step", you can completely deactivate the reuse area checks (but will then loose all other checks of the backend business logic as well).
    You can also set the error severity of the checks from Error to Warning (per CR type, not per check).
    Or you provide a default value for the material description, e.g. by implementing the BAdI USMD_RULE_SERVICE.
    Regards, Ingo Bruß

  • How can I display different error bars for each point on a scatter graph?

    I have a scatter chart in Numbers and I need to add error bars to the points along both the x and y axes, however, the size of the error bars for each point need to be of different sizes. Is there a way to accomplish this or is there some kind of work around to acheieve a similar result? So far the only way I can find to add error bars only allows a standard amount for each point.

    I found the answer here https://discussions.apple.com/message/16440653#16441393

  • How can i set a global error page for all error cod

    how can i set a global error page for all error code?
    i don't want to leave a long list in the web.xml file.could any one help me?
    thanks

    If u have a common Error JSP named as ErrorPage.jsp
    You need to have the following piece of code in the JSP as :
    <%@ page isErrorPage ="true"%>
    This makes it as the Common Error Page for the Application. Now all you need to do is from other JSP's throw the Exception to teh container. The container will redirect to this Page and process accordingly.
    Thanks and regards,
    Pazhanikanthan. P

  • How can i put a custom error massege for error CS039

    I enable an error massage in production order release if batch determination is not done for the component material. Iu2019m getting the error as Release rejected (check log). Error number is CS039. I want to put a custom error massage for this. Can someone suggest me the configuration for this.

    Hi,
    Implement the user-exit PPCO0021 - Release Control for Automatic Batch Determination
    In this you can control the release of order & also issue custom messages. Work with your technical person to implement the same.
    Regards,
    Vivek

  • "returning error page for JRun too busy or out of memory"

    Hello,
    I've got some trouble to update a ColdFusion linux based.
    We have already tried to update from ASPB11-04 and ASPB11-14 but we always have the folloing erreor message :
    "returning error page for JRun too busy or out of memory"
    We really need a solution ASAP. Thanks!
    Jeff

    Can you share the exception and application logs having the error entries.
    Regards,
    Anit Kumar

  • How to give error message for the screen element text field when wrong i/p

    How to give error message for the screen element text field when wrong i/p
    when wrong input given
    eg. 
    I have a text box with SBOOK-CARRID
    so when user give wrong entry in text box i.e LG
    then I should give some error stating that the the input is invalid or not available ,
    now it showing the error of standard messages,
    i want manual message to be displayed when error comes.
    Thank you,
    Regards,
    Jagrut Bharatkumar Shukla

    Hi all,
    Thank you for your valuable reply,
    but the thing is that its a screen field,
    i.e text box not a selection screen
    i created in screen layout
    with name sbook-carrid
    now i want to get error message display if wrong i/p is given
    thank you.
    Regards,
    Jagrut bharatkumar Shukla,

Maybe you are looking for

  • How do I create a desktop shortcut to an application in IOS ?

    I have developped an application.I hope this application create a icon to desktop.when I touch the icon ,it will start the application.

  • E71x problem, and a question about 'physical damag...

    Hiya, Soooo I got the E71x in June, and I loved it, until about a month ago, it started frustrating me non stop. The phone will tell me that its battery is low after I've charged it completely, and have seen 5 bars worth of power for 30 mins; it will

  • Java.lang.NullPointerException running flexunit ant task in 4.1 Beta 2

    Hello, After trying to debug this all day, I thought I would ask the community. I am trying out the new FU4.1 Beta 2 (3.5) from the downloads page.  We have a working CI system set up with 4.0, and I thought trying out 4.1 beta 2 would simply be a ma

  • The TCP/IP connection to the host  has failed.

    Hi everyone; I have project with Java and Sql server 2000.My application server is Jetty.I work this tool successfully in Windows 2000 Server but I cant in XP Pro Service Pack 2.I take this message : The TCP/IP connection to the host has failed. java

  • OTM 6.1 installation - error starting weblogic piece

    Installed OTM 6.1, followed the Administration guide, cannot start the weblogic server, log as follows: Has anyone seen this error before? ####<Jul 19, 2010 2:14:56 PM CDT> <Critical> <Security> <okmdevxx> <gc3-okmdev1001> <[ACTIVE] ExecuteThread: '0