DUMP: COMPUTE_INT_TIMES_OVERFLOW

Hi
After finished the migration of the SO (WIN2003 32bits to WIN2003 64bits), when i start the central instance, have this dump: COMPUTE_INT_TIMES_OVERFLOW
the problem is the amount of RAM?
Before, i have 16 Gb and now 64 Gb
My system:
R/3 Release 4.6C
ORACLE 10.2.0.4.0
Windows NT ID 560
The dump:
ABAP runtime errors    COMPUTE_INT_TIMES_OVERFLOW
Whole number overflow on multiplication.
What happened?
The current ABAP/4 program "SAPLSALK " had to be terminated because
one of the statements could not be executed.
This is probably due to an error in the ABAP/4 program.
Error analysis
In the current program "SAPLSALK ", multiplying the numbers "-60469720" and 100 (using the operation * or 'MULTIPLY') resulted in a value greater than 2147483647 or smaller than -2147483648. This
results in a whole number overflow.
User, transaction
Client.............. 000
User................ "SAPSYS"
Language key........ "S"
Transaction......... " "
Program............. "SAPLSALK "
Screen.............. "SAPMSSY0 1000"
Screen line......... 6
Information on where termination occurred
The termination occurred in the ABAP/4 program "SAPLSALK " in "REPORT_ALERT_VALUES". The main program was "SAPMSSY8 ".
The termination occurred in line 1175 of the source code of program "RSDSOSCO_FI " (when calling the editor 11750). The program "SAPLSALK " was started as a background job.
011670   * for Non-NT platform
011680      else.
011690        if p_ta_mem_all-swap_size > 0.
011700           swap_size = p_ta_mem_all-swap_size.
011710           swap_free = p_ta_mem_all-swap_free.
011720           swap_used = swap_size - swap_free.
011730
011740           if swap_used < 1000000.
>              swap_percent = swap_used * 100.
011760              swap_percent = swap_percent / swap_size.
011770           else.
011780              swap_percent = swap_size / 100.
011790              swap_percent = swap_used / swap_percent.
011800           endif.
011810
011820           if swap_percent > 100.  swap_percent = 100.  endif.
011830           if swap_percent <   0.  swap_percent =   0.  endif.
011840
011850           swap_free_mb = swap_free / 1024.
011860
011870   *   swap_total_mb = swap_size / 1024.
011880
011890        else.
011900           swap_percent   = 0.
011910           swap_free_mb   = 0.
011920
011930        endif.

Hi
Thanks for answered!
I have Release 4.6C with Oracle 10.2 and the note talk about Release 7.0 with MS SQL when applied de Support package 12...
I didn´t find how this note resolve my problem
Could you be more specific?
Thanks a lot!

Similar Messages

  • Getting error COMPUTE_INT_TIMES_OVERFLOW in GUI_DOWNLOAD

    Hi Experts,
    I am using server SRM 7.0
    and support package is  SAP_ABA     701     0007     SAPKA70107     Cross-Application Component
    I am getting dump in GUI_DOWNLOAD Function module
    This is ST22
    In the current program "SAPLSFES", multiplying the numbers 21550 and
    131070 (using the operation '*' or 'MULTIPLY') resulted in a value
    greater than 2147483647 or smaller than -2147483648. This
    results in a whole number overflow.
    Runtime Errors         COMPUTE_INT_TIMES_OVERFLOW
    Except.                CX_SY_ARITHMETIC_OVERFLOW
    Trigger Location of Exception
        Program                                 SAPLSFES
        Include                                 LSFESU17
        Row                                     517
        Module type                             (FORM)
        Module Name                             MASS_DOWNLOAD
    and its coming because of this
      514   if prc_filetype = 'BIN' and bin_filesize ne 0.
      515     tablesize = bin_filesize.
      516   else.
    >>>>>     tablesize = lines * record_length.
      518     binfilesize_lcl = tablesize.
      519   endif.
    Please tell me is there any Patch or note for it .
    Thanks & Regards
    Prashant Guta

    Hi Rogério Ribeiro,
    Thanks for Reply .
    I can not reduce file because  i am downloading Web Dynpro component by the download prgram given in Sap Link.
    so Web Dynpro component is big thats why prblem is coming .
    Thanks & Regards
    Prashant Gupta

  • COMPUTE_INT_TIMES_OVERFLOW  & CX_SY_ARITHMETIC_OVERFLOW

    I submit that a dump on my system, when running a job SAP_COLLECTOR_FOR_PERFMONITOR,
    ===========================================================================
    JOb Error:
    ===========================================================================
    Job started                                                                               
    Step 001 started (program RSCOLL00, variant , user ID MGBAUTE)                               
    Clean_Plan:Cleanup of DB13 Plannings                                                         
    Clean_Plan:started by RSDBPREV                                                               
    Clean_Plan:Jobs in System R3D      werden bereinigt                                          
    You are not authorized for DB access (S_DBCON: <LOCAL SYSTEM> R3D <Windows authentication> 03)
    Function DB6_PLAN_STOP_BATCH_JOB failed with return code = Job error                         
    Clean_Plan:terminated with error                                                             
    REASON=Job error                                                                             
    ABAP/4 processor: COMPUTE_INT_TIMES_OVERFLOW                                                 
    Job cancelled                                                                               
    ===========================================================================
    ST22 "Abap Dump"
    ===========================================================================
    Runtime Errors         COMPUTE_INT_TIMES_OVERFLOW                                  
    Exception              CX_SY_ARITHMETIC_OVERFLOW                                   
    Date and Time          03.06.2009 08:43:12                                                                               
    Short text                                                                        
         Whole number overflow on multiplication.                                                                               
    What happened?                                                                    
         Error in the ABAP Application Program                                                                               
    The current ABAP program "RSMSQSNP" had to be terminated because it has       
         come across a statement that unfortunately cannot be executed.                                                                               
    What can you do?                                                                  
         Note down which actions and inputs caused the error.                                                                               
    To process the problem further, contact you SAP system                        
         administrator.                                                                               
    Using Transaction ST22 for ABAP Dump Analysis, you can look                   
         at and manage termination messages, and you can also                          
         keep them for a long time.                                                                               
    Error analysis                                                                    
         An exception occurred that is explained in detail below.                      
         The exception, which is assigned to class 'CX_SY_ARITHMETIC_OVERFLOW', was not
          caught in                                                                    
         procedure "GET_ELAPSEDSECS" "(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:                                                 
    In the current program "RSMSQSNP", multiplying the numbers 733562 and            
    86400 (using the operation '*' or 'MULTIPLY') resulted in a value                
    greater than 2147483647 or smaller than -2147483648. This                        
    results in a whole number overflow.                                                                               
    to correct the error                                                             
    It may be possible to break the current process down into subprocesses           
    so that only smaller values occur.                                                                               
    If the error occurred in your own ABAP program or in an SAP                      
    program you modified, try to remove the error.                                                                               
    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:                                                                               
    "COMPUTE_INT_TIMES_OVERFLOW" "CX_SY_ARITHMETIC_OVERFLOW"                         
    "RSMSQSNP" or "RSMSQSNP"                                                         
    "GET_ELAPSEDSECS"                                                                
    System environment                                                               
        SAP-Release 700                                                                               
    Application server... "srvctrsapd01"                                         
        Network address...... "200.200.1.2"                                          
        Operating system..... "Windows NT"                                           
        Release.............. "5.2"                                                  
        Hardware type........ "4x Intel 80686"                                       
        Character length.... 8 Bits                                                  
        Pointer length....... 32 Bits                                                
        Work process number.. 15                                                     
        Shortdump setting.... "full"                                                                               
    Database server... "SRVCTRSAPD01"                                            
        Database type..... "MSSQL"                                                   
        Database name..... "R3D"                                                     
        Database user ID.. "r3d"                                                                               
    Char.set.... "Spanish_Spain.1252"                                                                               
    SAP kernel....... 700                                                        
        created (date)... "Aug 25 2008 01:11:49"                                     
        create on........ "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"             
        Database version. "SQL_Server_8.00 "                                                                               
    Patch level. 175                                                             
        Patch text.. " "                                                                               
    Database............. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"             
        SAP database version. 700                                                    
        Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows
         NT 6.0"                                                                     
    Termination occurred in the ABAP program "RSMSQSNP" - in "GET_ELAPSEDSECS". 
    The main program was "RSMSQSNP ".                                                                               
    In the source code you have the termination point in line 205               
    of the (Include) program "RSMSQSNP".                                        
    The program "RSMSQSNP" was started as a background job.                     
    Job Name....... "SAP_COLLECTOR_FOR_PERFMONITOR"                             
    Job Initiator.. "MGBAUTE"                                                   
    Job Number..... 07431004                                                    
    The termination is caused because exception "CX_SY_ARITHMETIC_OVERFLOW"     
    occurred in                                                                
    procedure "GET_ELAPSEDSECS" "(FORM)", but it was neither handled locally nor
    declared                                                                   
    in the RAISING clause of its signature.                                                                               
    The procedure is in program "RSMSQSNP "; its source code begins in line     
    172 of the (Include program "RSMSQSNP ".                                    
    Thank and regards for your help.
    Gustavo Gonzalez.

    >      An exception occurred that is explained in detail below.                      
    >      The exception, which is assigned to class 'CX_SY_ARITHMETIC_OVERFLOW', was not
    >       caught in                                                                    
    >      procedure "GET_ELAPSEDSECS" "(FORM)", nor was it propagated by a RAISING      
    >       clause.                                                                      
    >      Since the caller of the procedure could not have anticipated that the         
    Try the following:
    - open a browser
    - enter "http://service.sap.com/notes"
    - enter "GET_ELAPSEDSECS" as search term
    Markus

  • MSSQL 2005 error COMPUTE_INT_TIMES_OVERFLOW after SP Stack 14

    Recently I have updated SAP installation to SP Stack 14. After that I had problems with errors in standard sheduled tasks: I receive COMPUTE_INT_TIMES_OVERFLOW error every hour, together with error "Column name or number of supplied values does not match table definition". Analysis of dumps showed, that it's a problem with RSMSQSNP. I found note 926876 and applied it, but the problem persists. I can't apply support pack 17, which solves this problem according to the note, because of Baseline Package requirements. Does anyone know, how to solve this?

    I have found the solution: if you have such problem refer to SAP Note 12103, 874480, The problem regards SWNCOLL - not existing scheduled reports  SWNCREORG, SWNCTOTAL

  • SAP_COLLECTOR_FOR_PERFMONITOR failing with dump

    HI All,
    SAP standard job SAP_COLLECTOR_FOR_PERFMONITOR is failing with below job log
    31.05.2012 00:19:03 Job started
    31.05.2012 00:19:03 Step 001 started (program RSCOLL00, variant , user ID CP1SUP)
    31.05.2012 00:19:06 Clean_Plan:Cleanup of DB13 Plannings
    31.05.2012 00:19:06 Clean_Plan:started by RSDBPREV                       on server ttahmsv2050
    31.05.2012 00:19:06 Clean_Plan:Cleaning up jobs of system PRD
    31.05.2012 00:19:06 You are not authorized for DB access (S_DBCON: <LOCAL SYSTEM> PRD <Windows authentication> 03)
    31.05.2012 00:19:06 Function DB6_PLAN_STOP_BATCH_JOB failed with return code = Job error
    31.05.2012 00:19:06 Clean_Plan:terminated with error
    31.05.2012 00:19:06 REASON=Job error
    31.05.2012 00:19:06 ABAP/4 processor: COMPUTE_INT_TIMES_OVERFLOW
    31.05.2012 00:19:06 Job cancelled
    and its also getting finished with job log
    31.05.2012 01:19:03 Job started
    31.05.2012 01:19:03 Step 001 started (program RSCOLL00, variant , user ID CP1SUP)
    31.05.2012 01:19:06 Database system not supported
    31.05.2012 01:19:06 Database system not supported
    31.05.2012 01:19:11 Job finished
    i.e every alternate run it gets finsihed and gets cancelled
    Dump obtained is COMPUTE_INT_TIMES_OVERFLOW
    I have found this note 1027512 not sure if there is any other way

    Hi,
    thank you all for your help. I tried the solution provided in SAP Note 199586. Although, it does not talk about my specific issue, however, I tried solution 1 and after that job is running fine.
    Thanks again for all your help.
    Regards,
    Sudhir

  • Short dumps

    hI
    Can any one explain me the key feautres in analyzing short dumps if we get for any ABAP program.
    Thanks.
    Venkat.

    ABAP Dump Analysis (ST22)
    All the data saved in SNAP table. & text messages saved in SNAPT.
    ABAP Dumps is the default workspace for the Logs and ABAP Dumps navigator group. The ABAP Dumps workspace provides status information for each mySAP ABAP dump generated for the mySAP managed system that you are monitoring. ABAP Dumps is a predefined workspace that contains the following specific information for each dump:
    u2022     Program associated with the dump
    u2022     Host computer where the dump originated
    u2022     User who created the dump
    u2022     Date and time the dump was created
    u2022     Names of the instances associated with ABAP dumps
    u2022     Summary count of dumps by program
    u2022     Summary count of dumps by user
    You can use the data for specific dumps for the following purposes:
    u2022     Identify the number of ABAP dumps generated for a specific mySAP instance
    u2022     Identify runtime problems that are occurring on your system
    The workspace table view has predefined launch definitions. You can use the launch definitions to run the following transactions on the mySAP system:
    Some common dumps : -
    1) COMPUTE_INT_TIMES_OVERFLOW
    Whole number overflows on multiplication & addition operation.
    Always Declare Result field Larger.
    per =    ( act / budget ) * 100.
    bal =    it_out1-balance + bal .
    pr =     it_out1-t_wtext_pr + pr
    2) COMPUTE_BCD_OVERFLOW
    A value does not fit in a calculation field.
    You may need to define the result field to be larger.
    1.     Showu2019s error on internal table. (multiplication & addition)
    3) Time out
    Reason for error:-
    After a certain time, the program terminates to free the work process
    for other users who are waiting.
    2.     The current setting is 1800 seconds.
    3.     Primary Index not Used & Sequencing not proper.
    4.     Avoid Nested Loops.
    5.     Avoid to use select single in loops
    6.     Avoid using INTO CORRESPONDING TO
    7.     Avoid using SELECT in loops.
    8.     SORT the internal table always and use BINARY SEARCH.
    9.     for all entries that time check  SY-TFILL.
    4)     DBIF_RSQL_INVALID_RSQL       
    The data read during a SELECT access could not be inserted into the
    target field.
    Check the Sequence of the select Query field & internal table fields.
    5)     DBIF_DSQL2_OBJ_UNKNOWN
    Because of Database is not properly connected to Level 2 server.
    1)     when ur using set  Connection command to connect Level 2 server
    That time check the value of Sy-subrc = 0 .
    6)     SAPSQL_ARRAY_INSERT_DUPREC
    Its show the Error when you are going to insert duplicates record in database using
    Insert command.
    There are three ways to solve this problem.
    1     Delete adjacent duplicate.
    ii.     Insert ACCEPTING DUPLICATE KEYS
    iii.     modify command
    7.     CONVT_NO_NUMBER
    Solution:-The program attempted to interpret the value "RTGS " as a number, but
    since the value contravenes the rules for correct number formats,
    this was not possible.
    1.     put Input Validation using If Query
    2.     when programmer try to pass the Char value to  num  field
    3.     or trying to perform Pack or unpack operation on Char. Fields.
    8.      CALL_TRANSACTION_NOT_FOUND
    Transaction " " is not listed in the table of transaction codes
    The current ABAP/4 program uses CALL TRANSACTION to call the Transaction
    & Leave to Transaction
    Table TSTC (Transactions) contains no entry for the Transaction " ". This could be due to a program error (incorrect transaction code specified).
    Ensure that upper/lower case is correct.
    1.     Use capital Values because itu2019s case sensitive.
    9)     Table_invalid_index.
    When you are going to perform Read Insert, update, Delete operation Using index Value & index value = 0. That time it shows this error.
    Check the index value is less then or equal to zero.
    10)     DATASET_CANT_OPEN
    OPEN DATASET / TRANSFER / CLOSE DATASET
    Check Sy-subrc = 0.
    11     LIST_TOO_MANY_LPROS
    At present, the maximum permitted number of nested screen levels is
    restricted to 50.
    Set by BASIS.
    Use leave to transaction u2018Tcodeu2019 to close all Screens at the end of the program.
    12     . DBIF_DSQL2_SQL_ERROR
    Because of Database is not properly connected to Level 2 server.
    1 when ur using set  Connection command to connect Level 2 server
    That time check the value of Sy-subrc = 0 .

  • Lock ups and dumping psyical memory!!!

    Hi i have just installed a new pc most of the stuff im useing is from my old computer so i know they work fine im running a:
    P4 3GHZ Prescot 800MHz, HT-Enabled
    865PE Neo2-P
    512 DDR-400 Twin moss
    ATI Radeon 9000 pro
    PSU-400
    XP Pro
    My computer locks up alot when running intense games (games have worked before no problem) i also get a error saying dumping pysical memory, i have looked about and tried to solve this myself, i found that someone was haveing the exact same problem as me and he fixed it by turning the FSB down as his memory wasnt compatable with his motherboard if doing that works how do i do it ?
    Many thanks Jonathan

    Flappa, Your memory " clock" is fine and there is no need to "underclock it" as long as you did not mess with the Bios.
    I had the same problems. I could not even get thru a Clean install of windows as it would Blue Screen
    1- are you running in " Dual Channel Mode"?
    2- If so is your memory a " match Set"?
    some times memory even thought it has the same markings is not matched . Dual channel sets are matched and made to run together in "Dual Channel Mode"{
    ( Even though I had the same manufacturer memory my set would not run in Dual Channel without " Blue Screening" I bought a Matched Set of Kingston Valueram and have not had a problem since
    3- If it is not a matched set, pull one stick out and run it for a while , if it still bluescreens try the other stick
    4- raise your memory voltage to 2.7 or 2.8 ( which ever is the lowest that it runs stable)
    5- If all this does not work , run MEMTEST to see if there is a problem with both sticks
    6- you are running a Bios Version that supports the " Prescott Microcode" right?
    Let us know what your findings are
    Good Luck  
    Dave

  • Report J_1IEWT_CERT getting cancelled, generating ABAP dump!

    A long running report J_1IEWT_CERT in background mode is getting cancelled after running for a while and generating the following dump :
    Error analysis
        When changing or deleting one or more lines of the internal table
        "\PROGRAM=J_1IEWT_CERT\DATA=PRINTTAB[]" or when inserting in the table
         "\PROGRAM=J_1IEWT_CERT\DATA=PRINTTAB[]", 0 was used as
        the line index. An index less than or equal to zero is not
        allowed.
        The error can occur when using the following options:
        1. "INDEX idx" for specifying the line number in the table
         "\PROGRAM=J_1IEWT_CERT\DATA=PRINTTAB[]"
           where you want to change, insert or delete.
        2. "FROM idx" for specifying the start index when deleting a line
           area from or inserting a line area into the table
         "\PROGRAM=J_1IEWT_CERT\DATA=PRINTTAB[]".
        3. "TO idx" for specifying the end index when deleting a line
           area from or inserting a line area into the table
         "\PROGRAM=J_1IEWT_CERT\DATA=PRINTTAB[]".
        At the time of the termination, the table contained 17008 lines.
    How to correct the error
        If the error occurred in your own ABAP program or in an SAP
        program you modified, try to remove the error.
        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:
        "TABLE_INVALID_INDEX" " "
        "J_1IEWT_CERT" or "J_1IEWT_CERT_F01"
        "FILTER_DATA"
        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".
    Tried searching for some SAP Notes to fix the issue, no success as of now, Please help me out...

    Have you checked these notes ?
    363107 Short dump occurs during TDS certificate printing.
      803806  Error while genrating TDS certificate 03.01.2005
      1066049  J1INCERT - Error while generating TDS certificate
    Regards,
    Subhash

  • Short dump 'Table does not exist in database'

    Hello All,
    When a report is executing it is going to short dump by saying 'Table does not exist in database'. As per the short dump analysis this issue is happening because of the following   Native SQL statement statement :
    Program :  %_T050N0 (This is a dynamic  program generating by SAP )
    Form Name :  DYN_LIC_SEL_TOT
    exec sql performing LOOP_MOVE_WRITE_ISAP.
    select single_plate, itm_num, ctry_code, model_lot,
    lic_hold_flg, qty into :dcat-lplate, :dcat-matnr,
    :dcat-werks, :dcat-charg, :dcat-holdflag,
    :dcat-qty from ZLICENSE_R2 where itm_num   = :p_matnr and
                    model_lot = :p_charg
    endexec.
    As per the customer this issue occurring since they migrated the SAP  back-end data base from Oralce to DB6. Here I felt that ZLICENSE_R2 is not migrated from the  Oracle to DB6. But as per the BASIS Team, even this table was not maintained in Oracle also. If the table was not maintained in the Oracle, this issue should have been there even before migration also.
    Following is the short dump details:
    Short text
        Table does not exist in database.
    What happened?
        The table or view name used does not
        exist in the database.
        The error occurred in the current database connection "DEFAULT".
    What can you do?
        Check the spelling of the table names in your report.
        Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
        keep them for a long time.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_NATIVE_SQL_ERROR', was not
         caught in
       procedure "DYN_LIC_SEL_TOT" "(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:
    Triggering SQL statement: "select single_plate, itm_num, ctry_code, model_lot,
    lic_hold_flg, qty from ZLICENSE_R2 where itm_num = ? and model_lot = ? "
    Database error code: "-204"
    Could you please  let me know what might be the reason for this issue.
    Many Thanks in Advance.

    Transaction SE11, input ZLICENSE_R2 for table name, and display the table. Did the table display? If not, that is the main problem.
    If the table displays, go to menu item Utilities -> Database Object -> Database Utility
    In the resulting screen, under the "Status" fields, you should see text "Exists in the database." If you don't, then the table exists in the dictionary, but doesn't exist in the database system. Click the "Create database table" button and then you should be able to run the program.
    You may need basis team's help to carryout some of these actions.

  • Short Dump while scrolling in a maintenance view

    A maintenance view has one field, defined as "Radiobutton".
    1) Select the radiobutton for one entry.
    2) Scroll down so that in the new page (i.e. the entries displayed in the new page) the entry selected in the first step is not visible.
    3) Select any radiobutton again corresponding to any of the entries displayed in the new page.
    4) On scrolling up again the short dump occurs.
    The short dump text says "More than one radio button is active".
    Any inputs in this regards are appreciated.
    Thanks.
    Gajendra.

    Hi,
    that means you are trying to make two radio buttons active.
    parameters: ra radiobutton group g1 default = 'X',
                rb radiobutton group g1.
    ra = 'X'.
    and rb = 'X'.
    in your case so obviously it will dump.
    check your coding..
    and show your code...
    Regards
    vijay

  • Is it possible to create manually a dump?

    Dear all,
    I have a question about Dumps created in SAP while programs run with unpredicted errors.
    I have a specific table defined in the dictionary which has two coloumns progId and path.
    The first one is a unique identifier given to a program and the second column is an absolute path on the
    unix server where SAP is installed.
    For example
    MyProg | /usr/tmpbatch/data/E200
    Means that the ABAP program named 'MyProg' will run and its output file (the output of the program) and the
    log file are created in /usr/tmpbatch/data/E200.
    In each of my programs, first of all I check the content of this table in order to ensure that the path is defined for the
    given program (and therefore I may be able to create avec success both output and log files). If there is no entry
    in the table for the given program, I leave the program by calling the STOP instruction.
    My programs run at night, so the next day the corresponding users read the content of the generated output/log files.
    As a result, if the path is not defined properly for a given program in the table, the program is not run and therefore
    there will be no output/logfile the next day.
    My question is How can I inform the user who arrives the next day observing that one program has not been run? How
    can I tell him by some kind of system message that the program exited because the path for the files had not been defined in
    my table?
    Each morning, we can analyse the dumps which were produced during the precedent day. So that we may know
    (approximately) what went wrong. But as far as I know, dumps are generated automatically by the system. Is it possible
    to generate a dump (by calling some fucntion) with an appropriate error message for my problem?
    Thanks in advance,
    Dariyoosh

    Hello again,
    First of all I would like to thank everybody for their attention to my problem and
    for spending time for answering my question. Thank you all very much.
    Currently, Thomas' solution about MESSAGE_TYPE_X seems to work pretty well
    for my problem. As all of you mentioned  that, there should be softer methods to inform
    users. One main problem is that the program which lanuches my programs during night
    is not a sap user, it is a Unix scheduler (please forgive me I don't know these administration
    details and how they work) so  according to what the administrator told me it is not possible
    to send email. As a result, I think I may go with MESSAGE_TYPE_X until I found another proper way.
    Once again, thank you all for your help.
    Kind Regards,
    Dariyoosh

  • Error while importing a dump file in Oracle 10g R1

    Hi all,
    While trying to import a schema using Data Dump, I am facing the following issue -
    UDI-00018 - Import utility version can not be more recent than the Data Dump server.
    Following is the version information of the source and target DB and the utilities :
    Source DB server : 10.1.0.2.0
    Export utility : 10.1.0.2.0
    Import utility : 10.1.0.2.0
    Target DB server : 10.1.0.2.0
    Export utility : 10.2.0.1.0
    Import utility : 10.2.0.1.0
    I can figure out the cause for the problem, but don't know how to resolve it.
    Any help will be appreciated.
    Thanks in advance.
    Gitika Khurana

    How did you get thre DMP file created and how are you trying to import the dump file? Could you post the commands you're using, please?

  • Error_Exception dump while opening the report in RRMX

    Hi All,
    When User trying to open the report Error_Exception dump is coming for few Info Providers. Please find attached dump for your reference.

    Issue is res loved,  We have analyze the short dump ,when loads were running and at that if time user executed the queries then that dump was occuring.

  • SHORT DUMP WHILE EXECUTING DTP.

    Hi Gurus,
    I have got a short dump while executing DTP the Error is as Follows.
    Runtime Error: MESSAGE_TYPE_X.
    Reasons for Error: 1.The installation of the SAP GUI on the present server is faulty or obselete
    2.There is a error in the application program
    And i have sent the sreen shot of the Short Dump to BASIS TEAM and they have replied me that they have to install some patches and it will take some time.
    But i have no much time and i have to someway or the other execute the DTP and load the data.
    Is there any shortcuts for this i mean to say without the involvement of Basis team that i can do in th BI System
    Regards
    Amar.

    Hi Amar,
    If the problem is with with System itself, how can we all have a short cut in that case. You may give it another trial, but you have to wait for the patches to be applied. Ask your basis team to get it done ASAP.
    Thanks..
    Shambhu

  • Dump error while creating a new page in smartforms URGENT pls!!!

    while creating a new page it is showing me a dump error , that the superior program execption was not intercepted , i have even given the next page field also correctly, i have attached a mainwindow to that page and a text element to that . .
    thanks
    sridhar

    Hi Deena,
    This error:
    "[2012-07-10T14:50:30.005+05:30] [wls_ods1] [ERROR] [] [oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JXkC9dU3FClqwsJb6G1FyhO000003D,0] [APP: odsm#11.1.1.2.0] Server Exception during PPR, #7[[
    javax.servlet.ServletException: Could not initialize class com.octetstring.vde.admin.services.client.VDEAdminServiceSoapBindingStub"
    is known issue
    Go to metalink, article: Unable To Connect To OVD 11g Webinterface Using ODSM. [ID 1282757.1]
    You need to apply that patch.
    I hope this helps,
    Thiago Leoncio.

Maybe you are looking for

  • How to get all step names within a group or a sequence?

    Hi, I'd like to show all the names of the steps within a sequence or a group. I wonder if there is a simple function which can be used directly, such as RunState.PreviousStep.Name. I tried via a foolish way to append each step name, though it shows a

  • Error in Confirm Operations in transation CO12

    Dear all.      When we are at CO12 transaction confirming operation 020, we need to confirm operation 010 automaticaly..       I used an Exit to do this...In this exit i confirm the 010 operation using a BAPI, and the operation 10 is confirmed.      

  • EJBQL IN or not IN?

    I'm trying to develop an EJBQL query, and I can't seem to express what I want - there may be a way, please let me know what you think. The schema: I have a table called 'Vouchers', and a table called 'Courses'. There is a many-to-many relationship be

  • E2E WA: Data missing for some tabs

    Hi,   We have configured solution manager (4.0) ABAP stack to collect data from its own Solution Manager Diagnostics. Under the Workload Analysis the data is showing for some of the tabs like WorkProcess, Short dumps, User Load etc but some of the ta

  • Clone Stamp replaced by Pattern Stamp?

    I am using the student version of CS4 for Mac. My Clone Stamp is no longer there and is replaced by the pattern stamp instead.  I feel like I should be able to turn it back into the clone stamp tool, but have no idea how it even happend.  Please help