LOAD_PROGRAM_LOST

Dear all,
SAP ECC 6.0 , AIX , Oracle 10g
I got the error in prod server (LOAD_PROGRAM_LOST) and Pls check the log also .
Runtime Errors         LOAD_PROGRAM_LOST
Date and Time          23.06.2010 16:18:04
Short text
     Program "GBTGEFI0" was modified during the run.
What happened?
     Runtime error
     The current ABAP program "SAPLGBL5" had to be terminated because one
     of the statements could not be executed at runtime.
What can you do?
     Restart the program.
     If the error persists, contact your SAP administrator.
     You can use the ABAP dump analysis transaction ST22 to view and manage
     termination messages, in particular for long term reference.
Error analysis
     While the program was running, the program "GBTGEFI0" had to be reloaded
     because a bottleneck pushed it out of the local
     program buffer. However, the database was found to contain an already
     changed program.
How to correct the error
    Try to restart the program.
System environment
    SAP-Release 700
    Application server... "PRDAPP2"
    Network address...... "10.54.145.34"
    Operating system..... "AIX"
    Release.............. "5.3"
    Hardware type........ "000184AAD400"
    Character length.... 16 Bits
    Pointer length....... 64 Bits
    Work process number.. 0
    Shortdump setting.... "full"
    Database server... "PRODORADB"
    Database type..... "ORACLE"
    Database name..... "IRP"
    Database user ID.. "SAPSR3"
    Terminal................. "MUL119-WKS-D27"
    Char.set.... "C"
    SAP kernel....... 700
    created (date)... "Mar 7 2010 21:00:49"
    create on........ "AIX 2 5 005DD9CD4C00"
    Database version. "OCI_102 (10.2.0.2.0) "

Continuation of error log
    Patch level. 246
    Patch text.. " "
    Database............. "ORACLE 10.1.0.., ORACLE 10.2.0.., ORACLE 11.2...*"
    SAP database version. 700
    Operating system..... "AIX 1 5, AIX 2 5, AIX 3 5, AIX 1 6"
    Memory consumption
    Roll.... 16192
    EM...... 12569544
    Heap.... 0
    Page.... 884736
    MM Used. 5306304
    MM Free. 3070592
User and Transaction
    Client.............. 320
    User................ "SA_A013"
    Language key........ "E"
    Transaction......... "FB01 "
    Transactions ID..... "4C217FF2026C007FE10080000A369122"
    Program............. "SAPLGBL5"
    Screen.............. "SAPMF05A 0300"
    Screen line......... 95
Information on where terminated
    Termination occurred in the ABAP program "SAPLGBL5" - in "LINK_GEN_EXIT_POOLS".
    The main program was "SAPMF05A ".
    In the source code you have the termination point in line 282
    of the (Include) program "LGBL5F01".
Source Code Extract
Line  SourceCde
  252 ENDFORM.                    " GENERATE_EXP_ROUTINES
  253 *******************************************************
  254 FORM link_gen_exit_pools.
  255
  256   STATICS: pool_r LIKE syst-repid,
  257            pool_s LIKE syst-repid.
  258
  259   IF pool_r IS INITIAL AND pool_s IS INITIAL.
  260     CALL FUNCTION 'G_VSR_GET_EXITPOOL_NAME'
  261       EXPORTING
  262         arbgb    = 'GBLR'
  263         mandt    = syst-mandt
  264       IMPORTING
  265         poolname = pool_r
  266       EXCEPTIONS
  267         OTHERS   = 1.
  268
  269     CALL FUNCTION 'G_VSR_GET_EXITPOOL_NAME'
  270       EXPORTING
  271         arbgb    = 'GBLS'
  272         mandt    = syst-mandt
  273       IMPORTING
  274         poolname = pool_s
  275       EXCEPTIONS
  276         OTHERS   = 1.
  277   ENDIF.
  278   CHECK NOT ( pool_r IS INITIAL AND pool_s IS INITIAL ).
  279
  280   PERFORM link_exit_pool IN PROGRAM (g_boolpool) USING
  281           pool_r pool_s IF FOUND.
>>>>> ENDFORM.                    "link_gen_exit_pools
  283
  284 &----
  285 *&      Form  create_bool_filename
  286 &----
  287 *       Setzt GBTmmaa0 zusammen, ersetzt die GBAAAAAA Logik
  288 ----
  289 FORM create_bool_filename  USING    vsr_user  LIKE gb31-valuser
  290                                     vsr_event LIKE gb31-valevent
  291                            CHANGING filename.
  292
  293   DATA: file_name(8) TYPE c,
  294         client LIKE sy-mandt,
  295         l_gb31c LIKE gb31c.
  296
  297   CHECK NOT vsr_user  IS INITIAL.
  298   CHECK NOT vsr_event IS INITIAL.
  299
  300   client = sy-mandt.
  301
Kindly suggest

Similar Messages

  • Runtime Errors LOAD_PROGRAM_LOST facing error during SP K-1507PINSTPL imple

    Dear All,
    Please help here
    I am not able to apply support packages K-1507PINSTPL in SOLMAN Live system while same package has already been
    implemented in SOLMAN Dev system without any error.
    In SOLMAN Live system we are facing below error in short dump
    Runtime Errors         LOAD_PROGRAM_LOST
    Date and Time          29.06.2011 06:40:22
    Program "SAPLSMTR_NAVIGATION" was modified during the run.
    Runtime error
    The current ABAP program "SAPLSMTR_NAVIGATION_MODULES" had to be terminated
    because one
    of the statements could not be executed at runtime.
    While the program was running, the program "SAPLSMTR_NAVIGATION" had to be
    reloaded
    because a bottleneck pushed it out of the local
    program buffer. However, the database was found to contain an already
    changed program.
    And implementation of this support package is already inprogress in solman_live system with message
    "tp check buffer for already imported requests"
    Eloboratin issue as below:
    Trid to stop transaction and then run again but always facing that it got stuck on the phase " IMPORT_PROPER" with below error
    "tp check buffer for already imported requests"
    Please advice what to do?
    Please help here i got stuck in between of activity.
    Regards,
    Vyash
    Edited by: vyashmishra on Jun 29, 2011 2:47 PM

    Dear All,
    My issue got resoulved
    Action taken as below
    1: reset the buffer via /$sync(tcode)
    2: Then chcked in slog and could see due to disk space issue deadlock occured and PID was coming as active for same file
    SID.LOB
    3: Hence we renamed the SID.LOB to SID.LOB1.
    4: We imported the stucked TR for support package in STM(tcode)
    After that reimported the package and issue got resoulved.
    Regards,
    Vyash
    Edited by: vyashmishra on Jul 13, 2011 8:54 AM

  • Dump LOAD_PROGRAM_LOST

    Hello Friends,
    While i am executing the T-Code: SE16 (Programa Name: SAPLSETB)  this "LOAD_PROGRAM_LOST"dump occurs again and again. While i am getting this Dump their is no Source Code.
    And In the Dump when i am read "How To Correct Error" their written "Try to Restart the Program", but i am getting if i restart the program, if this error comes again what is the reason and why this Dump Occurs or if the program run sussfully then why this error occurs earlier.
    Friends help me to solve this issue and tell me the reson why this Dump Occursoccurs.
    Transaction......... "SE16 "                                                  
    Program............. "SAPLSETB "                                              
    Screen.............. "/1BCDWB/DBKNVV 1000"                                    
    Screen line......... 64     
    Thanks and Regards,
    Rahul Asthana.

    Hello Friends,
    Regarding Dump"LOAD_PROGRAM_LOST" i am sending you few more inforamtion.
    I Hope it will help you friends and you all will help me to solve the Dump.
    Program "/1BCDWB/DBKNVV" was modified during the run.                         
    What happened?
    Runtime Error                                                                 
    of the statements could not be executed at runtime.                           
    The current ABAP program "SAPLSETB " had to be terminated because one         
    of the statements could not be executed at runtime.     
    Error analysis
    While the program was running, the program "/1BCDWB/DBKNVV" had to be reloaded
    because a bottleneck pushed it out of the local                               
    program buffer. However, the database was found to contain an already         
    changed program.                                                                               
    How to correct the error
    Try to restart the program.      
    User, transaction
    Language key........ "S"                                                      
    Transaction......... "SE16 "                                                  
    Program............. "SAPLSETB "                                              
    Screen.............. "/1BCDWB/DBKNVV 1000"                                    
    Screen line......... 64   
    Information on where termination occurred
    The termination occurred in the ABAP/4 program "SAPLSETB " in                 
    "GENERATE_NEW_SEL".                                                           
    The main program was "/1BCDWB/DBKNVV ".                                                                               
    The termination occurred in line 0                                            
    of the source code of program " " (when calling the editor 00). 
    Chosen variables
    Name.......................... Contents.1........2........3....+....4
    %_?NOT_ASSIGNED?                                                                               
    2222                                   
                                   0000                                   
    TVDIR                                                                               
    2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  40                                                                               
    2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  80                             000000000000                    
                                   2222222333333333333222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 120                       00000000000000         
    Friends their is no Source Code.
    Due to which i am getting the solution of and Error of the dump.
    Pleease help me to solve this Error
    Thanks and Regards,
    Rahul Asthana

  • LOAD_PROGRAM_LOST (NOTE 5451 )

    Hi Sap Gears!
    I`m having this issue all the time in the execution of a program in SAP 4.6C system.  I try to search this problem in the forum and i tryed a lot of time open error message to SAP, but they dont understand my problem....
    When i execute this program, a short dump occurs with this PXA Buffer Issue. The Basis Time already increase this buffered memory, but this occurs frequently. When a Bapi is called, this dump occurs always.
    Someone has a light for me to resolve this issue?
    Thanks!

    Hi,
    The LOAD_PROGRAM_LOST error occurs when there are two
    or more versions of a given program loaded into the
    buffer at any given time. This happens when the
    program is changed by one user while it is still in
    use by another user.
    When a user gets to the program that is having this
    problem and R/3 attempts to load the generated version
    from the buffer, it sees that the version is not the
    most current and tries to swap it out for the most
    current, but the load was lost from the pxa buffer,
    hence the dump of LOAD_PROGRAM_LOST.
    To correct the error you need to run tranx SAMT &
    regenerate the program(s) that are listed in the dump.
    You can then do a $SYNC in the OK code field in the
    affected applciation server, but the other
    application servers should not be running. After the
    $SYNC, the other app servers can be brought up and the
    buffers should then be in sync.
    Regards
    Nicole

  • ABAP/4 processor: LOAD_PROGRAM_LOST error

    Hi,
    One of my job got failed , the errer message wwhich iam getting is
    "ABAP/4 processor: LOAD_PROGRAM_LOST"
    can anybody tell me wht could be the reason for this
    Thanks
    Yogesh Gupta

    Hi,
    The problem could be related to   SPAM updates
    Symptom: Three runtime errors can occur when you import a SPAM update:
    - LOAD_PROGRAM_LOST
    - SAPSQL_SELECT_WA_TOO_SMALL
    - SAPSQL_SELECT_TAB_TOO_SMALL
    - SAPSQL_WA_TOO_SMALL
    These errors occur because SPAM is modified when running.
    LOAD_PROGRAM_LOST occurs when SPAM is loaded back into the local program buffer and a different version exists on the database.
    Solution: These errors no longer occur when you restart Transaction SPAM and
    continue applying the SPAM update.

  • LOAD_PROGRAM_LOST error during transport

    Hi guys,
    One of my transports always got canceled (RC = 12). The error given was LOAD_PROGRAM_LOST.
    I looked at the program in the target system, it's a generated report called insert_and_read_ods.
    Any input is appreciated.
    BR
    Ben

    Hi,
    The transport request contains Info Packages, Data Sources, Transfer Rules, and Transfer Structures.
    As I tried to transport a few times (which all ended up with RC 12), the programs that were complained about were different. But they all had to do with PSA of data sources from one source system.
    Thank you.

  • LOAD_PROGRAM_LOST and  CONVT_CODEPAGE

    Hi Guys! Need very urgent help , may be someone knows this.
    In today our Prod. server has gone mad . In sm21 and st22 are many dumps(> 1000 , and new every 3-5 second) and errors like :
    LOAD_PROGRAM_LOST and  CONVT_CODEPAGE.  From users side the T-codes are reset
    "The program is changed during performance" (i'm see on russian language,It is a literal translation as I shall see in English I shall tell literally). Any help is rewarded. Regards.

    Hi Juan Reyes.
    Yesterday i can't replay to you, the unknow error are on my browser................
    Yes trasport are imported, also the Prepare are start (befor we start Prepare and all ok). In DDXTT we find 460 fields, after some actions we could force will proceed Prepare, (before it's hangs between the phases TOOLIMPD1 and NPREPCRE0 where we can't reset Prepare). All is now good. Thanks and regards.

  • Job faliour LOAD_PROGRAM_LOST

    Hi all,
    I have schedule one Z program in the back ground job (SM37).
    I am getting a dump saying LOAD_PROGRAM_LOST.
    Error analysis says:
    While the program was running, the program "SAPLV01F" had to be reloaded because a bottleneck pushed it out of the local
    program buffer. However, the database was found to contain an already changed program.
    Can any one suggest what does it mean.

    Try resubmitting it.
    Rob

  • LOAD_PROGRAM_LOST Dump Help

    Hi,
    On our productive system we are getting around 500 dumps a week of the type LOAD_PROGRAM_LOST, related to the transactions MIRO,VA01,FBL1N,MIGO and the programs GBTABCO0 and GBTABFI0.
    We only transport orders from QA to productive on Thursday Morning around 3-4 AM, from what i've read this error might happen when replacing versions of the same program on runtime, i believe with the transport method we use its unlikely that the dump is generated because of that, does anyone have any kind of experience with this kind of dump and the possible solutions.
    Thank you.
    Roberto Gomez.

    Roberto Gomez
    Can you kindly let me know how you were able to resolve this issue? I am encountering a similar issue and not sure how to get it resolved.
    Can you kindly help?
    Thanks,
    Balaji

  • Frequent dumps with the message "LOAD_PROGRAM_LOST"

    Hi,
    I  get frequent dumps in an SRM development server SRM.
    u201CLOAD_PROGRAM_LOSTu201D is the dump.
    The error analysis says this
    While the program was running, the program "CL_O24AZ2T4VNGKGGI9LRCNKSPN8DNCP"  had to be reloaded because a bottleneck pushed it out of the local program buffer. However, the database was found to contain an already changed program.
    I thought it to be problem with program buffer.When I checked the parameters,the current value of the parameter u201Cabap/buffersizeu201D is 500MB and the available free space is 1MB.
    If I increase the value, would my problem be resolved?Or would there be any other dependent parameters that I should take care.Please help.
    Thanks in advance.
    Regards,
    Sudheer.

    Hi,
    if you are using ORACLE, try to consuder increasing sga_max_size and db_cache_size
    to set this parameter you must consider your physical memory is available.
    i have experienced in the top three largest consumer goods mfg and distributor, which have huge database size and high database growth, with large number of user, currently running 400 MB in abap_buffer_size but seems running well.
    hope it help you
    rgds,
    Alfonsus Guritno

  • Short Dump while saving the changes in Quotation

    Hi abapers,
    Please solve my Problem Actually Problem with the Quotation. I have created one SAP Script and attached to VA21. now when I save the Quotation it gets saved byut when I try to open the Quotation in VA22/Va23 first it gives me a short dump but next time it opens up without any short dump.
    I get a Short Dump " LOAD_PROGRAM_LOST". Short Description is : "Program "ZZV1SOCONFIRM_INCLUDE" was modified during the run.".
    this is just an include which I used it in my SAP Script. Can anybody suggest me what happened with the code.
    Below is the Error Anaysis in ST22.
    Error analysis
        While the program was running, the program "ZZV1SOCONFIRM_INCLUDE" had to be
         reloaded
        because a bottleneck pushed it out of the local
        program buffer. However, the database was found to contain an already
        changed program.

    Hi Mike,
    I think by the time you trigger the print out of quotation, Program active version might not be generated. you might have given the print before it gets the active version.
    If you are still getting the dump, then it could be problem at output config.
    Regards,
    Satish

  • Error while activating the Business Content

    Hi BI gurus,
    I am installing the business content for the sales overview infocube with the grouping option data flow before and install in back ground option. The back ground job is cancelled with the error msg"STDO: Log could not be written on output device T" and at the end it shows ABAP/4 processor: LOAD_PROGRAM_LOST error.
    Can any one give solution for this. This is very urgent,
    With Regards,
    Balachander.S

    And also check whether there are any dumps in ST22.
    Khaja

  • ABAP program generation after tp import

    After a transport was imported successfully into production the program screen did not look the same as in non-production. To correct - the code was regenerated manually. I thought the tp import did this for you? Whan I look at the log I see:
    Generation of programs and screens for transport request DV4K220113
    on application server er3db04
    Only generates programs with LOAD versions
    Program ZHELP successfully generated
    Database COMMIT executed
    Generation of programs and screens
    End date and time : 20090220094647
    Ended with return code: ===> 0 <===
    Any ideas whay a manual regen was necessary? Thanks all.

    Hai,
    It is always not recommended to transport changes into Production system when users are working with the objects you are trying to change with the help of transport. This will cause in version mismatch and lead to some inconsistencies. This can also lead to LOAD_PROGRAM_LOST kind of dumps in the system.
    I guess the problem would have occured in the application servers since the buffers would have not been synchronized with the Central instance. To avoid these kind of circumstances you can transport important changes into Production during off peak hours or regenerate the program or sync the buffers between the application servers. Synchronizing the buffers should be done in the off peak hours while doing this the other application servers (if you have 2 or 3 application servers) which does not have the buffer problems should be down.
    Regards,
    Yoganand.V

  • Error while installing Business Content SD Cubes

    Hello BW Guru's,
    I am installing the business content for the sales overview infocube with the grouping option data flow before  &  later  sometime it says that backgorund programm was been modified.
    I checked it in st22 its showing an dump with the status msg LOAD_PROGRAM_LOST error.
    What could be the problem? how to resolve this issue?
    Please through some inputs on this issue....
    Points Asssured.
    Urs,
    RK.

    Hi,
    The LOAD_PROGRAM_LOST error occurs when there are two
    or more versions of a given program loaded into the buffer at any given time. This happens when the program is changed by one user while it is still in use by another user.
    When a user gets to the program that is having this problem and R/3 attempts to load the generated version from the buffer, it sees that the version is not the most current and tries to swap it out for the most current, but the load was lost from the pxa buffer, hence the dump of LOAD_PROGRAM_LOST.
    To correct the error you need to run tranx SAMT & regenerate the program(s) that are listed in the dump. You can then do a $SYNC in the OK code field in the affected applciation server, but the other application servers should not be running. After the $SYNC, the other app servers can be brought up and the
    buffers should then be in sync.
    Hope this helps,
    Regards
    CSM Reddy

  • Error While installing 0TCTUSERNM

    Hi,
    I am trying to install 0TCTUSERNM from BI content after transfer selections step i got a message saying this program has been modified while running and the short dump message is LOAD_PROGRAM_LOST. Please let me kniow how to solve this?
    Thanks

    Hi,
    Check the note 1173532.
    Hope this helps,
    Regards,
    Rama Murthy.

Maybe you are looking for

  • SSRS 2014 SKA cookie?

    What is the cookie used for and when does it get cleaned up? We open / close numerous reports without closing the browser and eventually get Http errors (HTTP 400 Bad Request - Request Too Long) because the max request headers have been exceeded. Thi

  • Self-replicating PDF and jpeg files in my Library Mail folder--help!

    I've been to the Genius bar twice, just wiped my computer clean--and still my computer self-replicates PDF, documents, gif and jpeg files that exist on my hard drive in the Library-Mail folder every time I open the Mail program! The same ones, over a

  • TIP FOR SYNC IBOOKS WITH IPHONE (4 AT LEAST but assuming for others too)

    having trouble sync your ibooks with ya iphone well here what i did and it seems to have worked plugged in my iphone 4 into my computer allowed it to sync as normal then go into ibooks tab then de-sync all books msg will appear u will lose all books

  • Export/Import Playlist

    Hello everyone, I recently downloaded the latest iTunes vers. and it works perfectly on my Mac. - it's FAB!!!!!! I am now working on my personal huge mp3 collection adding to albums and singles the artworks - here it comes the doubt..... If i change

  • Issue with Contract Import

    Hello Folks, I am facing an issue with Contract Import. The contract import file has been struck in Contract Document importer and from past 4 days the status is showing as Running. Even in trace file, it is showing as "Mon Mar 16 18:05:51 CET 2015