Run time Error DBIF_RSQL_SQL_ERROR while logging and executing some tcodes

Hi all,
Hi all,
When i try to login into my system (ECC 6.0 with Oracle DB), i have been directed to dump -->
Runtime Errors DBIF_RSQL_SQL_ERROR
Except. CX_SY_OPEN_SQL_DB
Short text
SQL error in the database when accessing a table.
Missing RAISING Clause in Interface
Program SAPFSDS1
Include FSDS1E01
Row 365
Module type (FORM)
Module Name TRANSFORM_NEW_OLD
Trigger Location of Exception
Program SAPFSDS1
Include FSDS1E01
Row 380
Module type (FORM)
Module Name TRANSFORM_NEW_OLD
In the source code the the cause for the error is shown in the below line"
SELECT SINGLE * FROM TDCLD
WHERE DOKCLASS EQ DOKCLASS.
"How to correct the error"
Database error text........: "ORA-32255: Message 32255 not found;
product=RDBMS; facility=ORA#"
Internal call code.........: "RSQL/READ/TDCLD "
Please check the entries in the system log (Transaction SM21).
If the error occures in a non-modified SAP program, you may be abl
find an interim solution in an SAP Note.
If you have access to SAP Notes, carry out a search with the follo
keywords:
"DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"
"SAPFSDS1" or "FSDS1E01"
"TRANSFORM_NEW_OLD"
When i tried to look for the error ORA-32255, i am unable to get any information regarding this?
Could you please suggest me..
I have made the following changes trying to solve the error:
shared_pool_size = 401832601 and
i have executed sql command --> alter system set "_object_statistics"=false scope=spfile;
Message from Alert Log file:
Incremental checkpoint up to RBA [0x1076.10c61.0], current log tail at RBA [0x1076.10e4d.0]
Message from dev_w0 file:
OCI-call failed with -1=OCI_ERROR
C SQL error 32255: 'ORA-32255: Message 32255 not found; product=RDBMS; facility=ORA
C '
C *** ERROR => Error 32255 in stmt_fetch() from oci_execute_stmt(), orpc=0
[dbsloci.c 12720]
C *** ERROR => ORA-32255 occurred when executing SQL stmt (parse error offset=0)
[dbsloci.c 12739]
C sc_p&H05B11F10,no&H110,idc_p&H00000000,con=0,act=1,sle n&H103,smax&H256,#vars=2,stmt
8718D8,table=ATAB
C SELECT "TABNAME" , "VARKEY" , "DATALN" , "VARDATA" FROM "ATAB" WHERE "TABNAME" = :A0 AND "VARKEY" = \
C :A1;
C sc_p&H05B11F10,no&H110,idc_p&H00000000,con=0,act=1,sle n&H103,smax&H256,#vars=2,stmt
8718D8,table=ATAB
C prep=0,lit=0,nsql=0,lobret=0,#exec=1,dbcnt=0,upsh_p &H00000000,ocistmth_p
872784
C IN : cols=2,rmax=1,xcnt=0,rpc=0,rowi=0,rtot=0,upto=-1,rs ize&H28,vmax&H32,bound=1,iobuf_p&H05BF4F28,vda_p
873CA8
C lobs=0,lmax=0,lpcnt=0,larr&H00000000,lcurr_p&H0000000 0,rret=0
C OUT: cols=4,rmax=1,xcnt=1,rpc=0,rowi=0,rtot=0,upto=-1,rs ize&H124,vmax&H32,bound=1,iobuf_p&H05BEBAF8,vda_p
874118
C lobs=0,lmax=0,lpcnt=0,larr&H00000000,lcurr_p&H0000000 0,rret=0
C SELECT "TABNAME" , "VARKEY" , "DATALN" , "VARDATA" FROM "ATAB" WHERE "TABNAME" = :A0 AND "VARKEY" = \
C :A1;
B ***LOG BY4=> sql error 32255 performing SEL on table ATAB [dbtran#11 @ 7512] [dbtran 7512 ]
B ***LOG BY0=> ORA-32255: Message 32255 not found; product=RDBMS; facility=ORA
[dbtran#11 @ 7512] [dbtran 7512 ]
B dbtran ERROR LOG (hdl_dbsl_error): DbSl 'SEL'
B RSLT: {dbsl=99, tran=1}
B FHDR: {tab='ATAB', fcode&H17, mode=2, bpb=0, dbcnt=0, crsr=0,
B hold=0, keep=0, xfer=0, pkg=0, upto=0, init:b=0,
B init:p&H00000000, init:#=0, wa:p=0X031902F0, wa:#&H15000}
B dbtran ERROR LOG (hdl_dbsl_error): DbSl 'SEL'
B STMT:
B CRSR: {tab='', id=0, hold=0, prop=0x80000, max.in@0=1, fae:blk=0,
B con:id=0, con:vndr=5, val=2,
B key:#=2, xfer=0, xin:#=1, row:#=0, upto=1, wa:p=0X031902F0}
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_ROLLBACK entered.
A ** RABAX: level LEV_RX_ROLLBACK completed.
A ** RABAX: level LEV_RX_DB_ALIVE entered.
A ** RABAX: level LEV_RX_DB_ALIVE completed.
A ** RABAX: level LEV_RX_HOOKS entered.
A ** RABAX: level LEV_RX_HOOKS completed.
A ** RABAX: level LEV_RX_STANDARD entered.
A ** RABAX: level LEV_RX_STANDARD completed.
A ** RABAX: level LEV_RX_STOR_VALUES entered.
A ** RABAX: level LEV_RX_STOR_VALUES completed.
A ** RABAX: level LEV_RX_C_STACK entered.
A ** RABAX: level LEV_RX_C_STACK completed.
A ** RABAX: level LEV_RX_MEMO_CHECK entered.
A ** RABAX: level LEV_RX_MEMO_CHECK completed.
A ** RABAX: level LEV_RX_AFTER_MEMO_CHECK entered.
A ** RABAX: level LEV_RX_AFTER_MEMO_CHECK completed.
A ** RABAX: level LEV_RX_INTERFACES entered.
A ** RABAX: level LEV_RX_INTERFACES completed.
A ** RABAX: level LEV_RX_GET_MESS entered.
A ** RABAX: level LEV_RX_GET_MESS completed.
A ** RABAX: level LEV_RX_INIT_SNAP entered.
A ** RABAX: level LEV_RX_INIT_SNAP completed.
A ** RABAX: level LEV_RX_WRITE_SYSLOG entered.
A ** RABAX: level LEV_RX_WRITE_SYSLOG completed.
A ** RABAX: level LEV_RX_WRITE_SNAP entered.
A ** RABAX: level LEV_SN_END completed.
A ** RABAX: level LEV_RX_SET_ALERT entered.
A ** RABAX: level LEV_RX_SET_ALERT completed.
A ** RABAX: level LEV_RX_COMMIT entered.
A ** RABAX: level LEV_RX_COMMIT completed.
A ** RABAX: level LEV_RX_SNAP_SYSLOG entered.
A ** RABAX: level LEV_RX_SNAP_SYSLOG completed.
A ** RABAX: level LEV_RX_RESET_PROGS entered.
A ** RABAX: level LEV_RX_RESET_PROGS completed.
A ** RABAX: level LEV_RX_STDERR entered.
A Sun Apr 05 22:38:04 2009
A
A ABAP Program SAPFSDS1 .
A Source FSDS1E01 Line 380.
A Error Code DBIF_RSQL_SQL_ERROR.
A Module $Id: //bas/700_REL/src/krn/runt/absapsql.c#9 $ SAP.
A Function HandleRsqlErrors Line 778.
A ** RABAX: level LEV_RX_STDERR completed.
A ** RABAX: level LEV_RX_RFC_ERROR entered.
A ** RABAX: level LEV_RX_RFC_ERROR completed.
A ** RABAX: level LEV_RX_RFC_CLOSE entered.
A ** RABAX: level LEV_RX_RFC_CLOSE completed.
A ** RABAX: level LEV_RX_IMC_ERROR entered.
A ** RABAX: level LEV_RX_IMC_ERROR completed.
A ** RABAX: level LEV_RX_DATASET_CLOSE entered.
A ** RABAX: level LEV_RX_DATASET_CLOSE completed.
A ** RABAX: level LEV_RX_RESET_SHMLOCKS entered.
A ** RABAX: level LEV_RX_RESET_SHMLOCKS completed.
A ** RABAX: level LEV_RX_ERROR_SAVE entered.
A ** RABAX: level LEV_RX_ERROR_SAVE completed.
A ** RABAX: level LEV_RX_ERROR_TPDA entered.
A ** RABAX: level LEV_RX_ERROR_TPDA completed.
A ** RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.
A ** RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.
A ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.
A ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.
A ** RABAX: level LEV_RX_END entered.
A ** RABAX: level LEV_RX_END completed.
A ** RABAX: end no http/smtp
A ** RABAX: end RX_BTCHLOG|RX_VBLOG
A SQL error in the database when accessing a table..
A
I have started the local client copy and have stopped it in the middle. i have logged off and tried to login again, this is the start of the dump.
I am unable to resolve it. PLEASE give a solution
Thanks & Regards,
Subbu.

Hi Subbu,
We were in touch when you previously posted this, but somehow I got an error when I tried to access the thread. I remember that your DB was still 10.2.0.1 and that this may have caused a corruption. The only explanation for ORA-32255 that looks remotely interesting is that it may occur with the OCI (Oracle Call Interface) accessing a NULL LOB (and ATAB does contain a LOB field). Do you have any chance of upgrading the database where you have the problem to 10.2.0.4?
I don't know whether we'll learn anything useful from this (you might just get an ORA-32255 again) but could you execute the following statement in SQLPLUS:
select count(*) from <sapuser>.ATAB where VARDATA IS NULL;
(replace <sapuser> with the name of the SAP schema owner)
Regards,
Mark

Similar Messages

  • Run time error occured while clicking the Log off

    Hello Experts,
    I have customized masthead file. In the masthead, when i click the log off link, the pop-up window will showing the Runtime error message. Its not working properly. I didnt make any changes in log off method. I traced the error,
    <%if (!isPreview){%>
              if (EPCM.getUAType() == EPCM.MSIE)
                   if(EPCM.getGlobalDirty())
                         // unsaved data on the page, display modified dialog
                        var val = window.showModalDialog('<%=GetLogoffConfirmUnsavedMsgURL(componentRequest)%>', '', '<%=LOGOFF_CONFIRM_MSG_ARGS_IE%>');
                        if (val == 'logoff')
                             disableWorkProtectCheck = true;
                             logoff();
                   else //no unsaved data
                        // data saved, nothing get lost on the page, display normal dialog
                      var val = window.showModalDialog('<%=GetLogoffConfirmMsgURL(componentRequest)%>', '', '<%=LOGOFF_CONFIRM_MSG_ARGS_IE%>');
                      if (val == 'logoff')
                          logoff();
              else
                   if(EPCM.getGlobalDirty())
                      window.open('<%=GetLogoffConfirmUnsavedMsgURL(componentRequest)%>', '<%=LOGOFF_CONFIRM_WINDOW_NAME%>', '<%=LOGOFF_CONFIRM_MSG_ARGS_NS%>');
                   else
                      window.open('<%=GetLogoffConfirmMsgURL(componentRequest)%>', '<%=LOGOFF_CONFIRM_WINDOW_NAME%>', '<%=LOGOFF_CONFIRM_MSG_ARGS_NS%>');
         <%}%>
    In this code having if condition if(EPCM.getGlobalDirty()) is set as true means, then only properly executed and it shows the Log off message. In my part it goes to the else part. Then it shows run time error message.
    I cannt able to find out the solution.Pls help me in this regarding.
    Regards
    Prakash T

    Hi,
    see if running SFC /Scannow helps. This basically restores missing/corrupt system files.
    Click Start/Run and type CMD
    Type SFC /Scannow
    Description of Windows XP and Windows Server 2003 System File Checker (Sfc.exe):
    http://support.microsoft.com/kb/310747/EN-US/
    Please Reward Points if Helpful.
    Kind Regards,
    Vamsi.

  • How to debug  a run time error encountered while executing ZFunction Module

    Hi all,
    My requirement is to create a ZFunction Module that Generated a sales order
    for multiple line items and works for both Variant Configurable material and a Normal Material.
    I am using BAPI_SLSTRANSACT_CREATEMULTI in my Zfunction Module to create a
    Sales order
    My ZFunction Module works well if I give normal material as input.
    It also works well and generates a sales order if I give all Variant Configurable materials as input.
    But if I give both Variant Configurable material and a normal material it throws a run time error.
    Can some one tell me what is wrong? can some one suggest me how to debug this run time error
    Termination occurred in the ABAP program "SAPLCRM_CONFIG_OW" - in                            
    "CONFIG_TO_CBASE".                                                                          
    The main program was "RS_TESTFRAME_CALL ".                                                                               
    In the source code you have the termination point in line 63
    of the (Include) program "LCRM_CONFIG_OWF02".                                                
    Source Code Extract                                                                               
    Line SourceCde                                                                               
    |   33|                                       LT_CUXI_CUPRT                                       
    |   34|                                       LT_CUXI_CUVAL                                       
    |   35|                                       LT_CUXI_CUVK                                        
    |   36|                                       LS_CUXI_CUCFG.                                      
    37
    |   38|  PERFORM CREATE_PRICING_CSTIC USING IS_CONFIG-CUCFG-CFGINFO.                              
    39
    |   40|* set config to cbase                                                                      
    |   41|  CALL FUNCTION 'COM_CUXI_SET_SINGLE_CFG'                                                  
    |   42|       EXPORTING                                                                           
    |   43|            I_CFG_HEADER          = LS_CUXI_CUCFG                                          
    |   44|            I_ROOT_INSTANCE       = CV_INT_OBJ_NO                                          
    |   45|            I_LOGSYS              = LV_LOGSYS                                              
    |   46|       IMPORTING                                                                           
    |   47|            E_ROOT_INSTANCE       = CV_INT_OBJ_NO                                          
    |   48|       TABLES                                                                               
    |   49|            I_TAB_INSTANCES       = LT_CUXI_CUINS                                          
    |   50|            I_TAB_PART_OF         = LT_CUXI_CUPRT                                          
    |   51|            I_TAB_VALUES          = LT_CUXI_CUVAL                                          
    |   52|            I_TAB_VAR_KEYS        = LT_CUXI_CUVK                                           
    |   53|            I_TAB_RESTRICTIONS    = LT_CUXI_CURES                                          
    |   54|       EXCEPTIONS                                                                          
    |   55|            INVALID_INSTANCE      = 1                                                      
    |   56|            INTERNAL_ERROR        = 2                                                     
    57
    OTHERS                = 3.                                                        58
    |   59|  IF SY-SUBRC <> 0.                                                        
    |   60|    if sy-msgno is initial.                                                      
    |   61|      MESSAGE X010 WITH 'COM_CUXI_SET_SINGLE_CFG'.
    |   62|    else.                                                                             
    |>>>>>|      MESSAGE ID SY-MSGID TYPE 'X' NUMBER SY-MSGNO
    |   64|              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    |   65|    endif.                                                                               
    |   66|  ENDIF.                                                                               
    67
    |   68|ENDFORM.                               " CONFIG_TO_CBASE                                   

    Hey Amit...
    Can I Create a Sales order for VC and Non VC items using BAPI_SLSTRANSACT_CREATEMULTI
    Is it a limitation for BAPI_SLSTRANSACT_CREATEMULTI
    I am trying to create a Sales Order using a Zprogram. I have used BAPI_SLSTRANSACT_CREATEMULTI. If I give the input as Normal material I am able to generate a sale order. If I give the input as VC material I am able to generate a sales order. But if I give both VC and Normal material as input, I get a run time error as follows.
    Is it a limitation for BAPI_SLSTRANSACT_CREATEMULTI that we cannot create a sales order with both VC and Non-VC items or am I missing some data which I need to pass when I give both VC and Non VC items? I get this error only for my Zprogram. But if I try to create an order on screen manually I donu2019t get any error. This happens only if I create an order with my Zprogram.
    Some one please help me u2026I am just stuggling to get this doneu2026
    I dint find any posts that gives me information about this error.
    CUX1 034 u201CNo root instance found in header datau201D                                                                               
    In the source code you have the termination point in line 63                                   of the (Include) program "LCRM_CONFIG_OWF02".

  • Run time error '9' while installing BIP Desktop 10.1.3.4.1 for Windows

    Hi,
    I've been getting 'run time error '9' Subscript out of range error while installing BIP Desktop.
    I have MS Word 2003 and the laptop's OS is Windows XP SP3. I have searched the net and this forum for suggestions
    and followed what was recommended (install .NET framework 2.0, make sure no MS Office processes are not running while
    installing the software, Admin rights at Registry level on BI Publisher folder etc..) but no use.
    This is a new laptop which I just received. On my existing laptop (which has similar configuration), I've installed BIP long time
    ago and do not remember facing this error. If any one has come across this problem recently and was able to trouble shoot it,
    please share with me how you were able to overcome the problem.
    Thanks and Regards,
    Srini

    Hello,
    Since I haven't heard from any one, I have opened a service request with Oracle support.
    Support recommended that I down load a desktop publisher from edelivery.oracle.com but even that didn't help.
    Will keep you posted.
    Regards,
    Srini

  • Dump run time error "dbif_rsql_sql_error"

    Hi guru's,
    I have a genric data source with function module which feeds data to a genric ods in bw.
    But at time of data upload i see quality status in manage of ods green saying (0 of 0 records extracted) but it asks me to check dump in st22 which is as follows
    Runtime Errors     DBIF_RSQL_SQL_ERROR
    Exception     CX_SY_OPEN_SQL_DB
           Occurred on     21.11.2006 at 23:57:48     
    An SQL error occurred when accessing a table.
    What happened?
    What can you do?
    Make a note of the actions and input which 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.
    Error analysis
    An exception occurred. This exception is dealt with in more detail below
    . The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was
    neither
    caught nor passed along using a RAISING clause, in the procedure
    "ZL3_BW_SALES_ORDER_ITEM" "(FUNCTION)"
    Since the caller of the procedure could not have expected this exception
    to occur, the running program was terminated.
    The reason for the exception is:
    How to correct the error
    The exception must either be prevented, caught within the procedure
    "ZL3_BW_SALES_ORDER_ITEM"
    "(FUNCTION)", or declared in the procedure's RAISING clause.
    To prevent the exception, note the following:
    Database error text........: "ORA-01555: snapshot too old: rollback segment
    number 222 with name "_SYSSMU222$" too small"
    Internal call code.........: "[RSQL/FTCH/VBAP ]"
    Please check the entries in the system log (Transaction SM21).
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    "DBIF_RSQL_SQL_ERROR" CX_SY_OPEN_SQL_DBC     
    "SAPLZL3_BW_VARIANT" or "LZL3_BW_VARIANTU03"
    "ZL3_BW_SALES_ORDER_ITEM"     
    If you cannot solve the problem yourself, please send the     
    following documents to SAP:
    1. A hard copy print describing the problem.
       To obtain this, select the "Print" function on the current screen.
    2. A suitable hardcopy prinout of the system log.
       To obtain this, call the system log with Transaction SM21
       and select the "Print" function to print out the relevant
       part.
    3. If the programs are your own programs or modified SAP programs,
       supply the source code.
       To do this, you can either use the "PRINT" command in the editor or
       print the programs using the report RSINCL00.
    4. Details regarding the conditions under which the error occurred
       or which actions and input led to the error.
    System environment
    SAP Release.............. "620"
    Application server....... "wieap053"
    Network address.......... "10.50.197.53"
    Operating system......... "HP-UX"
    Release.................. "B.11.23"
    Hardware type............ "ia64"
    Character length......... 8 Bits
    Pointer length........... 64 Bits
    Work process number...... 1
    Short dump setting....... "full"
    Database server.......... "wieap007"
    Database type............ "ORACLE"
    Database name............ "P00"
    Database owner........... "SAPR3"
    Character set............ "en_US.iso88591"
    SAP kernel............... "640"
    Created on............... "May 21 2006 20:37:10"
    Created in............... "HP-UX B.11.23 U ia64"
    Database version......... "OCI_920 "
    Patch level.............. "129"
    Patch text............... " "
    Supported environment....
    Database................. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE
    10.2.0.."
    SAP database version..... "640"
    Operating system......... "HP-UX B.11"
    User, transaction...
    Client.............. 001
    User................ "RFC_P92"
    Language key........ "E"
    Transaction......... " "
    Program............. "SAPLZL3_BW_VARIANT"
    Screen.............. "SAPMSSY0 1000"
    Screen line......... 6
    Information on where termination occurred
    The termination occurred in the ABAP program "SAPLZL3_BW_VARIANT" in
    "ZL3_BW_SALES_ORDER_ITEM".
    The main program was "SBIE0001 ".
    The termination occurred in line 240 of the source code of the (Include)
    program "LZL3_BW_VARIANTU03"
    of the source code of program "LZL3_BW_VARIANTU03" (when calling the editor
    2400).
    The program "SAPLZL3_BW_VARIANT" was started as a background job.
    Processing was terminated because the exception "CX_SY_OPEN_SQL_DB" occurred in
    the
    procedure "ZL3_BW_SALES_ORDER_ITEM" "(FUNCTION)" but was not handled locally,
    not declared in the
    RAISING clause of the procedure.
    The procedure is in the program "SAPLZL3_BW_VARIANT ". Its source code starts
    in line 5
    of the (Include) program "LZL3_BW_VARIANT$03 ".
    Source code extract
    002100                  a~werks
    002110                  c~edatu
    002120                  a~aedat
    002130                  a~erdat
    002140           FROM  ( vbap AS a
    002150                   INNER JOIN vbak AS b
    002160                     ON  a~vbeln = b~vbeln
    002170                     AND b~vbtyp = 'W'                      "C0006-R2
    002180                   INNER JOIN vbep AS c
    002190                     ON  a~vbeln = c~vbeln
    002200                     AND a~posnr = c~posnr
    002210                     AND c~etenr = '1' )
    002220           WHERE  a~vbeln IN
    002230                ( SELECT objectid
    002240                  FROM   cdhdr
    002250                  WHERE  objectclas = 'VERKBELEG'
    002260     *               AND    tcode      = 'VA02'
    002270                  AND    udate     IN l_r_aedat )
    002280           OR     a~erdat IN l_r_aedat.
    002290
    002300         ENDIF.                          "Full or Delta ?
    002310       ENDIF.                             "First data package ?
    002320
    002330     * Fetch records into e_t_data
    002340
    002350         FETCH NEXT CURSOR s_cursor
    002360                    INTO CORRESPONDING FIELDS
    002370                    OF TABLE l_t_data
    002380                    PACKAGE SIZE s_s_if-maxsize.
    002390
         >       IF sy-subrc <> 0.
    00241     0
    002420         CLOSE CURSOR s_cursor.
    002430
    002440     ** Do not insert the upload date in the timestamp table when testing on
    002450     ** the R/3 system
    002460     *      IF  SY-TCODE <> 'RSA3'
    002470     *      AND SY-TCODE <> 'RSO2'
    002480     *      AND SY-TCODE <> 'SE37'
    002490     *      AND I_READ_ONLY IS INITIAL.
    002500     *
    002510     *        ls_zl3_bw_timest-upload_date = sy-datum.
    002520     *        ls_zl3_bw_timest-oltpsource  = s_s_if-dsource.
    002530     *
    002540     *        INSERT INTO zl3_bw_timest VALUES ls_zl3_bw_timest.
    002550     *
    002560     *      ENDIF.
    002570
    002580         RAISE no_more_data.
    002590       ENDIF.
    Contents of system fields
    SY field          contents.....................          SY field          contents.....................
    SY-SUBRC          0          SY-INDEX          1     
    SY-TABIX      1     SY-DBCNT      1
    SY-FDPOS      0     SY-LSIND      0
    SY-PAGNO      0     SY-LINNO      1
    SY-COLNO      1     SY-PFKEY     
    SY-UCOMM     
    SY-TITLE      Data extraction using SUBMIT_JOB as batch process
    SY-MSGTY      E     SY-MSGID      BM
    SY-MSGNO      026     SY-MSGV1     
    SY-MSGV2          SY-MSGV3     
    SY-MSGV4     
    Active calls / events
    No.... Type........ Name..........................
           Program
           Include                                  Line
           Class
         9 FUNCTION     ZL3_BW_SALES_ORDER_ITEM     
           SAPLZL3_BW_VARIANT
           LZL3_BW_VARIANTU03                         240
         8 FUNCTION     RSA3_GET_DATA_SIMPLE
           SAPLRSA3
           LRSA3U06                                    74
         7 FORM         EXTRACTOR_FETCH
           %_T002T1
           ???                                          0
         6 FORM         EXTRACT_EAPI_INTO_QUEUE
           %_T002T1
           ???                                          0
         5 FUNCTION     RSC1_DELTA_BIW_GET
           SAPLRSC1
           LRSC1U03                                   390
         4 FORM         DATA_TRANSFER
           GP3Z7WZZ1QZLIWHNBB8PBL5TTS7
           GP3Z7WZZ1QZLIWHNBB8PBL5TTS7                128
         3 FUNCTION     RSAP_DATA_TRANSFER
           SAPLRSAP
           LRSAPU06                                   137
         2 FUNCTION     RSAP_PERFORM_EXTRACTION
           SAPLRSAP
           LRSAPU19                                   135
         1 EVENT        START-OF-SELECTION
           SBIE0001
           SBIE0001                                    60
    Chosen variables
         9 FUNCTION     ZL3_BW_SALES_ORDER_ITEM
           SAPLZL3_BW_VARIANT
           LZL3_BW_VARIANTU03                         240
    I_DSOURCE          ZL3_BW_SALES_ORDER_ITEM     
                                   543545554445545445545442222222
                                   AC3F27F31C53FF2452F945D0000000
    I_INITFLAG          
                                   2
                                   0
    I_MAXSIZE          050000
                                   333333
                                   050000
    I_READ_ONLY          
                                   2
                                   0
    I_REQUNR          REQU_43VWUSBH207E5H8W64KGNKSPN
                                   545553355554433343435334444554
                                   2515F436753282075588764B7EB30E
    E_T_DATA[]          Table IT_1937[0x103]
    I_T_FIELDS[]          Table IT_1917[13x30]
    I_T_SELECT[]          Table IT_1916[1x123]
    <%_TABLE_CDHDR>          ???
    %_DUMMY$$          
                                   2222
                                   0000
    SY-REPID          SAPLZL3_BW_VARIANT
                                   5454543545554544452222222222222222222222
                                   310CAC3F27F61291E40000000000000000000000
    SYST-REPID          SAPLZL3_BW_VARIANT
                                   5454543545554544452222222222222222222222
                                   310CAC3F27F61291E40000000000000000000000
    <%_TABLE_ZL3_VARIANT_CONF>          ???
    L_R_AEDAT[]          Table IT_1938[1x19]
    %_SPACE          
                                   2
                                   0
    S_S_IF-MAXSIZE          050000
                                   333333
                                   050000
    S_CURSOR          20
                                   0001
                                   0004
    L_T_DATA[]          Table IT_1939[0x111]
    SY-SUBRC          0
                                   0000
                                   0000
    SY-UZEIT          220930
                                   333333
                                   220930
    L_T_DATA                    00000000000000              ##
                                   2222222222333333333333332222222222222200
                                   0000000000000000000000000000000000000000
    ... +           40          ######
                                   0000002222222222222222222222222222222222
                                   00000C0000000000000000000000000000000000
    ... +           80                 000000000000000000000000
                                   2222222333333333333333333333333
                                   0000000000000000000000000000000
    %_PRINT              001SBIE0001_RFC
                                   2222333544433335544222222222222222222222
                                   000000132950001F263000000000000000000000
    ... +           40          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           80                   X8 ###A###PX_PAPER          DRF
                                   2222222225320004000555545452222222222454
                                   000000000880000100008F010520000000000426
    ... +          120          C_P92                             LIST1S
                                   4553322222222222222222222222222222445535
                                   3F09200000000000000000000000000000C93413
    ... +          160          TEXT        1 5D              2 ###Y
                                   545522222222323422222222222222320015
                                   4584000000001054000000000000002000E9
    L_T_DATA-AEDAT          00000000
                                   33333333
                                   00000000
         8 FUNCTION     RSA3_GET_DATA_SIMPLE
           SAPLRSA3
           LRSA3U06                                    74
    I_CHABASNM               
                                   222222222222222222222222222222
                                   000000000000000000000000000000
    I_DATAPAKID          000000
                                   333333
                                   000000
    I_INITFLAG          
                                   2
                                   0
    I_ISOURCE          
                                   222222222222222222222222222222
                                   000000000000000000000000000000
    I_MAXSIZE          000000
                                   333333
                                   000000
    I_REQUNR          REQU_43VWUSBH207E5H8W64KGNKSPN
                                   545553355554433343435334444554
                                   2515F436753282075588764B7EB30E
    I_RLOGSYS          
                                   2222222222
                                   0000000000
    I_UPDMODE          
                                   22
                                   00
    E_T_DATA[]          Table IT_1937[0x103]
    I_T_FIELDS[]          Table[initial]
    I_T_SELECT[]          Table[initial]
    SY          ########################################
                                   0000000000000000000000000000000000000000
                                   000100000001000100000000000A000000000000
    ... +           40          ###############A#######P################
                                   0000000000000004000000050000000000000001
                                   0001000000010001000100000000000000000003
    ... +           80          ###################g####################
                                   0000000000000000000600000000000000000000
                                   0000000000000000000700000000000000000000
    ... +          120          #######################################T
                                   0000000000000000000000000000000000010005
                                   0000000000000000000000000000000000060004
    ... +          160          ################ u#############   E0X X1
                                   0000000000000001270000000000000222435253
                                   00000000000000E0050020000C0000C000508081
    ... +          200          000         ####__S                 001
                                   3332222222220000555222222222222222223332
                                   0000000000000000FF3000000000000000000010
    ... +          240               80
                                   222223322222222
                                   000008000000000
    S_S_IF_SIMPLE-T_FIELDS          Table IT_1917[13x30]
    S_S_IF_SIMPLE-T_SELECT          Table IT_1916[1x123]
    G_T_FIELDS          Table[initial]
    %_DUMMY$$          
                                   2222
                                   0000
    G_S_RODCHABAS          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           80          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          120          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          160          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          200          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          240          
                                   22222222222222
                                   00000000000000
    SY-REPID          SAPLRSA3
                                   5454554322222222222222222222222222222222
                                   310C231300000000000000000000000000000000
    RSAL_S_LOGPARMS-MSGV2          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222
                                   0000000000
    G_T_LANGU          Table[initial]
    E_T_DATA                    00000000000000              ##
                                   2222222222333333333333332222222222222200
                                   0000000000000000000000000000000000000000
    ... +           40          ######
                                   0000002222222222222222222222222222222222
                                   00000C0000000000000000000000000000000000
    ... +           80                 0000000000000000
                                   22222223333333333333333
                                   00000000000000000000000
    S_S_IF_SIMPLE-INITFLAG          
                                   2
                                   0
    S_FNAME          ZL3_BW_SALES_ORDER_ITEM
                                   543545554445545445545442222222
                                   AC3F27F31C53FF2452F945D0000000
    S_S_IF_SIMPLE-DSOURCE          ZL3_BW_SALES_ORDER_ITEM
                                   543545554445545445545442222222
                                   AC3F27F31C53FF2452F945D0000000
    SY-XFORM          CONVERSION_EXIT
                                   444545544454545222222222222222
                                   3FE65239FEF5894000000000000000
    SY-XPROG          SAPCNVE
                                   5454454222222222222222222222222222222222
                                   3103E65000000000000000000000000000000000
    S_S_IF_SIMPLE-MAXSIZE          050000
                                   333333
                                   050000
    %_ARCHIVE          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           80          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          120          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          160          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          200          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          240          
                                   222222222222222
                                   000000000000000
    S_S_IF_SIMPLE-REQUNR          REQU_43VWUSBH207E5H8W64KGNKSPN
                                   545553355554433343435334444554
                                   2515F436753282075588764B7EB30E
    %_PRINT              001SBIE0001_RFC
                                   2222333544433335544222222222222222222222
                                   000000132950001F263000000000000000000000
    ... +           40          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           80                   X8 ###A###PX_PAPER          DRF
                                   2222222225320004000555545452222222222454
                                   000000000880000100008F010520000000000426
    ... +          120          C_P92                             LIST1S
                                   4553322222222222222222222222222222445535
                                   3F09200000000000000000000000000000C93413
    ... +          160          TEXT        1 5D              2 ###Y
                                   545522222222323422222222222222320015
                                   4584000000001054000000000000002000E9
    G_S_INTERFACE          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           80                    000000   000000
                                   2222222222333333222333333
                                   0000000000000000000000000
    SYST-REPID          SAPLRSA3
                                   5454554322222222222222222222222222222222
                                   310C231300000000000000000000000000000000
         7 FORM         EXTRACTOR_FETCH
           %_T002T1
           ???                                          0
    SYST-REPID          %_T002T1     
                                   2553335322222222222222222222222222222222
                                   5F40024100000000000000000000000000000000
    E_T_DATA          Table IT_1937[0x103]
    SY-SUBRC          0
                                   0000
                                   0000
    I_REQUNR          REQU_43VWUSBH207E5H8W64KGNKSPN
                                   545553355554433343435334444554
                                   2515F436753282075588764B7EB30E
    SY-MSGV2          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222
                                   0000000000
    SY-MSGNO          026
                                   333
                                   026
    %_DUMMY$$          
                                   2222
                                   0000
    SY-REPID          %_T002T1
                                   2553335322222222222222222222222222222222
                                   5F40024100000000000000000000000000000000
         6 FORM         EXTRACT_EAPI_INTO_QUEUE
           %_T002T1
           ???                                          0
    G_TABIX          1     
                                   0000
                                   0001
    SY          ########################################
                                   0000000000000000000000000000000000000000
                                   000100000001000100000000000A000000000000
    ... +           40          ###############A#######P################
                                   0000000000000004000000050000000000000001
                                   0001000000010001000100000000000000000003
    ... +           80          ###################g####################
                                   0000000000000000000600000000000000000000
                                   0000000000000000000700000000000000000000
    ... +          120          #######################################T
                                   0000000000000000000000000000000000010005
                                   0000000000000000000000000000000000060004
    ... +          160          ################ u#############   E0X X1
                                   0000000000000001270000000000000222435253
                                   00000000000000E0050020000C0000C000508081
    ... +          200          000         ####__S                 001
                                   3332222222220000555222222222222222223332
                                   0000000000000000FF3000000000000000000010
    ... +          240               80
                                   222223322222222
                                   000008000000000
    I_REQUNR          REQU_43VWUSBH207E5H8W64KGNKSPN
                                   545553355554433343435334444554
                                   2515F436753282075588764B7EB30E
    L_T_DATA          Table IT_1937[0x103]
    C_SUBRC          0
                                   0000
                                   0000
    I_OSOURCE          ZL3_BW_SALES_ORDER_ITEM
                                   543545554445545445545442222222
                                   AC3F27F31C53FF2452F945D0000000
    %_ARCHIVE          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           80          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          120          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          160          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          200          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          240          
                                   222222222222222
                                   000000000000000
         5 FUNCTION     RSC1_DELTA_BIW_GET
           SAPLRSC1
           LRSC1U03                                   390
    I_CHABASNM               
                                   222222222222222222222222222222
                                   000000000000000000000000000000
    I_DATAPAKID          000000
                                   333333
                                   000000
    I_INITFLAG          
                                   2
                                   0
    I_ISOURCE          
                                   222222222222222222222222222222
                                   000000000000000000000000000000
    I_MAXSIZE          000000
                                   333333
                                   000000
    I_PRIVATE_MODE          
                                   2222
                                   0000
    I_READ_ONLY          
                                   2
                                   0
    I_REQUNR          REQU_43VWUSBH207E5H8W64KGNKSPN
                                   545553355554433343435334444554
                                   2515F436753282075588764B7EB30E
    I_RLOGSYS          
                                   2222222222
                                   0000000000
    I_UPDMODE          
                                   22
                                   00
    E_T_DATA[]          Table IT_1926[0x103]
    I_T_FIELDS[]          Table[initial]
    I_T_SELECT[]          Table[initial]
    SBIWA_C_FLAG_OFF          
                                   2
                                   0
    L_PROGNAME          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    L_FUNCTION          /BIC/QIZL3_BW_SALES_ORD__10001
                                   244425454354555444554545533333
                                   F293F19AC3F27F31C53FF24FF10001
    L_T_QRFCRCV          Table IT_1936[1x56]
    L_SUBRC          0
                                   0000
                                   0000
    S_READ_ONLY          
                                   2
                                   0
    L_DELTA_TYPE          E
                                   4222
                                   5000
    RSAOT_C_DELTA-OWN          E
                                   4222
                                   5000
    SYST-REPID          SAPLRSC1
                                   5454554322222222222222222222222222222222
                                   310C233100000000000000000000000000000000
    RSAOT_C_DELTA-ALE          A
                                   4222
                                   1000
    L_NO_MORE_DATA          
                                   2
                                   0
    L_UPDMODE          D
                                   42
                                   40
    SBIWA_C_UPDMODE_DELTA          D
                                   42
                                   40
    RSAL_SAVE_SUBRC          0
                                   0000
                                   0000
    L_POOLNAME          %_T002T1
                                   2553335322222222222222222222222222222222
                                   5F40024100000000000000000000000000000000
    S_S_ROIS-ISOURCE          ZL3_BW_SALES_ORDER_ITEM
                                   543545554445545445545442222222
                                   AC3F27F31C53FF2452F945D0000000
    G_FLAG_INTERFACE_INITIALIZED          X
                                   5
                                   8
    <%_TABLE_ROOSPRMSC>          ???
    %_SPACE          
                                   2
                                   0
    SYST          ########################################
                                   0000000000000000000000000000000000000000
                                   000100000001000100000000000A000000000000
    ... +           40          ###############A#######P################
                                   0000000000000004000000050000000000000001
                                   0001000000010001000100000000000000000003
    ... +           80          ###################g####################
                                   0000000000000000000600000000000000000000
                                   0000000000000000000700000000000000000000
    ... +          120          #######################################T
                                   0000000000000000000000000000000000010005
                                   0000000000000000000000000000000000060004
    ... +          160          ################ u#############   E0X X1
                                   0000000000000001270000000000000222435253
                                   00000000000000E0050020000C0000C000508081
    ... +          200          000         ####__S                 001
                                   3332222222220000555222222222222222223332
                                   0000000000000000FF3000000000000000000010
    ... +          240               80
                                   222223322222222
                                   000008000000000
    SBIW_C_TRUE          X
                                   5
                                   8
    SY-REPID          SAPLRSC1
                                   5454554322222222222222222222222222222222
                                   310C233100000000000000000000000000000000
    QS_NOSENDS          NOSENDS
                                   44544452
                                   EF35E430
         4 FORM         DATA_TRANSFER
           GP3Z7WZZ1QZLIWHNBB8PBL5TTS7
           GP3Z7WZZ1QZLIWHNBB8PBL5TTS7                128
    SY-SUBRC          0     
                                   0000
                                   0000
    SY-REPID          GP3Z7WZZ1QZLIWHNBB8PBL5TTS7
                                   4535355535544544443544355532222222222222
                                   703A77AA11AC978E22802C544370000000000000
    SPACE          
                                   2
                                   0
    SYST-REPID          GP3Z7WZZ1QZLIWHNBB8PBL5TTS7
                                   4535355535544544443544355532222222222222
                                   703A77AA11AC978E22802C544370000000000000
    %_DUMMY$$          
                                   2222
                                   0000
    P_S_REQUEST-UPDMODE          D
                                   42
                                   40
    SBIWA_C_UPDMODE_DELTA          D
                                   42
                                   40
    SBIWA_C_UPDMODE_REPEAT          R
                                   52
                                   20
    SRSC_C_UPDMODE_INITSIMU          S
                                   52
                                   30
    SBIWA_C_UPDMODE_DELTAINIT          C
                                   42
                                   30
    %_ARCHIVE          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           80          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          120          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          160          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          200          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          240          
                                   222222222222222
                                   000000000000000
    L_FNAME          RSC1_DELTA_BIW_GET
                                   554354445454455445222222222222
                                   2331F45C41F297F754000000000000
    P_S_REQUEST-REQUNR          REQU_43VWUSBH207E5H8W64KGNKSPN
                                   545553355554433343435334444554
                                   2515F436753282075588764B7EB30E
    RODKYF          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           80          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          120          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          160          
                                   22222222
                                   00000000
    L_T_ZL3_SALES          Table IT_1926[0x103]
    ROISGEN          ZL3_BW_SALES_ORDER_ITEM       PHD00
                                   5435455544455454455454422222225443322222
                                   AC3F27F31C53FF2452F945D00000000840000000
    ... +           40          PBW82     T                           /B
                                   5453322222522222222222222222222222222224
                                   02782000004000000000000000000000000000F2
    ... +           80          IC/CCPB0000000766           3Z7WZZ1QZLIW
                                   4424454333333333322222222222353555355445
                                   93F33020000000766000000000003A77AA11AC97
    ... +          120          HNBB8PBL5TTS7
                                   4444354435553222222222222222222222222222
                                   8E22802C54437000000000000000000000000000
    ... +          160                                           RFC_P92
                                   2222222222222222222222222222222225445533
                                   000000000000000000000000000000000263F092
    ... +          200               20060322161543            000000000
                                   2222233333333333333222222222222333333333
                                   0000020060322161543000000000000000000000
    ... +          240          00000
                                   33333
                                   00000
    ROIST          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           80          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          120          
                                   2222222222222222222222222222222
                                   0000000000000000000000000000000
    %_PRINT              001SBIE0001_RFC
                                   2222333544433335544222222222222222222222
                                   000000132950001F263000000000000000000000
    ... +           40          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           80                   X8 ###A###PX_PAPER          DRF
                                   2222222225320004000555545452222222222454
                                   000000000880000100008F010520000000000426
    ... +          120          C_P92                             LIST1S
                                   4553322222222222222222222222222222445535
                                   3F09200000000000000000000000000000C93413
    ... +          160          TEXT        1 5D              2 ###Y
                                   545522222222323422222222222222320015
                                   4584000000001054000000000000002000E9
         3 FUNCTION     RSAP_DATA_TRANSFER
           SAPLRSAP
           LRSAPU06                                   137
    I_ISOURCE          ZL3_BW_SALES_ORDER_ITEM     
                                   543545554445545445545442222222
                                   AC3F27F31C53FF2452F945D0000000
    I_S_REQUEST          REQU_43VWUSBH207E5H8W64KGNKSPNDZL3_BW_SA
                                   5455533555544333434353344445544543545554
                                   2515F436753282075588764B7EB30E4AC3F27F31
    ... +           40          LES_ORDER_ITEM       20061121210928RFC_B
                                   4455454455454422222223333333333333354454
                                   C53FF2452F945D000000020061121210928263F2
    ... +           80          W      PHD00     PBW82     000000D T  X
                                   5222222544332222254533222223333334252252
                                   7000000084000000002782000000000004040080
    ... +          120          X
                                   5
                                   8
    I_T_SELECT          Table IT_57[0x123]
    RODIOBJCMP                                        0000
                                   2222222222222222222222222222223333222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           80          
                                   22222222222222
                                   00000000000000
    L_S_LOGPARMS-MSGV3          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222
                                   0000000000
    RODCHA          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222222222222222222

    Tell your basis guys
    "ORA-01555: snapshot too old: rollback segment"
    ie the job took too long for the current settings you have for rollbacks
    They will adjust the settings

  • Why do i get a run time error box pop up and then close itunes when I search in the iTunes store?

    Wnen i search in the itunes store, a ren time error pops up and then closes my itunes. why is it doing this? I have to go thru power search to get around the problem and is not as convenient. thanks, Jamboy72

    This issue can be caused by the presence of leftover files in the Firefox program folder (defaults\pref) like a file firefox.js that overrides the update URL with a wrong link.
    Do a clean reinstall and be sure to remove the Firefox program folder to remove the file(s) that cause the problem.
    Your bookmarks and other profile data are stored elsewhere in the Firefox Profile Folder and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    See:
    * [/questions/826858]

  • Run Time Error ASSERTION_FAILED while moving Transformation from Quality to Prodcution

    Hi All,
    Need your urgent Help here !
    we had moved 4 transformations into prodcution from Quality out of which 3 were succesful adn one Transformation has failed due to RC12 "ASSERTION_FAILED" . In the attached screenshot , you can find few more details.
    The transformation we are moving is a new one and after the transport failure we can still see that in Prodcution , but when we double click on it , it is throwing dump of "ASSERTION_FAILED"(I can see only T versions of routines and formula exisitng in RSTRANSTEPROUT Table in Production)
    we are currently in SAP 7.3 and with SP 8 . I have seen so many solutions with lot of SAP note recommendations but we are not sure of the exact solution .
    Please let know the correct solution .

    Hi Vinod,
    while moving to quality you didn't face any problem?
    Again try to import same request at bw prod and see.
    if its failed again then again collect into transport request at dev system and move to qua/prod.
    While collecting transformations you need to collect all routines.
    Best way to collect transformations is RSA1-->transport connection, expand middle pane, transforamtions-->select object-->find your transformations and drag to rigth side screen.
    at right side screen, expand your transformations and select all routines which are exist.
    After that you can released and import at target systems.
    Thanks

  • Run Time Error when go to sales order change tcode :va02

    Hi All,
    I am functional guy and  i am facing the following situation
    1.System is allowing to create the sales order through VA01 and also saved it
    2.When i want to see the same sales order throug Va02 i am getting runtime error

    Attach at least a download of the dump (ST22) or post  to your post, as you clearly didn't give enough information to get correct answers. (Asking Good Questions in the SCN Discussion Spaces will help you get Good Answers and similar documents.)
    Regards,
    Raymond

  • Time_out & TSV_TNEW_PAGE_ALLOC_FAILED Run time error on MB5B

    Hi expert,
    Time_out & TSV_TNEW_PAGE_ALLOC_FAILED Run time error getting while executing Tx-MB5B.
    ECC 6.0
    oracle 10g
    HPux
    Regards,

    Runtime Errors         TSV_TNEW_PAGE_ALLOC_FAILED
    Date and Time          08.02.2012 14:50:11
    Short text
    No more storage space available for extending an internal table.
    What happened?
    You attempted to extend an internal table, but the required space was
    not available.
    What can you do?
    Note which actions and input led to the error.
    For further help in handling the problem, 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.
    Try to find out (e.g. by targetted data selection) whether the
    transaction will run with less main memory.
    If there is a temporary bottleneck, execute the transaction again.
    If the error persists, ask your system administrator to check the
    following profile parameters:
    o  ztta/roll_area            (1.000.000 - 15.000.000)
    Classic roll area per user and internal mode
    usual amount of roll area per user and internal mode
    o  ztta/roll_extension       (10.000.000 - 500.000.000)
    Amount of memory per user in extended memory (EM)
    o  abap/heap_area_total      (100.000.000 - 1.500.000.000)
    Amount of memory (malloc) for all users of an application
    server. If several background processes are running on
    one server, temporary bottlenecks may occur.
    Of course, the amount of memory (in bytes) must also be
    available on the machine (main memory or file system swap).
    Caution:
    The operating system must be set up so that there is also
    enough memory for each process. Usually, the maximum address
    space is too small.
    Ask your hardware manufacturer or your competence center
    about this.
    In this case, consult your hardware vendor
    abap/heap_area_dia:        (10.000.000 - 1.000.000.000)
    Restriction of memory allocated to the heap with malloc
    for each dialog process.
    Parameters for background processes:
    abap/heap_area_nondia:        (10.000.000 - 1.000.000.000)
    Restriction of memory allocated to the heap with malloc
    for each background process.
    Other memory-relevant parameters are:
    em/initial_size_MB:         (35-1200)
    Extended memory area from which all users of an
    application server can satisfy their memory requirement.
    Error analysis
    The internal table "\PROGRAM=RM07MLBD\DATA=G_T_COLOR" could not be further
    extended. To enable
    error handling, the table had to be delete before this log was written.
    As a result, the table is displayed further down or, if you branch to
    the ABAP Debugger, with 0 rows.
    At the time of the termination, the following data was determined for
    the relevant internal table:
    Memory location: "Session memory"
    Row width: 76
    Number of rows: 3
    Allocated rows: 3
    Newly requested rows: 128 (in 1 blocks)
    How to correct the error
    The amount of storage space (in bytes) filled at termination time was:
    Roll area...................... 5720752
    Extended memory (EM)........... 502807584
    Assigned memory (HEAP)......... 1842267952
    Short area..................... " "
    Paging area.................... 40960
    Maximum address space.......... 4294967295
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "TSV_TNEW_PAGE_ALLOC_FAILED" " "
    "RM07MLBD" or "RM07MLBD"
    "COLORIZE_TOTALS_FLAT"
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
    To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
    Display the system log by calling transaction SM21.
    Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
    In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.

  • Help with Run Time Error Please....

    I got this Run Time error when I tried to execute a Swing program I was trying to run and I was wondering if anyone could explain what it meant and how I could go about fixing the situation. The program ran with no problem when I executed it yesterday but this morning, It failed for some reason .
    My Classes name is GUIcheck.java
    Exception in thread "main" java.lang.UnsupportedClassVersionError: GUIcheck (Unsupported major.minor version 49.0)
            at java.lang.ClassLoader.defineClass0(Native Method)
            at java.lang.ClassLoader.defineClass(Unknown Source)
            at java.security.SecureClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.access$100(Unknown Source)
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    I have posted the program below for your viewing ..
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class GUIcheck
        public static void main(String args[])
        JFrame.setDefaultLookAndFeelDecorated(true);
        JFrame frame = new JFrame ("Student Data Sheet");
        //Frame.setDefaultLookAndFeelDecorated(true);
       //Create the top panel.  This panel will use the grid layout and
       //will contain two labels (name and Social Security Number) and
       //two text boxes (nameTextField and ssTextField)
       JPanel topPanel = new JPanel(new GridLayout (2, 2, 5, 5));
       JLabel nameLabel = new JLabel ("Name:");
       topPanel.add(nameLabel);
       JTextField nameTextField = new JTextField(10);
       topPanel.add(nameTextField);
       JLabel ssLabel = new JLabel ("Social Security Number:");
       topPanel.add(ssLabel);
      JPasswordField ssTextField = new JPasswordField(10);
      topPanel.add(ssTextField);
      //Place the topPanel on the North side of the frame
      Container contentPane = frame.getContentPane();
      contentPane.add (topPanel, BorderLayout.NORTH);
      //Create the center panel.  It will be placed in the center of the
      //frame.  It will contain two sub panels.  One sub panel will contain
      //labels (Select sources of news and information and Classification).
      //The second sub panel will contain check boxes and radio buttons)
      JPanel centerPanel = new JPanel (new BorderLayout ());
      JPanel centerTopPanel = new JPanel (new GridLayout (1, 2, 5, 5));
      JLabel sourceLabel = new JLabel
                 ("Select sources of news and information");
      centerTopPanel.add (sourceLabel);
      JLabel classLabel = new JLabel ("Classification");
      centerTopPanel.add (classLabel);
      centerPanel.add (centerTopPanel, BorderLayout.NORTH);
      JPanel centerBottomPanel = new JPanel (new GridLayout (1, 2, 5, 5));
      JPanel checkBoxPanel = new JPanel (new GridLayout (3, 1, 5, 1));
      JCheckBox newspaperCheckBox = new JCheckBox ("Newspaper");
      checkBoxPanel.add (newspaperCheckBox);
    JCheckBox tvCheckBox = new JCheckBox ("TV");
    checkBoxPanel.add (tvCheckBox);
    JCheckBox friendsCheckBox = new JCheckBox ("Friends");
    checkBoxPanel.add (friendsCheckBox);
    centerBottomPanel.add (checkBoxPanel);
    JPanel radioButtonPanel = new JPanel (new GridLayout (4, 1, 5, 1));
    JRadioButton freshmanRadioButton = new JRadioButton ("Freshman");
    radioButtonPanel.add (freshmanRadioButton);
    JRadioButton sophomoreRadioButton = new JRadioButton ("Sophomore");
    radioButtonPanel.add (sophomoreRadioButton);
    JRadioButton juniorRadioButton = new JRadioButton ("Junior");
    radioButtonPanel.add (juniorRadioButton);
    JRadioButton seniorRadioButton = new JRadioButton ("Senior");
    radioButtonPanel.add (seniorRadioButton);
    centerBottomPanel.add (radioButtonPanel);
    centerPanel.add (centerBottomPanel, BorderLayout.SOUTH);
    contentPane.add (centerPanel, BorderLayout.CENTER);
    //creation of button group deleted
    //buttonPanel will contain buttons and will be placed at south side
    //of the frame
    JPanel buttonPanel = new JPanel(new GridLayout (1, 2, 5, 5));
    JButton submitButton = new JButton ("Submit");
    buttonPanel.add (submitButton);
    JButton exitButton = new JButton ("Exit");
    buttonPanel.add (exitButton);
    contentPane.add (buttonPanel, BorderLayout.SOUTH);
      }//end main
    }

    I do have the 1.5 at the moment and I still get the same error. I have removed other instances of JRE from my computer and retried but it still persists... What else can I do?
    Java Newbie

  • XL reporter launching in SAP 8.81 PL:00: run time error

    Hello experts,
    We have a customer who is on SAP 8.81 PL:00.
    They are trying to use XL reporter but when they try using XL reporter, they get:
    Run time Error 91
    The system then freezes.
    Have checked they have Microsoft.net 1.1 which they do and that they have the correct excel.exe config file which they do.
    Any suggestions or known faults with 8.81?
    Thank you in advance,
    Andy

    Hi Andrew,
    'Object reference not set to an instance of an object ' is a known error, this usually happens because there was a previous install of the same add on which was not uninstalled completely. This can cause the error.
    I would suggest you to go through sap notes 1247315, 1287193. These all suggests about run time errors, cleaning registry files and clean install etc.
    Hope it helps
    regards
    Johnson

  • 'CONVT_NO_NUMBER'  run time error in custom program of upgraded ECC system.

    Hi,
    I am getting a run time error in custom program and st22 shows 'CONVT_NO_NUMBER' as the cause.
    We have just upgraded system to ECC6 and with 4.7 we were not getting this error.
    Can you please let me know if there is any SAP note to address this ?
    Thanks,
    Avinash

    Hi Avinash,
    Please see the below link for Sap Notes:
    [Program is giving a Short Dump u201CCONVT_NO_NUMBERu201D.;
    Regards,
    Md Ziauddin

  • C Run Time error on Itunes Software Update.  Now I have No ITunes

    Running Windows XP.  The setup file for ITunes is incorrectly setting something and causing multiple run time errors when I try and run setup or relaunch ITunes.
    Is there a way to reload an older version and where do I get it.  Or where's the fix for the current ITunes push

    Usually, when I get the error message "Problem with Windows Installer Package" and then "QuickTime required", I just go back to using my old version. This time the old version got uninstalled and now I am iTunes-less!
    Let's try a standalone QuickTime.msi install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of the issue.
    Download and save a copy of the iTunesSetup.exe installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe, and select "Extract to iTunesSetup". WinRAR will expand the contents of the file into a folder called "iTunesSetup".
    Go into the folder and doubleclick the QuickTime.msi to do a standalone QuickTime install.
    Does it install properly for you? If so, does an iTunes install go through properly now?
    If instead you get an error message during the install, let us know what it says. (Precise text, please.)

  • Run-time error while executing alv grid report

    Hi everyone
    I m trying to run a alv grid report it is giving a run time error while executing the statement CALL METHOD V_ALV->SET_TOOLBAR_INTERACTIVE.
    Actually i added 2 buttons in the toolbar.after that when i execute the report i m getting errors.
    <b>Error Analysis</b>
    An exception occurred that is explained in detail below.                     
    The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not    
    caught in                                                                   
    procedure "TOOLBAR_MENUS_INIT" "(METHOD)", 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:                                             
    You attempted to use a 'NULL' object reference (points to 'nothing')         
    access a component (variable: "ME->M_CL_MENU_BUTTON_VARIANT").               
    An object reference must point to an object (an instance of a class)         
    before it can be used to access components.                                  
    Either the reference was never set or it was set to 'NULL' using the         
    CLEAR statement.

    Hi Dinesh,
    Seems you have not initialised ( Instantiated in OO ) the object and / or the parent container.
    Check if you have create object for both the parent as well as the alv object.
    So when you instatntiate the object of ALV you pass the object ( instantiated before hand ) in the parent container position.
    Also you would have to register the events to the object using method. Then only the buttons will finction.
    eg :
    IF G_CUSTOM_CONTAINER IS INITIAL.
        CREATE OBJECT CUSTOM_CONTAINER_1
               EXPORTING CONTAINER_NAME = CONTAINER_1.
        CREATE OBJECT GRID1
               EXPORTING I_PARENT = CUSTOM_CONTAINER_1.
        CALL METHOD ALV_GRID1->SET_TABLE_FOR_FIRST_DISPLAY
             EXPORTING I_STRUCTURE_NAME = 'VBAK
             CHANGING  IT_OUTTAB        = IT_VBAK.
    Reward points if useful.

  • Run time error while logging from a client

    hi all,
    My server is connected to 10 clients. out of that 2 clients are suddenly showing error while logging.
    Microsoft visual studio C++(error window)
    run tme error
    debug
    error c:/program files/sap/sap business one/sapbusiness one.exe
    This is the error window showing. I have uninstalled the client and again installed it but with no results. I found in the path mentioned above there should be the client run file "sap business one.exe", which is not present. I mean the .exe is missing. the file shows "sap business one" only.
    whenever we install the client then i the folder
    c:/program files/sap/sap business one
    there is a .exe file. which is not being installed in this client machine. what is being installed is a
    sap business one (not a .exe)
    when the client icon in the desktop is made to run, the log in screen appears, the list of company and db appears. I have recently upgraded the server to PL 42. so when a company is selected for log in then the client upgrade message also appears. when "ok" is clickd the run time error appears.
    where as all other clients are running well after the upgrade.
    please help with a solution.
    regards,
    Raj
    Edited by: debraj bhattacharyya on Dec 5, 2008 5:37 PM

    I have explored all the areas and I hope the problem is with the exe file only. Because I have tried an option. I copied the entire file SAP Business One (in the C:
    Program Files\sap) from one client which is working to the client where the error was showing. Then the it started working properly.
    But I donot think this will be a permanent solution. Because on reinstaling the client the SAPBusiness One.exe does not appear and to the best of my research i am quite sure that may be the problem.
    Any idea from any one for a perfect reason.
    Regards,
    Raj

Maybe you are looking for

  • MSI P45 Neo, bios option for locking ram at specifik speed?

    Hi, exploring abit I cant seem to find any way to lock the ram at a specific speed? I need the RAM to be at 800 mhz, but would like to be able to go above 400 mhz fsb, is this not possible?

  • How do I get mirroring enabled on my MacBook Pro - 10.7.5 OSX

    I've a mid-2012 MacBook Pro with OSX 10.7.5 and a new Apple TV.  All works except for mirroring on the Mac.  It works on my iPhone 4S, my iPad Mini, but when I try to hook up with the MacBook Pro, none of what is supposed to be there - icon in top me

  • Problems with my new imac

    Hello everyone, i bought my imac 27" a month ago, and within this month it has crashed around 6 time, the last three time has been after i open skype!!. I need your help pleaseeee!. Never happened with old imac!

  • Get all Rows in table

    Hi All I'm developing web app using jd 11.1.1.4 In my web page I have a table with several rows. In one column I have a selectOneChoice to select the status. I want to change status of several records and approve them at once. How to iterate through

  • Simple Login and Session maintaining with Mysql

    Hi everybody, I'm not expert in Java servlets and I'm writing and application that recognize users and maintain their session trough application's pages. This application, after authentication, will displays a table coming from a query where I will h