ECC 6.0 EHP4 -- upg to EHP5 error in MAIN_NEWBAS/TABIM_UPG w/ dup key err

Experts,
We are on ECC6.0 EHP4.  I'm using EHPI to go to EHP5.  This is AIX/Oracle 11g.
I'm stuck on phase MAIN_NEWBAS/TABIM_UPG.  This is the error in the TABIMUPG.ELG log file.   See below.
I've tried re-running the phase a few times.  It failes with below error or similar but table SOTR_TEXT also.
  LIST OF ERRORS AND RETURN CODES  *******
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MAIN IMPORT ERRORS and RETURN CODE in SAPI-70201INSAPBSFND.RDM
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2EETW000 1 duplicate key error during insert into table SOTR_HEAD occured
2EETW000 sap_dext called with msgnr "16":
2EETW000 -
db call info -
2EETW000 function:   db_setget
2EETW000 fcode:      RT_GET (0)
2EETW000 tabname:    SOTR_HEAD                    
2EETW000 len (char): 32
2EETW000 key:        801CC4EFFE841DDF809DBCE664D98822
2EETW000 ok fetches: 0
2EETW000 last entry:
2EETW000 retcode:    16
1 ETP111 exit code           : "12"
I'm totally stuck.  I tried reviewing these notes but no help:
Note 1341975 - Add. info. on upgrading to SAP ERP 6.0 including EHP5
ABAP
Note 819655 - Add. info.: Upgrade to SAP NW 2004s ABAP ORACLE
Any pointer much appreciated.
NICK

Carsten,
Look at the /usr/sap/SID/instdir/EHPI/abap/log/SLOG702 for something like this:
WARNING:       Background job RDDIMPDP could not be started or terminated abnormally.
      Please check that the R/3 system is running.
      Please check the system. Use transactions SM21, SM37, SM50.
WARNING:       (This warning is harmless if no further warnings follow.)
If you see this a bunch of times, you will need to log in to the instance, go to SM61, make sure the background server for your instance is correct, and then also run the rddnewpp se38 report.  That should resolve.
--NICK

Similar Messages

  • ECC 6.0 EHP4 upgrade to EHP5 fails in MAIN_NEWBAS/XPRAS_AIMMRG

    from SAPehpi.log
    CURRENTPHASE MAIN_NEWBAS/XPRAS_AIMMRG
    ...started at 20110825140601
    ...begin processing at 20110825140601
    ..times self: 0.080000/0.150000 usr/sys, children 0.560000/0.450000 usr/sys.
    ..finished at 20110825140820 with status UNRESOLVED REQUESTS IN BUFFER.
    Error message set: 'Unresolved requests in buffer UT1
    Check logfiles 'XPRASUPG.ELG' and '/usr/sap/putUT1/EHPI/abap/log/SAPehpi.ECO''
    ...begin dialogue at 20110825140821
    from SAPehpi.ECO
    EXECUTING /usr/sap/UT1/SYS/exe/run/tp (/usr/sap/UT1/SYS/exe/run/tp) pf=/usr/sap/putUT1/EHPI/abap/bin/XPRASUPG.TPP put
    UT1
    This is /usr/sap/UT1/SYS/exe/run/tp version 380.03.36 (release 720, unicode enabled)
    Warning: Parameter INTERRUPT is no longer used.
    Warning: Parameter DAYLIGHT_SHUTDOWN is no longer used.
    Warning: Parameter WITH_TACOB is no longer used.
    Warning: Parameter IMPDP_BY_EVENT is no longer used.
    Warning: Parameter INTERRUPT is no longer used.
    Warning: Parameter DAYLIGHT_SHUTDOWN is no longer used.
    Warning: Parameter WITH_TACOB is no longer used.
    Warning: Parameter IMPDP_BY_EVENT is no longer used.
    Warning: Parameter DBCONFPATH is no longer used.
    Looking for effective putsteps ... ... ready (looking for putsteps)
    ERROR: stopping on error 12 during EXECUTION OF REPORTS AFTER PUT
    stopping on error 12 during EXECUTION OF REPORTS AFTER PUT
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 12
    WARNS: Highest tp internal warning was: 0118
    tp finished with return code: 12
    meaning:
      A tool used by tp aborted
    Process with ID 4903 terminated with status 12
    from XPRASUPG.ELG
      LIST OF ERRORS AND RETURN CODES  *******
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    XPRA ERRORS and RETURN CODE in SAPR702XPRA00000005.UT1
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1AETR012XProgram terminated (job: "RDDEXECL", no.: "14071100")
      Long text:
        Cause
          Program "&V#&", which was started in the background, was terminated
          abnormally.
        System Response
          The system created a job log for the terminated program.
        What to do
          Proceed as follows:
          Log onto the system in which the program was executed. The system is
          specified at the beginning of the transport log.
          Then call transaction SM37 to display the job log.
          Enter "&V#&" as job name and "DDIC" as user name.
          Restrict the starting date to the starting date specified in the
          transport log.
          For the other selection criteria, select only jobs with the status
          "cancelled". Then press <LS>Execute</>.
          A list of the jobs satisfying the selection criteria is displayed.
          You can display the log by pressing <LS>Job log</>.
          If the list contains several jobs, you can select the job with the ID "
          &V#&" with <LS>Display</> -> <LS>Job details</> or define further
          details for the selection criteria in the initial screen of transaction
          SM37.
            If the ABAP processor reports cancellation, double-clicking on the
          corresponding message in the job log branches to the display of the
          corresponding short dump.
    1AEPU320 See job log"RDDEXECL""14071100""UT1"
    1 ETP111 exit code           : "12"
    >>> PLEASE READ THE REPORT DOCUMENTATION OF THE REPORTS MENTIONED ABOVE <<<
    XPRAs are application reports that run at the end of an upgrade.
    Most XPRA reports have a report documentation that explains what
    the report does and how errors can be corrected.
    Call transaction se38 in the SAP system, enter the report name,
    select 'Documentation' and click the 'Display' button.
    >>> The problematic XPRAs are mentioned in messages of type PU132 above <<<
    <end of logs>
    I have searched for ST22 logs and i got a syntax error on program  CL_PROXY_STYLESHEET_RUNTIME.
    Upgrade 702 has added a segment in the DELETE_CLASS of the program above:
    delete from sproxxsl
         where class  = class and method = <sproxxsl>-method and client = <sproxxsl>-client.
    before:
    delete from sproxxsl
         where class  = class and method.
    "client" field is not part of table SPROXXSL. Which is causing the error.
    Any idea on how to continue???
    The choices now are:
    01)  *  Repeat phase MAIN_NEWBAS/XPRAS_AIMMRG to continue at the point it stopped
    02)  -  Initialize phase MAIN_NEWBAS/XPRAS_AIMMRG to restart it from the beginning
    03)  -  Accept non-severe errors and repeat phase MAIN_NEWBAS/XPRAS_AIMMRG
    04)  -  Exit this program
    Edited by: Rainier Sison on Aug 29, 2011 2:21 PM
    Edited by: Rainier Sison on Aug 29, 2011 2:22 PM
    Edited by: Rainier Sison on Aug 29, 2011 2:23 PM

    Well, I did have a similar issue with RDDEXECL during the import of SAPKB71007.
    The solution at that time was updating the kernel to the latest support level, that was released a few weeks after the error with a special modification to fix 'our' issue. 
    Do you think it's possible to change the kernel on the shadow instance at this moment of EHPI execution?
    Hope this helps
    Best Regards
    Francisco
    Edit: The OSS note was:          1551400 - ABAP: Session abort when compiling a deep constant
    Edited by: Francisco José Martínez Carretero on Aug 29, 2011 4:54 PM

  • Error in PHASE PREP_EXTRACT/PREIMP: Upgrade SAP R/3 4.7 to SAP ECC 6.0 EHP4

    Hello,
    I'm currently in upgrading a SAP R/3 4.7 system to a SAP ECC 6.0 EHP4.
    Therefore I followed the Upgrade Guide from marketplace - installation- and upgrade guides - SAP ERP - SAP ERP 6.0 - SAP Enhancement Package 4 for SAP ERP 6.0 - Upgrade Guide SAP ERP including EHP4 SR1 - Unix on MaxDB.
    I downloaded media from marketplace/swdc - Installations and Upgrades - SAP Application Components - SAP ERP - SAP ERP ENHANCE PACKAGE - EHP4 FOR SAP ERP 6.0 / NW7.01 - Upgrade.
    I'm starting upgrade with upgrade master DVD 51036889_1 and      51036889_2.
    Now upgrade breaks down in phase PREP_EXTRACT/PREIMP with error:
    Severe error(s) occured in phase PREP_EXTRACT/PREIMP!
    Last error code set: Single errors (code <= 8) found in logfile 'PREIMP.ELG'
    PREIMP.ELG says:
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    R3trans preimport and RETURN CODE in R710VPE.REX
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2EETW169 no connect possible: "maybe someone set invalid values for DIR_LIBRARY ('/usr/sap/REX/SYS/exe/run') or dbms_type ('ADA')"
    Kernel is stored in /usr/sap/REX/SYS/exe/run and database is ADA (maxdb).
    File R710VPE.REX says:
    4 EPU201XBEGIN OF SECTION BEING ANALYZED
    4 ETW000 R3trans version 6.13 (release 640 - 17.02.10 - 13:07:00).
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 07.03.2011 - 15:28:36
    4 ETW000 control file: /usr/sap/REX/upg/abap/tmp/PREIMPTRANS.CTL
    4 ETW000 > import
    4 ETW000 > file='/usr/sap/REX/upg/abap/bin/R710VPE.SAP'
    4 ETW000 > safeandslow=yes
    4 ETW000 > buffersync =yes
    4 ETW000 > commit     =1048576
    4 ETW000 > importtruncated =yes
    4 ETW000 R3trans was called as follows: R3trans -w /usr/sap/REX/upg/abap/tmp/R710VPE.REX -u 1 /usr/sap/REX/upg/abap/tmp/PREIMPTRANS.CTL
    4 ETW000 active unconditional modes: 1
    2EETW169 no connect possible: "maybe someone set invalid values for DIR_LIBRARY ('/usr/sap/REX/SYS/exe/run') or dbms_type ('ADA')"
    4 EPU202XEND OF SECTION BEING ANALYZED
    Can anybody help me out here?
    Regards,
    Julia

    Hello,
    I run 'R3trans -x' command, but there was no problem - connection to database was working.
    Problem was following:
    Before starting the sdt service on host, I set environment variables JAVA_HOME and LD_LIBRARY_PATH for sidadm. That's not neccessary and that was the problem. Without setting these variables it is working now.
    Thanks,
    Julia

  • IN tocde KEI2 time out error in ecc 6.0 EHP4

    Hi  All
    A program termination occurs in the PA transfer structure maintenance. When you go to the "Source" level, the ABAP runtime error "TIME_OUT" occurs in ECC 6.0 EHP4
    I have checked one note with same error Note 320621 - ABAP runt.err."TIME_OUT" in PA transf.struct maint but its valid for 4.6 c and its obsolete for ECC 6.0,kindly suggest

    Dear Pranav,
    Please apply note 1496366 “'Function' value is not carried out in view” in your system.
    Then the time-out issue will be solved.
    Regards,
    Miya

  • SAPinst stuck while installing ECC 6.0 Ehp4 - check sum error

    Dear All
    I am installing ECC 6.0 EHP4. While installing i am stuck in 4th step Unpack SAP Archives.
    error log from SAPinst is below:
    ERROR      2011-12-14 16:19:03.118
               CJSlibModule::writeError_impl()
    MUT-03011  Execution of the command "C:\DOCUME1\ADMINI1.SAP\LOCALS~1\Temp\1\sapinst_exe.208.1323859657\SAPCAR.exe -x -v -g -i -R D:/usr/sap/ECD/SYS/exe/uc/NTAMD64 -f D:/ext/51036972/OCL_WINDOWS_X86_64/OCL10264.SAR," finished with return code 12. Output:
    SAPCAR: processing archive D:/ext/51036972/OCL_WINDOWS_X86_64/OCL10264.SAR (version 2.01)
    x classes12.jar
    x dbclient.lst
    x full
    x full/oraociei10.dll
    SAPCAR: checksum error in D:/usr/sap/ECD/SYS/exe/uc/NTAMD64/full/oraociei10.dll (error 12).
    TRACE      2011-12-14 16:19:03.118 [iaxxejsbas.hpp:483]
               EJS_Base::dispatchFunctionCall()
    JS Callback has thrown unknown exception. Rethrowing.
    ERROR      2011-12-14 16:19:03.196 [sixxcstepexecute.cpp:950]
    FCO-00011  The step unpack with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_Unpack|ind|ind|ind|ind|8|0|unpack was executed with status ERROR ( Last error reported by the step :Execution of the command "C:\DOCUME1\ADMINI1.SAP\LOCALS~1\Temp\1\sapinst_exe.208.1323859657\SAPCAR.exe -x -v -g -i -R D:/usr/sap/ECD/SYS/exe/uc/NTAMD64 -f D:/ext/51036972/OCL_WINDOWS_X86_64/OCL10264.SAR," finished with return code 12. Output:
    SAPCAR: processing archive D:/ext/51036972/OCL_WINDOWS_X86_64/OCL10264.SAR (version 2.01)
    x classes12.jar
    x dbclient.lst
    x full
    x full/oraociei10.dll
    SAPCAR: checksum error in D:/usr/sap/ECD/SYS/exe/uc/NTAMD64/full/oraociei10.dll (error 12).).
    TRACE      2011-12-14 16:19:03.227 [iaxxgenimp.cpp:752]
                CGuiEngineImp::showMessageBox
    <html> <head> </head> <body> <p> An error occurred while processing option Enhancement Package 4 for SAP ERP 6.0 > SAP Application Server ABAP > Oracle > Central System > Central System( Last error reported by the step :Execution of the command "C:\DOCUME1\ADMINI1.SAP\LOCALS~1\Temp\1\sapinst_exe.208.1323859657\SAPCAR.exe -x -v -g -i -R D:/usr/sap/ECD/SYS/exe/uc/NTAMD64 -f D:/ext/51036972/OCL_WINDOWS_X86_64/OCL10264.SAR," finished with return code 12. Output:
    SAPCAR: processing archive D:/ext/51036972/OCL_WINDOWS_X86_64/OCL10264.SAR (version 2.01)
    x classes12.jar
    x dbclient.lst
    x full
    x full/oraociei10.dll
    SAPCAR: checksum error in D:/usr/sap/ECD/SYS/exe/uc/NTAMD64/full/oraociei10.dll (error 12).). You can now: </p> <ul> <li> Choose <i>Retry</i> to repeat the current step. </li> <li> Choose <i>View Log</i> to get more information about the error. </li> <li> Stop the option and continue with it later. </li> </ul> <p> Log files are written to C:\Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/ORA/CENTRAL/. </p> </body></html>
    Please suggest me how to remove this check sum error
    thanks
    sandeep

    Hi,
    ERROR 2011-12-14 16:19:03.118
    CJSlibModule::writeError_impl()
    MUT-03011 Execution of the command "C:\DOCUME1\ADMINI1.SAP\LOCALS~1\Temp\1\sapinst_exe.208.1323859657\SAPCAR.exe -x -v -g -i -R D:/usr/sap/ECD/SYS/exe/uc/NTAMD64 -f D:/ext/51036972/OCL_WINDOWS_X86_64/OCL10264.SAR," finished with return code 12. Output:
    SAPCAR: processing archive D:/ext/51036972/OCL_WINDOWS_X86_64/OCL10264.SAR (version 2.01)
    x classes12.jar
    x dbclient.lst
    x full
    x full/oraociei10.dll
    SAPCAR: checksum error in D:/usr/sap/ECD/SYS/exe/uc/NTAMD64/full/oraociei10.dll (error 12).
    Above error implies some problem in extracting the OCL10264.SAR file from your DVD path.
    There are 2 options
    1) Try to extract that file manully using the command
         sapcar -xvf d:/ext/51036972/OCL_Windows_x86_64/OCL10264.SAR
         If this works, then try to update your SAPINST.EXE and repeat installation process
    2) In case step 1 fails, then your source is corrupt. You need to re-download or recopy the Oracle Client DVD.
    Hope this is useful.
    Regards,
    Deepak Kori

  • Configure ECC 6.0 EHP4 in SAP Solution Manager SP15

    Hi all,
    I just upgrade a system from R/3 4.6c to SAP ECC 6.0 EHP4 NW 7.01. I want to configure the system in SAP Solution Manager just upgraded to SP15. But I don't understand how I must to configure the system and to assign a logical component. It seems not to be the same possibilities between System configuration and Logical configuration.
    For system configuration I can choose product version EHP4 FOR SAP ERP 6.0 / NW7.01 and a full list of usage type
    For logical component I only found product SAP ERP ENHANCE PACKAGE and a very short list of version and usage type (??)
    Is someone know if it is normal or if it is necessary to patch solution manager ?
    Is ther a documentation existing to configure ERP EHP4 systems ??
    Thanks for your answer.
    Regards
    Gerard

    I have not seen any document to configure EHP4 systems specfically.
    I do not think, Solman SP15 should create any problem in that. But, since you are upgrading your landscape to EHP4, so why leave solman to SP15 instead of Ehp1 (SP18/19/20)...
    You might want to have a glance over some notes
    Note 1283307 - SMSY: Product version cannot be determined correctly
    Note 1301106 - SMSY: Enhancements and errors in Enhancement Package 1
    Note 1320545 - Updating the product version in SMSY

  • Need help in aix db2 ppc64 installation ( ecc 6.0 ehp4 ready)

    hi experts,
    i am installing ecc 6.0 ehp4 ready on PPC64 with AIX DB2.
    while installing i selected dvds for database.
         51039318_1       DB2 LUW 9.1 FP9 AIX 64bit
         51032043_1       DB2 9 LUW AIX 64bit - Full Install
    but in installation sequence its not taking db dvd its showing following error
    /sapcd/aixdb/DB2_LUW_RDBMS_V9_GA_AIX__HP__SOL/LABEL.ASC Found the label DB2/LUW:V9 GA:RDBMS:DB2/LUW:D51032043 but need the label DB2/LUW:V9:RDBMS:DB2/LUW:AIX_PPC64:*
    is ther is any different version for ppc64, i couldnt find that?
    can anyone suggest correct media number so i can download and start my work
    may be with path to download from smp.
    thank you in advance.
    with warm regards,
    Nikhil Jadhav

    hi sunny,
    i downloaded the db2 dvd file from smp>software downloads>Database patches>9.1 >Installation>db2>
    in below list you will see that file 51039318_1 DB2 LUW 9.1 FP9 AIX 64bit
    thankx

  • Create SSO on SAP portal to ECC 6.0 EHP4 backend

    Hello,
    I want to create a SSO connection form my SAP Portal server to my ECC 6.0 EHP4 Backend system.
    My JAVA Portal is installed on the same system as the ECC 6.0 backend system.
    For the configuration I follow the steps as described in the document: http://www.sap-img.com/basis/configure-the-sso-single-sign-on-for-portal.htm.
    At point 5.3 I have to set the Backend System as "ACL" in the Portal. So Iu2019m still in the Visual administrator from point 5.2 but now I go to the path Server --> Services --> Security  Provider --> Ticket.
    Here I choose the authentication tab and want to add the com.sap.security.core.server.jass.EvaluateTicketLoginModule. Buth when I press the Add button I get a list of available login members. In this list there is no com.sap.security.core.server.jass.EvaluateTicketLoginModule login module available. Does someone know what Iu2019m doing wrong or how I could add the correct login module?
    I attach a screen shot from Visual administrator.
    Kind regards,
    Richard Meijn
    Edited by: Richard Meijn on Aug 10, 2011 8:20 AM

    Cahtal,
    Thanks for you quick reaction but it's not all clear for me. So could you explain it a little bit more detailed fo me.
    If I write something wrong please correct me. I understand the following
    So If I am on the "Authentication" tab I press the Add new button
    In the list which shows up I select the u201CEvaluateTicketLoginModuleu201D
    Here I change the name and option value to trustedsys01=<PORTAL_SID>, <PORTAL_CLIENT>
    Kind regards,
    Richard Meijn

  • Old Appraisal System (SAP R/3 4.7 ITS) upgrade to SAP ECC 6.0, Ehp4

    Hello experts,
    We are currently on SAP R/3 4.7 (using ITS) and will be upgrading to ECC 6.0, Ehp4 (using Netweaver Portal). This upgrade will be purely technical, no changes to existing talent modules.
    Our employee performance appraisals are currently accessed via ITS using the Old Appraisal System. Can you tell me if it is even possible to link the old appraisal system to the NW portal?
    If yes, what kind of changes are required here? Which iviews will I need to activate?
    All of your advice is greatly appreciated. Thank you in advance.
    Dina

    hi,
    THe old appraisal system runs on ITS , true .
    In the new ECC 6 , there is a built in ITS , which should allow you to still run the old services . But it makes sense to explore the newer functionalites offered in EHP4.
    Regards
    sameer

  • SAP ECC 6.0 EHP4 installation with ABAP+JAVA stack

    Hi,
    I need to install SAP ECC6.0 EHP4 with ABAP+JAVA stack on windiws server 2008 with oracle.
    I have read that for this, we need to install ECC 6.0 EHP4 ready and then upgrade to EHP4 using ehpi installer.
    I have found the documents seperately for ABAP and JAVA stack and not for ABAP+JAVA.
    I need clarifications on these.
    1.Do we need to install ABAP and JAVA instances seperately with EHP4 and then upgrade(In that case I have to install both instances on single host)?
    2.Should we give seperate <SID> for both instances and create seperate databases?
    3.Hard disk requirement for this set up.(We have 150 GB including C drive)
    4.Steps to perform after installing ECC6.0 EHP4 ready
    5.Please send me the doc. if anyone has
    Anyhelp would be highly appreciated.
    Regards,
    Surya

    > 1.In the installation document for EHP4 ready for SAP ERP 6.0 ABAP.It is mentioned that this installation contains only basic EHP4 for ERP 6.0 and we need to install additional EHP4  functionality in the SAP ERP 6.0 -EHP4 ready system.
    > It states that atleast Support pacakge stack (SPS) 1 of SHP4 needs to be installed.So If I install this stack using EHPi installer in the post installation activities my SAP ERP 6.0 EHP4 will be in place?Please confirm.
    Yes..
    >
    > 2.Can I install SAP SR3 with dual stack and upgaradte it directly to EHP4 at a time?
    Yes you can do it.....as SAP still supports dual stack ERP systems to EHP4
    >
    > Any solutions or suggestions from others also welcome.
    Why do u want a dual stack ECC ystem?? any specific requirement???
    Regards,
    Nirmal.K
    Edited by: nirmal konchada on Feb 2, 2011 12:16 PM

  • ECC Upgrade from ECC 5.0 to ECC 6.0 EHP4 - impact on XI 3.0

    Hi,
    We are palnning for upgrade our ECC System from ECC 5.0 to ECC 6.0 EHP4. We do not have any plan of upgrade on XI, which is on XI 3.0.
    After ECC upgrade please provide the impact on XI 3.0 ?
    Will XI 3.0 able to work with ECC 6.0 without any change or any change is required in the XI configuration level, please specify?
    Thanks.

    >>Will XI 3.0 able to work with ECC 6.0 without any change or any change is required in the XI configuration level, please specify?
    As far as I know, no change is required in XI configuration.
    Regards,
    Praveen Gujjeti.

  • UPGRADE FROM ECC 5.0 TO ECC 6.0 Ehp4

    Hai,
    Can any one tell me the upgrade strategy from ecc 5.0 to ecc 6.0 Ehp4,also before we upgrade to Ehp4 do we have to upgrade to ecc 6.0 ?If no plz provide me with the link for latest documentation on this .
    -regards
    Srinivas Bitra

    Hi Srinivas,
    You can upgrade both in single shot.
    You can include EHP4 along with ECC6.0 version upgrade. in BIND_PATCH phase upgade will prompts you to include EHPs if you want. so there you can include your EHP with SAP version upgrade.
    You can get all these details in Upgrade guide.
    -Srini

  • Support Pack for ECC 6.0 ehp4 for Payroll

    Dear Techies
    I am working in an Indian Implementation Project(Payroll)  having version ECC 6.0 ehp4. As per the Budget for the financial year 2010-2011, there is some change in Indian Taxation, hence i would like to know is there any support package has released for this purpose by SAP to upgrade the same.
    Thanks
    S Mishra
    Edited by: S mishra on Apr 6, 2010 10:30 AM

    Hi Mishra,
    This issue has been discussed earlier today by dips.
    Check SAP Note 1452218
    Should be included in SP 22.
    Regards,
    Dilek

  • Kernel for ECC 6.0 EHP4 / NW 7.01

    Dear Experts,
    I've one question, I want to update to the latest patch of the kernel. My system is an ECC 6.0 with EHP4/NW7.01which one should I apply? I found the one in the following path: Service.sap.com/swdc - Support Packages and Patches - Entry by Application Group" SAP Application Components" SAP ERP" SAP ERP ENHANCE PACKAGE" EHP4 FOR SAP ERP 6.0 / NW7.01" Entry by Component" SAP ECC Server VPack successor. My doubt is if I only should apply the DB independent and ORACLE.
    Kernel Part I (for Basis 7.01)
    Kernel Part II (for Basis 7.01)
    Should I apply something else?  Is there a note that can help me?
    Thanks for your support?
    Best Regards,
    Antonio Rivera

    Re: Kernel for ECC 6.0 EHP4 / NW 7.01
    Varadharajan M Aug 14, 2010 10:36 AM (in response to Antonio Rivera)
    Hi,
    The SAP kernel comes as two parts, one is DB dependent and the other is DB independent. The best practice in upgrading the kernel is to update both the parts at the same time. Make sure that u have chosen the right component from the list of kernels in SAP SMP.
    The kernel files are available in the following path,
    http://service.sap.com/swdc
    SAP Support Packages --> My Company's Application Components --> SAP KERNEL 64-BIT UNICODE --> SAP KERNEL 7.01 64-BIT UNICODE
    Regards,
    Varadharajan M
    Helo Master,
    I have a Problem
    "OS release Windows NT 6.1 7601 Service Pack 1 4x AMD64 Level 6 (Mod 44 Step 2)
    is not supported with this kernel (701)".
    I go to market place,
    My Company's Application Components" My Company's Software" SAP ERP ENHANCE PACKAGE" EHP4 FOR SAP ERP 6.0 / NW7.01" Entry by Component
    SAP KERNEL 7.21 64-BIT UNICODE -> Windows on IA64 64bit -> MS SQL SERVER
    The following objects are available for download:
    File Type
    Download Object
    Title
    Patch Level
    Info File
    File Size [kb]
    Last Changed
    SAR
    R3ldctl_110-10011206.SAR
    R3load Control
    110
    Info
    1070
    15.03.2013
    SAR
    R3load_34-10011206.SAR
    R3LOAD
    34
    Info
    3353
    27.11.2012
    SAR
    R3szchk_39-10011206.SAR
    R3SZCHK
    39
    Info
    1647
    28.12.2012
    SAR
    SAPEXEDB_100-10011206.SAR
    Kernel Part II (database specific)
    100
    Info
    21831
    07.03.2013
    SAR
    SAPEXEDB_22-10011206.SAR
    Kernel Part II (database specific)
    22
    Info
    15610
    12.09.2012
    SAR
    SAPEXEDB_30-10011206.SAR
    Kernel Part II (database specific)
    30
    Info
    21267
    19.10.2012
    SAR
    SAPEXEDB_40-10011206.SAR
    Kernel Part II (database specific)
    40
    Info
    21632
    21.01.2013
    SAR
    lib_dbsl_117-10011206.sar
    Database Library
    117
    Info
    2929
    06.05.2013
    where I download?
    and how the update that karnel?
    need your support

  • SAP ECC 6.0 EHP4 Compatible with MDSD 3.0?

    Hi Folks,
    Is SAP ECC 6.0 EHP4 compatible with MDSD 3.0? I have read the documentation but its not clear for me if this would be possible.
    It says that MDSD 3.0 is compatible with SAP ECC 6.0 EHP3, but i would like to know if compatible with EHP4.
    Thanks for your help.
    Regards,
    Gilberto Li

    Hi Gilberto,
    yes, this should work fine. We just have one client who did the upgrade and he has not experienced issues up to now - even he is still in testing phase.
    Regards,
    Oliver

Maybe you are looking for