BI Loads are failing still due to PXA_NO_FREE_SPACE ABAP Runtime error

Dear All,
Now BI loads (Background jobs) keep on failing due to ABAP Runtime error PXA_NO_FREE_SPACE .
Kindly suggest what could be done from BASIS Side and what we have to suggest to BI team  regarding this error.
we know that  this issue is caused due to memory issue .
Error log:
Runtime Errors         PXA_NO_FREE_SPACE
Date and Time          11.01.2012 03:31:26
Short text
     No PXA storage space available at the moment.
What happened?
     The current ABAP/4 program had to be terminated because there
     was no space available to load it.
     Each ABAP/4 program to be executed is stored in a central
     storage area that is divided between all users.
     This area was too small to hold all currently active programs for all
     users.
     Resource bottleneck
     The current program "SAPMSSY1" had to be terminated because
     a capacity limit has been reached.
Error analysis
    Unable to load a program of 210944 bytes.
    The PXA ('program execution area') was too small to hold all
    currently active programs for all users.
    At present, the size of the PXA is set at 739716 Kbytes.
    The largest contiguous and unlocked memory chunk has 0 bytes.
Kindly suggest
Edited by: satheesh0812 on Jan 11, 2012 6:05 AM

SM 37 : error logs
Job log overview for job:    BI_PROCESS_ABAP / 05011409
Date       Time     Message text
11.01.2012 05:01:15 Job started
11.01.2012 05:01:15 Step 001 started (program RSPROCESS, variant &0000000044779, user ID BOMANV)
11.01.2012 05:01:15 Start process ABAP VOWD_DEF in run DC1FFOSO3P5W71AWD6DGN6ZHT of chain ZGPC_BPC_APD
11.01.2012 05:01:15 Start program RSAN_PROCESS_EXECUTE with program variant VOWD_DEF
11.01.2012 05:02:05 Internal session terminated with a runtime error (see ST22)
11.01.2012 05:02:05 Job cancelled
Job log overview for job:    BI_PROCESS_CHAIN / 03001401
Date       Time     Message text                                                                          M
11.01.2012 03:00:15 Job started
11.01.2012 03:00:15 Step 001 started (program RSPROCESS, variant &0000000012437, user ID LOGAPPS_1)
11.01.2012 03:00:15 Start process CHAIN ZGPC_MM_MD in run DC1EQ1EWL57MN9QSJSXDBGF8X of chain ZGPC_MM_META
11.01.2012 03:00:24 Internal session terminated with a runtime error (see ST22)
11.01.2012 03:00:24 Job cancelled
Thanks

Similar Messages

  • Load from ODS into InfoCube gives TIME-OUT runtime error after 10 minutes ?

    Hi all,
       We have a full load from ODS into InfoCube and it was working fine till the last week upto with 50,000 records. Now, we have around 70,000+ records and started failing with TIME_OUT runtime error.
       The following is from the Short Dump (ST22):
       The system profile "rdisp/max_wprun_time" contains the maximum runtime of a
    program. The current setting is 600 seconds. Once this time limit has been exceeded, the system tries to terminate any SQL statements that are currently being executed and tells the ABAP processor to terminate the current program.
      The following are from ROIDOCPRMS table:
       MAXSIZE (in KB) : 20,000
       Frequency       :  10
       Max Processes : 3
      When I check the Data Packages under 'Details' tab in Monitor, there are four Data Packages and the first three are with 24,450 records.  I will right click on each Data Package and select 'Manual Update' to load from PSA. When this Manual Update takes more than 10 minutes it is failing with TIME_OUT again.
      How could I fix this problem, PLEASE ??
    Thanks,
    Venkat.

    Hello A.H.P,
    The following is the Start Routine:
    PROGRAM UPDATE_ROUTINE.
    $$ begin of global - insert your declaration only below this line  -
    TABLES: /BIC/AZCPR_O0400, /BIC/AZCPR_O0100, /BIC/AZCPR_O0200.
    DATA: material(18), plant(4).
    DATA: role_assignment like /BIC/AZCPR_O0100-CPR_ROLE, resource like
    /BIC/AZCPR_O0200-CPR_BPARTN.
    $$ end of global - insert your declaration only before this line   -
    The follow definition is new in the BW3.x
    TYPES:
      BEGIN OF DATA_PACKAGE_STRUCTURE.
         INCLUDE STRUCTURE /BIC/CS8ZCPR_O03.
    TYPES:
         RECNO   LIKE sy-tabix,
      END OF DATA_PACKAGE_STRUCTURE.
    DATA:
      DATA_PACKAGE TYPE STANDARD TABLE OF DATA_PACKAGE_STRUCTURE
           WITH HEADER LINE
           WITH NON-UNIQUE DEFAULT KEY INITIAL SIZE 0.
    FORM startup
      TABLES   MONITOR STRUCTURE RSMONITOR "user defined monitoring
               MONITOR_RECNO STRUCTURE RSMONITORS " monitoring with record n
               DATA_PACKAGE STRUCTURE DATA_PACKAGE
      USING    RECORD_ALL LIKE SY-TABIX
               SOURCE_SYSTEM LIKE RSUPDSIMULH-LOGSYS
      CHANGING ABORT LIKE SY-SUBRC. "set ABORT <> 0 to cancel update
    $$ begin of routine - insert your code only below this line        -
    fill the internal tables "MONITOR" and/or "MONITOR_RECNO",
    to make monitor entries
       clear DATA_PACKAGE.
       loop at DATA_PACKAGE.
          select single /BIC/ZMATERIAL PLANT
             into (material, plant)
             from /BIC/AZCPR_O0400
             where CPR_EXT_ID = DATA_PACKAGE-CPR_EXT_ID
             and ( MATL_TYPE = 'ZKIT' OR MATL_TYPE = 'ZSVK' ).
           if sy-subrc = 0.
              DATA_PACKAGE-/BIC/ZMATERIAL = material.
              DATA_PACKAGE-plant = plant.
              modify DATA_PACKAGE.
              commit work.
           endif.
           select single CPR_ROLE into (role_assignment)
                         from /BIC/AZCPR_O0100
                         where CPR_GUID = DATA_PACKAGE-CPR_GUID.
            if sy-subrc = 0.
              select single CPR_BPARTN into (resource)
                         from /BIC/AZCPR_O0200
                         where CPR_ROLE = role_assignment
                         and CPR_EXT_ID = DATA_PACKAGE-CPR_EXT_ID.
                   if sy-subrc = 0.
                      DATA_PACKAGE-CPR_ROLE = role_assignment.
                      DATA_PACKAGE-/BIC/ZRESOURCE = resource.
                      modify DATA_PACKAGE.
                      commit work.
                   endif.
              endif.
           clear DATA_PACKAGE.
           endloop.
    if abort is not equal zero, the update process will be canceled
      ABORT = 0.
    $$ end of routine - insert your code only before this line         -
    Thanks,
    Venkat.

  • Why does Step Fail cause a Lost ActiveX Connection Runtime Error?

    A Step failure is a legitimate event. It should be recorded and execution should pass to the next step or cleanup as set up in the sequence or Station config. But I get this 17702 runtime error popup everytime. The steps are setup as single threads, dynamically loaded and unloaded.

    Hello Bob,
    Error -17702 is a CVI OLE (ActiveX) adapter error. This scenario that I'm familiar with is the following steps:
    1) TestStand's CVI adapter is configured to "Execute Steps in an External Instance of CVI".
    2) From TestStand, step into a CVI code module.
    3) While inside the code module in CVI, click the "Stop" button. This stops the CVI debugger, and TestStand interprets this as error -17702. Here's the error message you see:
    Error Message: Lost ActiveX connection to CVI. The CVI adapter will attempt to reconnect on next execution. [Error Code: -17702]
    Note that if this scenario occurs, ALL CVI steps after this in the sequence will be marked with this same error number.
    In the scenario I just described, the step is listed by TestStand wi
    th a status of "Error", not "Failed".
    Are your steps being marked with a status of "Error" or "Failed"? If they are listed as "Error", then an unrecoverable error (which kills the CVI debugger) is what has happened, and that needs to be corrected.
    For instance, in the scenario I described above, the correction is to NOT click the "Stop" button; always let the CVI debugger execute through the code.
    However, if your steps being marked with a status of "Failed", then perhaps something else is going wrong. I would first repair the installation of TestStand and CVI on your computer to see if that fixes the problem.
    David Mc.
    NI Applications Engineer

  • BB Link software - another BB disaster? Fails to even run now - C++ Runtime errors - any solutions?

    As if the latest BB10 / BB Link software wasn't bad enough in terms of functionality - now BB Link won't even run. 
    I recently discovered by chance (thank for not telling any of your customers RIM), that they'd mildly updated BB Link so that it could actually now two-sync Outlook for contact/calendar etc. I've been using the updated software for about three weeks. Problem?
    Now it won't even run. 
    I get the following error showing on the screen - a C++ runtime error, followed by these details. Anyone know what it means or how to resolve it? 
    Would I better off actually chucking my Z10 out of the window, claiming on the insurance and just getting a phone from someone else? I probably would. Why, why, why do I persist with BB who refuse to release things that their customers want? 
    Rant over - any help, very much appreciated. 
    Attachments:
    BBLinkFailure-25.7.13.doc ‏1211 KB

    I have taken a look and while it's so tempting to just pay the miniscule fee and use that, I spose my gripe is that there is no reason why the link software should not work epecially as it did with my first Q10 (and brilliantly I must add) it's just since I had to exchange my handset that it's all got to pot.
    And worse yet no one at RIM seems to be forthcoming with a response (on the support site, or any of the many customer forums) about this issue which is effecting quite a few users (the forums are buzzing with problems with Link and no real way to report them. *sigh*
    I have taken a look and while it's so tempting to just pay the miniscule fee and use that, I spose my gripe is that there is no reason why the link software should not work epecially as it did whit my first Q10 (and brilliantly I must add) it's just since I had to exchange my handset that it's all got to pot.
    And worse yet no one at RIM seems to be forthcoming with a response (on the support site, or any of the many customer forums) about this issue which is effecting quite a few users (the forums are buzzing with problems with Link and no real way to report them. *sigh*
    Edit:
    From BBAppWorld:
    Files & Folders is a unified file manager for your BlackBerry® 10 phone and cloud services.
    ★ Voted Best New App in CrackBerry Readers Choice Awards 2012
    ★ Redesigned and optimized specifically for BlackBerry 10 phones
    ★ Check out the 800+ fabulous reviews of the PlayBook version
    IMPORTANT! Having trouble starting our app? Try removing & reinstalling it.
    Features in this version:
    ★ Works with local files & folders on your phone & sd card, but also:
    ★ Dropbox, Box, Google Drive, Google Docs, SugarSync and Microsoft SkyDrive
    ★ files on your PC, via BlackBerry Link Remote Files (requires BB10.1)
    ★ Manage cloud services in exactly the same way as local files & folders
    ★ Peek back to higher level folder
    ★ Unique "peek forward" feature: look inside folders
    ★ Open files with default app, or choose which app to use
    ★ Open Google & SkyDrive files online
    ★ Cut, copy, paste, rename, delete, even between cloud services
    ★ Share files via other installed apps, BlueTooth, BBM, NFC
    ★ Stream audio & video from the cloud & play local files, folders
    ★ Star your favorite folders for quick access
    ★ List, icon, thumbnail views
    ★ Slide show, keep-awake, text viewer
    ★ Convert between many formats on-the-fly using Google Docs
    ★ Sort by name, date, size, type
    ★ Password protection
    ★ Light & dark color schemes
    ★ Q10 support
    ★ Highly configurable
    ★ Built-in help and excellent support
    CrackBerry said this about the PlayBook version:
    "It's easy to use, has a smooth interface, and is a great addition for the PlayBook."
    If you have trouble with our app, instead of posting a review, please e-mail us at [email protected]. That way we can offer you support.
    Like us on Facebook (http://www.facebook.com/FilesFolders), follow us on Twitter (@FilesFolders) or check out our site (www.innovatology.nl ) for news, tips, updates & more!
    From the looks of it it might still need remote file share to work ...can some one confirm or deny this pretty please?
    Slàinte.
    Not all things are good.
    Not all things are evil.
    But with an open mind...
    You can see the difference.
    Knowledge is power.

  • Firefox will not load on a new laptop. Keeps returning "runtime error".

    After loading Firefox 3.6 on a new laptop, it ran for a while. Then, it would not run. Keeps returning. "Microsoft Visual C++ Runtime Library: Runtime error. This program has requested the Runtime to terminate in an unusual way. Please contact the application's support team for more information."
    Uninstalling and then reinstalling the latest version of Firefox does not help the problem.
    Laptop running Win7.64, 4GB RAM, i5 processor.
    Thank you.

    Automatic "syncing" of content (such as song files) using iTunes is generally only in one direction, from computer to iPod.  So, iTunes will not put songs back on the computer's hard drive from the iPod using syncing.  The assumption for syncing is that everything on the iPod is already in the computer's iTunes library.
    Previous song purchases from the iTunes Store can be re-downloaded at no cost from the iTunes Store Purchased screen.  The link to Purchased is on the iTunes Store Home screen, under QUICK LINKS.  You need to be signed in with the Apple ID used to make the purchases.
    There are third-party methods and utilities that can transfer song files from iPod to computer.  If you do a Google search on something like "ipod transfer," you should get some links.

  • All  8 ODS   loads  are failing in Process chains

    Hi Experts,
    Today in Production ,all  8Z<ODS>  ( eg. 8ZSD_O51, 8ZSDC_53,8ZCOPABC02.......) giving same error in Extraction .
    It is "Error occured in data selection" in Extraction tab in details tab in RSMO.
    We are correcting these loads by deleting this red requests from data target and running the Infopackage manually for repeat of last delta.when we run infopackage manually it doesn't fail.but it give above error while loading in Process Chain.
    So in our Batch we have around 30-40 loads of this type( 8Z load).So to run each info package manually it is time consuming process??
    So pls give suggestions to correct this error.....
    How can we fix this problem........
    the error is coming only after some support pack installed in BW two day before.
    Thanx in advance...

    Hi,
    are you In DEV or Prod? If in prod, did you have this behavior in your DEV sys as well after applying your SP?!?
    try replicating your "myBW" datasources and reactivating your transfer structures;
    Try first with one of it; test and see if this works; then run RS_TRANSTRU_ACTIVATE_ALL to activate all your transfer structures.
    hope this helps...
    Olivier.

  • Data load getting failed due to DBIF_RSQL_SQL_ERROR error

    Hi
    while loading the data from one cube to another cube data loading is getting failed by giving the below dump
    Runtime Errors         DBIF_RSQL_SQL_ERROR
    Except.                CX_SY_OPEN_SQL_DB
    An exception occurred that is explained in detail below.                                      |
    The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught
    in
    procedure "WRITE_ICFACT" "(FORM)", nor was it propagated by a RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    The database system recognized that your last operation on the database
    would have led to a deadlock.
    Therefore, your transaction was rolled back
    to avoid this.
    ORACLE always terminates any transaction that would result in deadlock.
    The other transactions involved in this potential deadlock
    |    are not affected by the termination.   
    Please help us in solving above problem

    Hi Kiran,
    Check the below given thread,
    [DBIF_RSQL_SQL_ERROR" with exception CX_SY_OPEN_SQL_DBC;
    Regards,
    Durgesh.

  • Runtime Error while loading Flat file in to ODS

    Hi Friends,
    I have 11 records in flatfile and I am loading it from PC. when I see in preview I can see.
    But when I load it ,it gives me short dump. request status is in amber..
    Please help me as this is urgent support issue.
    The ABAP Runtime Error is
    Runtime Error          CALL_FUNCTION_CONFLICT_TYPE
    Except.                CX_SY_DYN_CALL_ILLEGAL_TYPE
    Date and Time          02.01.2008 13:55:38       
    What happened?                                                                   
        Error in ABAP application program.                                                                               
    The current ABAP program "GP44UKXZB8WE74CAKI38CZ0B586" had to be terminated  
         because one of the                                                          
        statements could not be executed.                                                                               
    This is probably due to an error in the ABAP program.                                                                               
    A function module was called incorrectly.                                                                               
    What can you do?                                                                 
        Print out the error message (using the "Print" function)                     
        and make a note of the actions and input that caused the                     
        error.                                                                               
    To resolve the problem, contact your SAP system administrator.               
        You can use transaction ST22 (ABAP Dump Analysis) to view and administer     
         termination messages, especially those beyond their normal deletion         
        date.                                                                               
    is especially useful if you want to keep a particular message.

    Hi Sudhakar,
    This seems to be a type conflict error. It occurs when you assign for example a char field to a numc field. So, I suggest you check your mappings and see if there is any type mismatch in the info objects. Hope it helps.
    Thanks and Regards
    Subray Hegde

  • LOAD FAILING DAILY DUE TO #

    Hi Experts,
    we are loading data from Application server in form of flat file but the load is failing daily.
    error message shows below error
    Value '
    Characteristic value '641654' of characteristic ZADDR2 is not ALPHA-converted
    Error when assigning SID (details in long text)
    Error when assigning SID (details in long text)
    Error when assigning SID (details in long text)
    Activation of data records from ODS object terminated
    *Error getting SID for ODS object *.
    we have this ZADDR2 as Z characterstic with 60 characterl length and lower case is checked
    We have written start routine also to check for  # ! like characters
    below is the routine
    LOOP AT DATA_PACKAGE.
    REPLACE ALL OCCURRENCES OF '%&()"''*+,-./:;<=>?_#~@!$^[]{}NULL'
    IN DATA_PACKAGE-/BIC/ZADDR1 WITH ' '.
    REPLACE '!' IN DATA_PACKAGE-/BIC/ZADDR1 WITH '1'.
    REPLACE '!' IN DATA_PACKAGE-/BIC/ZADDR2 WITH '1'.
    REPLACE '!' IN DATA_PACKAGE-/BIC/ZSRFLUP WITH '1'.
    REPLACE '!' IN DATA_PACKAGE-/BIC/ZNTOFPR2 WITH '1'.
    REPLACE '!' IN DATA_PACKAGE-/BIC/ZSUBJ WITH '1'.
    CONDENSE DATA_PACKAGE-/BIC/ZADDR2 NO-GAPS.
    IF DATA_PACKAGE-/BIC/ZINTR = '4370020'.
       DATA_PACKAGE-/BIC/ZPRSLVC = ' '.
    ENDIF.
    REPLACE ALL OCCURRENCES OF '%&()"''*+,-./:;<=>?_#~@!$^[]{}NULL'
    IN DATA_PACKAGE-/BIC/ZADDR2 WITH ' '.
    but still we are getting # in the upload thereby resulting in failure
    plz let me know the reason and how to correct that
    do i need to write routine in update rules for this   ZADDR2
    plz suggest

    this is already checked Sir
    transfer rules is also having start routine given below
    DATA: l_s_datapak type TRANSFER_STRUCTURE,
           l_s_errorlog TYPE rssm_s_errorlog_int,
           var1 type i,
           VAR2 TYPE I.
          BREAK-POINT.
           LOOP AT DATAPAK INTO l_s_datapak.
           var1 = strlen( l_s_datapak-/BIC/ZADDR2 ).
           VAR2 = strlen( l_s_datapak-/BIC/ZNTOFPR2 ).
           IF var1 = 1.
           l_s_datapak-/BIC/ZADDR2 = ' '.
           endif.
           IF VAR2 = 1.
           l_s_datapak-/BIC/ZNTOFPR2 = ' '.
           endif.
    Replace all OCCURRENCES of '#' in l_s_datapak-/BIC/ZADDR2
        with space.
    please suggest now
    thanks

  • HT201412 several of my apps are failing to initiate, I have tried resetting, reinstalling and still nothing. Any hints?

    Several of my apps are failing to initiate, I have tried restarting, resetting and they still do not open, any hints?

    Try downloading another app - any free app is fine. See if that resets the other apps and lets them open.

  • Load getting failed due to short dump

    Hi All,
    Process Chain is getting failed due to following short dump Include Report LFZI_CA_PCA_DERIVATIONSU37 not found. Please suggest on rectifying this dump. Its a delta load.
    Regards,
    Asim

    Hi All
    As requested please find details short dump below. And datasource name is this GECPC_GLPCP and its extractor is ZPCC_V_GLPCP.
    Short text
       Syntax error in program "SAPLZFI_CA_PCA_DERIVATIONS ".
    hat happened?
       Error in the ABAP Application Program
       The current ABAP program "GP9IQHCDEPFH201E24O25IAYXXW" had to be terminated
        because it has
       come across a statement that unfortunately cannot be executed.
       The following syntax error occurred in program "SAPLZFI_CA_PCA_DERIVATIONS " in
        include "LZFI_CA_PCA_DERIVATIONSUXX " in
       line 77:
       "INCLUDE report "LZFI_CA_PCA_DERIVATIONSU37" not found"
       The include has been created and last changed by:
       Created by: "SAP* "
       Last changed by: "SAP* "
       Error in the ABAP Application Program
       The current ABAP program "GP9IQHCDEPFH201E24O25IAYXXW" had to be terminated
        because it has
       come across a statement that unfortunately cannot be executed.
    What can you do?
        Please eliminate the error by performing a syntax check
        (or an extended program check) on the program "SAPLZFI_CA
        You can also perform the syntax check from the ABAP Edito
        If the problem persists, proceed as follows:
        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 lo
        at and manage termination messages, and you can also
       keep them for a long time.
    Error analysis
        The following syntax error was
        "INCLUDE report "LZFI_CA_PCA_DE
    How to correct the error
        Probably the only way to elimin
        If you cannot solve the problem
        notification to SAP, include th
        1. The description of the curre
           To save the description, cho
        (Unconverted)".
        2. Corresponding system log
    Display the system log by callin
    Restrict the time interval to 10
    ter the short dump. Then choose "
    nconverted)".
    If the problem occurs in a probl
    ogram: The source code of the pro
    In the editor, choose "Utilities
    ilities->Upload/Download->Downloa
    Details about the conditions und
    tions and input led to the error.
    Information on where terminated
        Termination occurred in the ABAP program "GP9IQHCDEPFH201E24O25IAYXXW" - in
         "START_ROUTINE".
        The main program was "RSBATCH_EXECUTE_PROZESS ".
        In the source code you have the termination point in line 102
        of the (Include) program "ZFICA_DERIVE_PCA_OBJECTS_S".
        The program "GP9IQHCDEPFH201E24O25IAYXXW" was started as a background job.
        Job Name....... "BIDTPR_6726959_1"
        Job Initiator.. "ALEREMOTE"
        Job Number..... 17271800
    Line  SourceCde
       72 ASSIGN 'L_DERIVE_CHRT_ACCTS-UPD_CHRT_AC
       73 assign (<derive_chrt_accts_field>) to
       74 IF <derive_chrt_accts> IS ASSIGNED.
       75   zzi_attributes_upd-chrt_accts_upd = '
       76 ENDIF.
       77 zzi_attributes_upd-/bic/gactivity_upd
       78 zzi_attributes_upd-/bic/gfactv_upd
       79 zzi_attributes_upd-/bic/gglobacct_upd
       80 zzi_attributes_upd-/bic/ggforacc_upd
       81 zzi_attributes_upd-/bic/ggrracc_upd
       82 zzi_attributes_upd-/bic/ggra_code_upd
       83 zzi_attributes_upd-/bic/gsegmtion_upd
       84 zzi_attributes_upd-/bic/ggaapflg_upd
       85 zzi_attributes_upd-/bic/gsub_item_upd
       86 zzi_attributes_upd-/bic/gsegmnt_upd
       87 zzi_attributes_upd-/bic/gacctgrp_upd
       88 zzi_attributes_upd-comp_code_details_up
       89 zzi_attributes_upd-gbfi0600_upd
       90 zzi_attributes_upd-/bic/zaccsuf_upd
       91 zzi_attributes_upd-/bic/gconunit_upd
       92 zzi_attributes_upd-/bic/gtpunit_upd
       93 *--------------------------------------
       94 * Store a copy of the source fields if
       95 *--------------------------------------
       96 MOVE-CORRESPONDING <source_fields> TO z
       97 CLEAR zze_attributes.
    Runtime Errors         SYNTAX_ERROR
    Date and Time          04.08.2014 17:27:39
        98 *----------------------------------------------------------------------*
        99 * Derive all PCA fields for reporting
       100 *----------------------------------------------------------------------*
       101
    >>>>> CALL FUNCTION 'ZFI_CA_DERIVE_PCA_ATTRIBUTESII'
       103   EXPORTING
       104     i_zfi_ca_pca_attributes     = zzi_attributes
       105     i_zfi_ca_pca_attributes_upd = zzi_attributes_upd
       106     msgty                       = 'I'
       107     recno                       = <source_fields>-record
       108   IMPORTING
       109     e_zfi_ca_pca_attributes     = zze_attributes
       110   TABLES
       111     monitor_recno               = lt_monitor_recno.
       112
       113 *----------------------------------------------------------------------*
       114 * On the recurrsive load delete entries where the data is the same
       115 *----------------------------------------------------------------------*
       116 IF zzg_realignment_run = 'X'.
       117   IF  zzi_attributes = zze_attributes.
       118     DELETE  source_package INDEX la_tabix.
       119   ELSE.
       120     MOVE-CORRESPONDING zze_attributes TO <source_fields>.
       121   ENDIF.
    SY-SUBRC 0
    SY-INDEX 3
    SY-TABIX 1
    SY-DBCNT 10
    SY-FDPOS 0
    SY-LSIND 0
    SY-PAGNO 0
    SY-LINNO 1
    SY-COLNO 1
    SY-PFKEY
    SY-UCOMM
    SY-TITLE Execute Batch Proces
    SY-MSGTY E
    SY-MSGID R7
    SY-MSGNO 057
    SY-MSGV1 ZBAL_LC
    SY-MSGV2 A
    SY-MSGV3
    SY-MSGV4
    SY-MODNO 0
    SY-DATUM 20140804
    SY-UZEIT 172720
    SY-XPROG SAPCNVE
    SY-XFORM CONVERSION_EXIT
    No.   Ty.          Program                             Include                             Line
          Name
        8 FUNCTION     GP9IQHCDEPFH201E24O25IAYXXW         ZFICA_DERIVE_PCA_OBJECTS_S            102
          START_ROUTINE
        7 METHOD       GP9IQHCDEPFH201E24O25IAYXXW         ZFICA_DERIVE_PCA_OBJECTS_S            102
          LCL_TRANSFORM=>START_ROUTINE
        6 METHOD       GP9IQHCDEPFH201E24O25IAYXXW         GP9IQHCDEPFH201E24O25IAYXXW          1299
          LCL_TRANSFORM=>EXECUTE
        5 METHOD       CL_RSTRAN_TRFN_CMD============CP    CL_RSTRAN_TRFN_CMD============CM005    70
          CL_RSTRAN_TRFN_CMD=>IF_RSBK_CMD_T~TRANSFORM
        4 METHOD       CL_RSBK_PROCESS===============CP    CL_RSBK_PROCESS===============CM00Q    93
          CL_RSBK_PROCESS=>PROCESS_REQUEST
       3 METHOD       CL_RSBK_PROCESS===============CP    CL_RSBK_PROCESS===============CM002    13
          CL_RSBK_PROCESS=>IF_RSBATCH_EXECUTE~EXECUTE
        2 FUNCTION     SAPLRSBATCH                         LRSBATCHU13                           437
          RSBATCH_EXECUTE_PROCESS
        1 EVENT        RSBATCH_EXECUTE_PROZESS             RSBATCH_EXECUTE_PROZESS               374
          START-OF-SELECTION
    REQUEST
        DTPR_1FR9TKO2U6M616ATG9C2EYKRH
        455553453544353433345434345454
        4402F16294BF256D61614793259B28
        000000000000000000000000000000
        000000000000000000000000000000
    DATAPACKID
        000001
        333333
        000001
        000000
        000000
    MONITOR
        Table[initial]
    SOURCE_PACKAGE
        3000000001012P2013K4AU0ACD 2013005          00                                               0
        3333333333333533334345344423333333222222222233222222222222222222222222222222222222222222222223
        300000000101202013B415013402013001000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        3333333333333533334345344423333333222222222233222222222222222222222222222222222222222222222223
        300000000101202013B415013402013002000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        3333333333333533334345344423333333222222222233222222222222222222222222222222222222222222222223
        300000000101202013B415013402013003000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        3333333333333533334345344423333333222222222233222222222222222222222222222222222222222222222223
        300000000101202013B415013402013004000000000000000000000000000000000000000000000000000000000000
      00000000000000000000000000000000000
      00000000000000000000000000000000000
      33333333333335333343453444233333332
      300000000101202013B4150134020130050
      00000000000000000000000000000000000
      00000000000000000000000000000000000
      Table IT_110723[600000x1144]
      {A:114*\TYPE=%_T00003S00000115O0000
      Table reference: 3570
      TABH+  0(20) = 90A161080000000060C1
      TABH+ 20(20) = F20D000083B00100C027
      TABH+ 40(16) = 03730000242D00000400
      store        = 0x90A1610800000000
      ext1         = 0x60C1190C00000000
      shmId        = 0     (0x00000000)
      id           = 3570  (0xF20D0000)
      label        = 110723 (0x83B00100)
      fill         = 600000 (0xC0270900)
      leng         = 1144  (0x78040000)
      loop         = 128   (0x80000000)
      xtyp         = ROL.115.11556
      occu         = 4     (0x04000000)
      accKind      = 1     (ItAccessStand
      idxKind      = 0     (ItIndexNone)
      uniKind      = 2     (ItUniNo)
      keyKind      = 1     (default)
      cmpMode      = 8     (cmpManyEq)
      occu0        = 1
      stMode       = 0
      groupCntl    = 0
      rfc          = 0
      unShareable  = 0
      mightBeShared = 1
      sharedWithShmTab = 0
      isShmLockId  = 0
      isUsed       = 1
      isCtfyAble   = 1
      hasScndKeys  = 0
      hasRowId     = 0
      scndKeysOutdated = 0
      scndUniKeysOutdated = 0
      ----- Shareable Table Header Data -----
      tabi         = 0xB008190C00000000
      pgHook       = 0x404CE73B00000000
      idxPtr       = 0x0000000000000000
      id           = 61767 (0x47F10000)
      shmTabhSet   = 0x0000000000000000
      refCount     = 1     (0x01000000)
      tstRefCount  = 0     (0x00000000)
      lineAdmin    = 606204 (0xFC3F0900)
      lineAlloc    = 600004 (0xC4270900)
      shmVersId    = 0     (0x00000000)
      shmRefCount  = 2     (0x02000000)
      rowId        = 18446744073709551615
      scndKeyAdmin = 0x0000000000000000
      ----- 1st level extension part --------
      regHook      = 0xC8C0190C00000000
      collHook     = 0x0000000000000000
      ext2         = 0x0000000000000000
    RI-CLUSTR
       0
       00
       00
    ZE_ATTRIBUTES
                         00000
       22222222222222222233333
       00000000000000000000000
       00000000000000000000000
       00000000000000000000000
    ZI_ATTRIBUTES
       AU0A    070221000020130
       45342222333333333333333
       15010000070221000020130
       00000000000000000000000
       00000000000000000000000
    ZI_ATTRIBUTES_UPD
       XXXXX XXXXXX  XX XXXX
       55555255555522552555522
       88888088888800880888800
       00000000000000000000000
       00000000000000000000000
    SOURCE_FIELDS>-RECORD
       1
       0000
       1000
    T_MONITOR_RECNO
       Table[initial]
    ZG_REALIGNMENT_RUN
       2
    Regards,
    Asim
    GECPC_GLPCP   

  • Some jobs are failing due to listener.

    Hi all,
    Only some jobs are failing ,and remaining jobs succeeded.I checked the listener, it was up only.(10.2.0.2 on linux)
    the reason for failing jobs showed is
    ORA-12541: TNS:no listener
    Can you please tell what is the reason for this
    Thanks in advance,
    Prashant

    Some of the failing jobs could be referencing a db link and you need to verify the tns alias being used in the database links
    Use tnsping <tnsalias> to verify the connect string

  • Jobs are failing due to DBIF_RSQL_SQL_ERROR (SQL30081N)

    HI SAP,
    Job is failing with the below short dumps:
    1. Runtime Errors DBIF_RSQL_SQL_ERROR
    Exception CX_SY_OPEN_SQL_DB
    Date and Time 04.10.2010 06:31:26
    Database error text........: "SQL30081N A communication error has been                       
          detected. Communication protocol being used: "TCP/IP". Communication API being              
          used: "SOCKETS". Location where the error was detected: "10.62.92.4".                       
          Communication function detecting the error: "recv". Protoco"                                
         Internal call code.........: "[RSQL/OPEN/KONP ]"  
    2. Runtime Errors         DBIF_REPO_SQL_ERROR
    Date and Time          06.10.2010 19:24:12
    Database error text........: "CLI0108E Communication link failure.
      SQLSTATE=40003"
    Triggering SQL statement...: "CX_SY_OPEN_SQL_DB=============CP "
    Internal call code.........: "[REPO/*/43/LOAD/CX_SY_OPEN_SQL_DB=============C  ]"
    Work process traice file has the below error which came today:
    C  *** ERROR in DB6Open[dbdb6.c, 3308] CON = 0 (BEGIN)
    C  &+     DbSlBegReadDB6( SQLExecute ): [IBM][CLI Driver] SQL30081N  A communication error has been detected.  Communication
    C  &+      protocol being used: "TCP/IP".  Communication API being used: "SOCKETS".  Location where the error was detected:
    C  &+     "10.62.92.4".  Communication function detecting the error: "recv".  Protocol specific error code(s): "", "", "0"
    C  *** ERROR in DB6Open[dbdb6.c, 3308] (END)
    B  ***LOG BYM=> severe DB error -30081    ; work process in reconnect status [dbsh#3 @ 1127] [dbsh    1127 ]
    B  ***LOG BY4=> sql error -30081 performing SEL on table KONP       [dbtran#14 @ 7588] [dbtran  7588 ]
    B  ***LOG BY0=> SQL30081N  A communication error has been detected.  Communication protocol being used: "TCP/IP".  Communication API
    B  dbtran ERROR LOG (hdl_dbsl_error): DbSl 'SEL'
    B   RSLT: {dbsl=99, tran=1}
    B   FHDR: {tab='KONP', fcode=53, mode=2, bpb=0, dbcnt=0, crsr=1,
    B          hold=0, keep=1, xfer=0, pkg=0, upto=0, init:b=0,
    B          init:p=(nil), init:#=148, wa:p=0x7000000501bc3e8, wa:#=148}
    C  *** ERROR in getAndBindSQLDA[dbdb6.c, 14585] CON = 0 (BEGIN)
    C  &+     DbSlReadDB6( SQLExtendedBind ): [IBM][CLI Driver] CLI0108E  Communication link failure. SQLSTATE=40003
    C  &+
    C  &+     SELECT "UNAM", "UDAT", "UTIME", "L_DATALG", "Q_DATALG", "SDAT", "STIME", "MINOR_VERS", "MAJOR_VERS" FROM "REPOLOAD
    C  &+     " WHERE "PROGNAME" = ? AND "R3STATE" = ? AND "MACH" = ?   WITH UR
    C  &+       cursor type=NO_HOLD, isolation=UR, cc_release=YES, optlevel=5, degree=1, buffer_lobs=YES, op_type=18, reopt=0
    C  &+       ABAP location info: 'RSBTCRTE', 807
    C  &+
    C  &+     ABAP location info 'ZBW_FILL_KONPA004', 273
    C  &+
    C  *** ERROR in getAndBindSQLDA[dbdb6.c, 14585] (END)
    B  ***LOG BYM=> severe DB error -99999    ; work process in reconnect status [dbsh#3 @ 1127] [dbsh    1127 ]
    B  ***LOG BY4=> sql error -99999 performing SEL on table REPOLOAD   [dbrepo#5 @ 2657] [dbrepo  2657 ]
    B  ***LOG BY0=> CLI0108E  Communication link failure. SQLSTATE=40003 [dbrepo#5 @ 2657] [dbrepo  2657 ]
    B  ***LOG BY0=> CLI0108E  Communication link failure. SQLSTATE=40003 [dbrepo#5 @ 2657] [dbrepo  2657 ]
    A  TH VERBOSE LEVEL FULL
    A  ** RABAX: level LEV_RX_PXA_RELEASE_MTX entered.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_MTX completed.
    A  ** RABAX: level LEV_RX_COVERAGE_ANALYSER entered.
    A  ** RABAX: level LEV_RX_COVERAGE_ANALYSER completed.
    A  ** RABAX: level LEV_RX_SAVE_SHMLOCKS entered.
    A  ** RABAX: level LEV_RX_SAVE_SHMLOCKS completed.
    A  ** RABAX: level LEV_RX_RESET_SHMLOCKS entered.
    A  ** RABAX: level LEV_RX_RESET_SHMLOCKS completed.
    A  ** RABAX: level LEV_RX_ROLLBACK entered.
    C  *** ERROR in DB6EndTransaction[dbdb6.c, 6768] CON = 0 (BEGIN)
    C  &+     DbSlRollbackDB6( SQLEndTran ): [IBM][CLI Driver] CLI0106E  Connection is closed. SQLSTATE=08003
    C  &+
    C  &+     ROLLBACK[FORCED][DONT_KEEP_WITH_HOLD]
    C  &+
    C  &+     ABAP location info 'ZBW_FILL_KONPA004', 273
    C  &+
    C  *** ERROR in DB6EndTransaction[dbdb6.c, 6768] (END)
    B  ***LOG BYM=> severe DB error -99999    ; work process in reconnect status [dbsh#3 @ 1127] [dbsh    1127 ]
    Kindly suggest what can be done to resove this, as this is coming for specificly two jobs.
    Regards,
    Munish

    My first guess would be that there is a network issue between application server and database. If you're running that job on the database server I'd also check db2diag for possible errors.
    Markus

  • Intermittent "Load Report Failed" error on IIS6 ASP 4.0

    I can run reports designed in Crystal 2011 and embedded in VS2010 designed web pages on a Windows 2003 SP2 server every day.  However, once every 2 - 3 days I get a "Load Report Failed - A document processed by the JRC engine cannot be opened in the C++ stack".  The first instance of this error causes all subsequent user access to Crystal Reports to fail with the same error.  When the ASP 4.0 application pool is recycled the error goes away.
    I was getting the "Load Report Failed" error due to "out of memory" I until made sure that the crystalreportviewer.dispose was run on exiting each report page. 
    Here is  how I run Crystal Reports:
       Protected Sub Page_Init(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Init
            If Not IsPostBack Then
                Dim myAL As New Hashtable
                myAL.Add("MO1", Request.QueryString("MONum1"))
                myAL.Add("MO2", Request.QueryString("MONum1"))
                Dim filename As String = ""
                filename = Server.MapPath("~/reports") + "\MfgPicklistByMO.rpt"
                Dim u As New CrystalUtilities
                Session("crViewer") = u.SetupReport(filename, myAL)
            End If
            CrystalReportViewer1.ReportSource = Session("crViewer")
        End Sub
       Public Function SetupReport(ByVal fileName As String, _
                     ByVal Params As Hashtable, Optional ByVal dbParam As Boolean = True) As   CrystalDecisions.CrystalReports.Engine.ReportDocument
            Dim objCrystalReportDocument As New CrystalDecisions.CrystalReports.Engine.ReportDocument
            objCrystalReportDocument.Load(fileName)
    .... logs onto a selected database, and loads paramters

    I have installed CrystalReportViewer1.Dispose() statements on all of the link events to navigate out of the pages with the CrystalViewer.  However, it turns out that several users are using the back arrow to navigate out of the page instead of the navigation links I have put on the page.
    I can't seem to find any event in ASPNET 4 that fires when the back arrow is pushed.  If I could find such an event I could put a CrystalReportViewer1.dispose statement there assuming CrystalReportViewer1 still has scope.    The Page_Disposed event does not fire when the back arrow is pushed.
    Environment:  VS2010, Crystall 2011, ASPNET 4.0

  • Master Data loading got failed: error "Update mode R is not supported by th

    Hello Experts,
    I use to load master data for 0Customer_Attr though daily process chain, it was running successfully.
    For last 2 days master data loading for 0Customer_Attr got failed and it gives following error message:
    "Update mode R is not supported by the extraction API"
    Can anyone tell me what is that error for? how to resolve this issue?
    Regards,
    Nirav

    Hi
    Update mode R error will come in the below case
    You are running a delta (for master data) which afils due to some error. to resolve that error, you make the load red and try to repeat the load.
    This time the load will fail with update mode R.
    As repeat delta is not supported.
    So, now, the only thing you can do is to reinit the delta(as told in above posts) and then you can proceed. The earlier problem has nothing to do with update mode R.
    example your fiorst delta failed with replication issue.
    only replicating and repeaing will not solve the update mode R.
    you will have to do both replication of the data source and re-int for the update mode R.
    One more thing I would like to add is.
    If the the delat which failed with error the first time(not update mode R), then
    you have to do init with data transfer
    if it failed without picking any records,
    then do init without data transfer.
    Hope this helps
    Regards
    Shilpa
    Edited by: Shilpa Vinayak on Oct 14, 2008 12:48 PM

Maybe you are looking for

  • Deleting all inherit sub-folders permission and reassigning to specific group

    Hi, i am trying to assign sub-folders level permission in sharepoint document library. Want to delete all previous inherit permission first and then assign  sub-folders permission to specific group. i am having problem with following code, cannot mak

  • Strange ORA-00947

    Hello all, I have a query in a stored procedure as follows: select min(ref.REFERENCE_V_INNER_CODE) INNER_CODE, item.COMPONENT_V_ID bulk collect into highest_quality_table from T_ITEM item, T_REFERENCE ref where (item.ITEM_V_CODE, item.COMPONENT_V_ID)

  • "DO NOT OPEN" COME OUT UNDER MY ACCOUNT WHEN I START MY MACBOOK

    "DO NOT OPEN" COME OUT UNDER MY ACCOUNT WHEN I START MY MACBOOK

  • Mystery icon in Mailbox column headers

    For no apparent reason, now when I create a new mailbox, the first column header contains a mystery icon consisting of two arrows, one pointing northwest and the other pointing southeast. When I right-click on the headers, there is no corresponding i

  • ORA-24327

    We are using weblogic 6.1, oracle 9i and solaris. We get login error message; ---------- LOGIN ERROR CODE: 24327 Here the Exception block in createConnection() java.sql.SQLException: Error while trying to retrieve text for error ORA-24327 - (apps/***