ME55 DUMP error after EHP upgrade

Hi all,
We recently upgraded to SAP ECC EHP7 version (Basis 740) and we are getting some kind of dump error upon entering ME55.
Is this a common issue? I could not find the same issue noted before.
How can I resolve it?
I attached the error screen that shows up.
Many thanks,

Hi,
Could you post the whole dump analysis report from ST22.
Also check the below OSS Note it may help you...
1855828 - Transaction ME55 dumps

Similar Messages

  • MSSQL 2008 - Database size getting smaller after EHP upgrade??

    Hi All,
    Did anyone observe the DB size of MSSQL 2008 after EHP upgrade?
    In my two system, after upgraded to EHP5 and EHP2 respectively, the database is getting smaller compare to before upgrade, estimated 5-10gb.
    EHP upgrade is unlike DBEXPORT, it shouldn't have any reorganization features and so do MSSQL.
    Any idea?
    Cheers,
    Nicholas Chang

    > Right after upgrade is smaller and after sgen, db size is bigger than source.
    So it's ok.
    > As system was upgrade from ECC6 to EHP5 with Central Application, HCM and Finance .... the after upgrade size should bigger than the source even before SGEN. Your kind input is mostly welcome.
    If the source system was compiled completely (using SGEN) then you need to compare the sizes of the target system also, otherwise you compare apple with pies.
    Another reason may be that index compression was activated:
    Note 1459005 - Enabling index compression for SQL Server
    You could now upgrade to SQL Server 2008 R2 and apply
    Note 1488135 - Database compression for SQL Server
    this will save additional space (30 - 50 %).
    Markus

  • Database history growth not updating after EHP upgrade

    Hi All,
    We are using SAP ECC 6.0 (731 - SP09 )  & DB2 Fix pack 5 version.Database history growth not updating after EHP upgrade. I have check  collector job running fin and DB tab > Configuration > Data Collection Framework > Configuration Collector are in green status.
    Please help me to resolve this issue.
    Regards,
    MK

    Hi MK,
    You can try few things:
    1. Check to collector standard job like SAP_COLLECTOR_FOR_PERFMONITOR should be running succesfully.
    2.If you can check to data collector collection interval column , you will find it to be Not Schedule.
    Try with Repair all collector.
    To make it work properly you have to perform
    Data Collection Full
    Data Collection Incremental
    Hope it helps
    BR Vaibhav

  • Dump error after migration.

    Dear Members,
         The driver program for the smartfrom which I have created is throwing a dump error after migration to another server, please suggest me a solution.
    Thanks,
    Subhendu Gouda

    Hello Subhendu,
    Just pass the FM name of your smartfom using a variable like "w_fmodule".
    * Variable declarations
    DATA:
    w_form_name TYPE tdsfname VALUE 'ZSUBHENDU_TEST',
    w_fmodule TYPE rs38l_fnam,
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
    formname = w_form_name
    IMPORTING
    fm_name = w_fmodule
    EXCEPTIONS
    no_form = 1
    no_function_module = 2
    OTHERS = 3
    IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    CALL FUNCTION w_fmodule
    EXPORTING
    control_parameters = w_cparam
    output_options = w_outoptions
    IMPORTING
    job_output_info = t_otf_from_fm
    EXCEPTIONS
    formatting_error = 1
    internal_error = 2
    send_error = 3
    user_canceled = 4
    OTHERS = 5
    IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    Hope this solves your issue.
    Cheers,
    Suvendu

  • Report giving error after 10g upgrade

    We have a custom report which is erroring out after 10g upgrade. Following is the log file-->
    **Starts**24-APR-2009 04:11:21
    ORACLE error 3113 in FDPSTP
    Cause: FDPSTP failed due to ORA-03113: end-of-file on communication channel
    The SQL statement being executed at the time of the error was: SELECT R.Conc_Login_Id, R.Request_Id, R.Phase_Code, R.Status_Code, P
    APP-FND-01564: ORACLE error 1000 in AFPGRG
    Cause: AFPGRG failed due to ORA-01000: maximum open cursors exceeded.
    The SQL statement being executed at the time of the error was: &SQLSTMT and was executed from the file &ERRFILE.
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    ORACLE error 3114 in AFPRSR-Resubmit_Time
    Cause: AFPRSR-Resubmit_Time failed due to ORA-03114: not connected to ORACLE
    The SQL statement being executed at the time of the error was: SELECT R.Conc_Login_Id, R.Request_Id, R.Phase_Code, R
    SELECT R.Conc_Login_Id, R.Request_Id, R.Phase_Code, R.Status_Code, P.A
    Routine AFPPRD has encountered a fatal error. ORA-03114: not connected to ORACLE
    Contact your system administrator or support representative.
    Shutting down Concurrent Manager : 24-APR-2009 04:11:51
    ORA-01041: internal error. hostdef extension doesn't exist
    ORACLE error 3114 in AFPRSR-Resubmit_Time
    Cause: AFPRSR-Resubmit_Time failed due to ORA-03114: not connected to ORACLE
    The SQL statement being executed at the time of the error was: SELECT R.Conc_Login_Id, R.Request_Id, R.Phase_Code, R
    List of errors encountered:
    _ 1 _
    Routine AFPCMT encountered an ORACLE error. ORA-01041: internal error.
    hostdef extension doesn't exist
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 2 _
    Routine AFPPRD has encountered a fatal error. ORA-03114: not connected
    to ORACLE
    Contact your system administrator or support representative.
    _ 3 _
    Routine AFPPRD has encountered a fatal error. ORA-03114: not connected
    to ORACLE
    Contact your system administrator or support representative.
    However the alert log has following-->
    Errors in file /u07/fatstdb/10g/admin/FATST_fatstdb/udump/fatst_ora_10468.trc:
    ORA-07445: exception encountered: core dump [qercoStart()+156] [SIGSEGV] [Address not mapped to object] [0x00000087D] [] []
    I already increased the cursors from 700 to 900
    How to fix it?

    Hi,
    However the alert log has following-->
    Errors in file /u07/fatstdb/10g/admin/FATST_fatstdb/udump/fatst_ora_10468.trc:
    ORA-07445: exception encountered: core dump [qercoStart()+156] [SIGSEGV] [Address not mapped to object] [0x00000087D] [] []Refer to the lookup to get more details about this error.
    Note: 153788.1 - Troubleshoot an ORA-600 or ORA-7445 Error Using the Error Lookup Tool
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=153788.1
    I already increased the cursors from 700 to 900
    How to fix it?Is it possible to increase OPEN_CURSORS to a higher value? Enable trace on this concurrent program, and see if this collects more details about the error.
    Regards,
    Hussein

  • Error after V6R1M0 upgrade

    Hi
    After OS upgrade V5R3 -> V6R1 we encounter problems with starting SAP. All the WORK process's dies.
    ECC 7.0
    Kernel patch 186
    This is the log from one of the work process.
    Loading DB library '/usr/sap/BND/SYS/exe/run/dbdb4slib.o' ...                                                
    ERROR => DlLoadLib: dlopen()= Could not load module /usr/sap/BND/SYS/exe/run/dbdb4slib.o.                
    itional errors occurred but are not reported. -> DLENOACCESS (2,No such file or directory) ¬dlux.c       314|
    ERROR => Couldn't load library '/usr/sap/BND/SYS/exe/run/dbdb4slib.o'                                    
    I don't think PTF MF46062 is the issue here!
    Can anyone help?
    Best regards
    Mads Hammer

    Hi Rene
    Yes, I run APYR3FIX as <SID>OFR. Here is a screen dump of the user.
    User profile . . . . . . . . . . . . . . . :   BNDOFR 
    Special authority  . . . . . . . . . . . . :   *SAVSYS
                                                   *SECADM
    Group profile  . . . . . . . . . . . . . . :   BNDOWNER
    Owner  . . . . . . . . . . . . . . . . . . :   *GRPPRF
    Group authority  . . . . . . . . . . . . . :   *NONE  
    Group authority type . . . . . . . . . . . :   *PRIVATE
    Supplemental groups  . . . . . . . . . . . :   BNDGROUP
                                                   R3OWNER
                                                   R3GROUP
    R3OWNER is a supplemental group.
    Is there something wrong with user profile?
    Best regards
    Mads Hammer

  • Dump error after calling a global class from se24

    this is the small code i did so far.
    parameters: X type i,
                      Y type i.
    data: Z type i.
    data: con1 type ref to ZTEST1.
    CALL METHOD con1->zm1
      EXPORTING
        a      = x
        b      = y
      IMPORTING
        c      = z.
    write:/ z.
    after executing iam getting a dump error-
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
      caught and
    therefore caused a runtime error.
    The reason for the exception is:
    You attempted to use a 'NULL' object reference (points to 'nothing')
    access a component (variable: "CON1").
    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, Could you please tell me how to solve this issue?

  • IW31/32/33 screen size reduced/shrinked after EHP upgrade

    Hi!
    After an ECC6 EHP upgrade our maintenance order screen's size has been reduced, for some unknown reason.
    Is there a way (customizing, setting,etc) to increase it's size back to the old size? At the moment the users have to scroll down to see the technical location or the equipment.
    Changing the screen's resolution or resizing the window help a bit, but not much...
    At the moment it seem like this (I highlighted with yellow the empty places, which was not empty before the upgrade):
    Thank you
    Tamas

    Check this SAP note.
    Note 1775663 - Maintenance order screen sizes
    Note 1017953 - Technical status: incorrect subscreen in operation tab

  • Finding: Incorrect SQL throws a random error (after 2005 upgrade)

    Hi I thought that I would share an experience that we found after upgrading a system to 2005:
    Due to the upgrade of SBO, one of our addons didn't work properly after upgrading it to 2005.  Basically the code would break in random places (while stepping through it in the Development Environment).
    After some time we identified the error was being thrown because a sql query we were using was incorrect due to the changing of the DB structure in the upgrade.  The weird thing was that it didn't throw an error at rs.DoQuery(query) but actually would step into the recordset and then the addon would suddenly stop working - hence the reason it took a while to identify it was the sql causing the problem.
    Anyway updating the sql fixed the problem, but if anyone else is finding strange behavior whilst trying to identify why an addon might stop working after an upgrade, you should check any sql being used is still correct....
    Daniel

    The first versions of SBO2005A SDK (PL00 to PL04) was the say the least VERY buggy... PL05,06 and now 07 seem to get things under control... Any rampup version of 2005 should at least get up PL05 ASAP... I didnt have many problem with the SQL, but "Server produced an error was a very common error".. my problem was primarily in matrixes (add/remove of lines), itemevent (pval internal COM error) and the dangerouse UserTable error due to currupted object in it....

  • SAP HR Security_ Dump error after table maintenance (T77UA)

    Hi,
    In our project we have both general authorizations and structural authorizations. There are ESS, MSS and HR Roles maintained in PFCG transactions. Our approach of Role assignments (profiles) is for Users and not against positions.
    Hence table T77UA is maintained with Authorization profile (created for HR) against users (who are HR). This authorization profile is used in HR Role and this Role is assigned to the users using SU01 transaction.
    I have also used Evaluation path in the authorization profile, which will fetch all the employees under the HR, so that the HR will be authorized to access the data of those employees.
    After maintaining the table (T77UA),  when i try to test the HR Role in backend for eg: PA20 or PA30 to display any employee data under him, i am getting dump error.
    Can someone guide me how i can resolve this!!
    Thanks!

    Hi Christine,
    Please find below the error details:
    The dump comes when i maintain the Table T77UA (authorization profile against the username).
    Is the manual way of maintaining the table, a wrong method? Is there any other approach to go ahead with the structural authorization without maintaining this table? Please suggest.
    Runtime Errors:         TSV_TNEW_PAGE_ALLOC_FAILED
    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.
    Error analysis
        The internal table "\FUNCTION-POOL=RHAC\DATA=OBJECT_TAB1[]" 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: 1388
        Number of rows: 1537109
        Allocated rows: 1537109
        Newly requested rows: 8 (in 1 blocks)
    Trigger Location of Runtime Error
        Program                                 SAPLRHAC
        Include                                 LRHACF04
        Row                                     90
        Module type                             (FORM)
        Module Name                             FILL_SET_TAB
    Source Code Extract
    Line  SourceCde
       60                   object_tab2-skipf = relat_tab-skipf.
       61                   object_tab2-pup   = rec_check_tab_index.
       62                   IF rhas-sflag EQ 'X'.
       63                     PERFORM build_sel_interval
       64                       USING t1001-begda       t1001-endda
       65                             object_tab-sbegd  object_tab-sendd
       66                             object_tab2-sbegd object_tab2-sendd.
       67                   ELSE.
       68                     object_tab2-sbegd = object_tab-sbegd.
       69                     object_tab2-sendd = object_tab-sendd.
       70                   ENDIF.
       71                   APPEND object_tab2.
       72                   blatt = off.
       73                   object_tab2_count   = object_tab2_count + 1.
       74                 WHEN '2'.
       75                   CLEAR object_tab1.
       76                   MOVE-CORRESPONDING t1001 TO object_tab1.
       77                   object_tab1-otype   = t1001-sclas.
       78                   object_tab1-objid   = t1001-sobid.
       79                   object_tab1-skipf = relat_tab-skipf.
       80                   object_tab1-pup   = rec_check_tab_index.
       81                   IF rhas-sflag EQ 'X'.
       82                     PERFORM build_sel_interval
       83                       USING t1001-begda       t1001-endda
       84                             object_tab-sbegd  object_tab-sendd
       85                             object_tab1-sbegd object_tab1-sendd.
       86                   ELSE.
       87                     object_tab1-sbegd = object_tab-sbegd.
       88                     object_tab1-sendd = object_tab-sendd.
       89                   ENDIF.
    >>>>>                   APPEND object_tab1.
       91                   blatt = off.
       92                   object_tab1_count   = object_tab1_count + 1.
       93               ENDCASE.
       94             ELSE.
       95               exit_sw = on.
       96               EXIT.
       97             ENDIF.
       98
       99           ENDIF.
      100           ADD 1 TO t1001_index.
      101         ENDDO.
      102       ELSE.
      103         LOOP AT  eo_1001 WHERE plvar      EQ rhas-plvar
      104                          AND   otype      EQ object_tab-otype
      105                          AND   objid      EQ object_tab-objid
      106                          AND   infty      EQ rela_infty
      107                          AND   rsign      EQ relat_tab-rsign
      108                          AND   relat      EQ relat_tab-relat
    109                          AND   priox      BETWEEN min_priox
    Thanks!

  • Jco call rfc throws error after WAS upgrade sp15

    Hi all.
    When 2 days ago, our WAS engine version is sp14.
    And we have one application using jco library to connect to SAP R/3. It works well.
    After we upgrade WAS to sp15.
    This function throws out the error.
    Umrechnungsfaktor konnte nicht bestimmt werden
    Is there anybody can help me ? Its very urgent !

    Hi
    A)Go to adming page http://<localhost>:<port> >>click Web Dynpro >>Content admin >> create, maintain, test Jco and also you can Test the SLD connection too
    B)If you are using any JDBC driver,Check your JDBC driver is registered. or else you have register it
    1. Start the Visual Admin tool
    2. In the tab Cluster, open the node of the server you want to check.
    3. Open the node Services under the server you want to check.
    4. Click on the entry ClassLoader Viewer under Services. 5. The components are displayed in the right window. Open the node Applications in the right window.
    6. Look for the entry sap.com/com.sapportals.connectors.database and click on it.
    Under sap.com/com.sapportals.connectors.database, your JDBC driver should be available
    Cheers
    Jawahar Govindaraj
    PS: Reward points

  • External command Cpic error - after V5R4M5 upgrade

    Hi,
    We are getting an error when we try to run external commands - Exception raised: PROGRAM_START_ERROR - The problem started after we upgraded the OS to V5R4M5.  We are running R/3 45B.  kernel patch 994.
    SAPXPG JOBLOG:  I see the following error MCH1210
    QCPFMSG
    MESSAGE-                                
    Receiver value too small to hold result.
    I could not find a new version of sapxpg for 4.5b_ext.  I
    Regards,
    Brian

    Never mind I found note 976837 that resolved the problem
    Regards,
    Brian

  • Dump error after applying patches

    Dear all;
    after applying SAP_BASIS Packs (SAPKB62019 and SAPKB62020) the transaction was canceled before finched implementing the patches and We are receiving ABAP dump errors while executing any transaction ( syntax_error)
    could you help me to resolve this proble?
    thanks and regards.
    Issam CHIBOUNI

    Hi
    SAPKB62020
               Symptom: After you import Basis Support Package SAPKB62020, you may experience a change in the system response at different points in an R/3 Enterprise system. This problem can be seen in the sudden appearance of screen elements, for example, or in changes in the process flow of transactions. In extreme cases, it can also cause data corruption.
               Reason: Support Package SAPKB62020 included an incomplete correction to BAdI processing that caused the execution of BAdI implementation of deactivated Enterprise Extensions.
               Solution: You must refer to SAP Note 601742. Import Basis Support Package SAPKB62023 as soon as possible (planned release date is May 06, 2003) or implement the additional correction instructions as described in Note 601742.
    thanks and regard
    Khurshid

  • I'm getting errors after I upgraded to Mavericks

    After I upgraded my Mac Pro to Mavericks, I've been having problems exporting files out of Final Cut Pro to any use.
    The error message displays the following:
    The operation couldn’t be completed. (com.apple.Compressor.CompressorKit.ErrorDomain error -1.)
    Has anyone seen similar error and found a way to fix it?

    10.0.1 //
    Model Name:          Mac Pro
      Model Identifier:          MacPro5,1
      Processor Name:          Quad-Core Intel Xeon
      Processor Speed:          2.4 GHz
      Number of Processors:          2
      Total Number of Cores:          8
      L2 Cache (per Core):          256 KB
      L3 Cache (per Processor):          12 MB
      Memory:          20 GB

  • SIM card registration error after SW upgrade

    Hi
    After I upgraded my Nokia 6110 Navigator to SW 4.22 I get insert SIM or SIM card registration error. It happends approx. once a week. Before I upgraded my mobile it never happend. Why?
    BR / haav

    This is often a problem with the SIM itself. That it started showing just when you did the firmware upgrade could be coincidence.
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

Maybe you are looking for