Upgrade From 46B to ECC6 SR3 - XPRAS_UPG errors

Hello,
I ugrade a system from 46B to ECC6 SR3.
Windows 2003 SP1 32bits / MSSQL 2000 SP4.
During the XPRAS_UPG phase, i have an error in the post-import method RS_SHIP_AFTER_IMPORT for the transport SAPK700ZH1.
The log is the RDDEXECL job log:
Job started                                                    
Step 001 started (program RDDEXECL, variant , user ID DDIC)    
All DB buffers of application server xxx were synchronized
Incorrect input for activating transported shadow IPacks       
Job cancelled after system exception ERROR_MESSAGE             
Have you already encountered this problem?
Thanks,
Alexandre

The problem is solved.
It was due to an empty entry in table rsbasidoc.
Alex

Similar Messages

  • Upgrade from ecc5 to ecc6 old  data like  PRD640_1 is still there

    Dear All,
    we have resent   upgrade from ecc5 to ecc6 and i have some quires regarding the datafile.
    In  sapdata1 -4 i see  all old  data like  PRD640_1 i still there .Please suggest it is ok or it should not be there in the sapdata.
    in db02 tablespace
    PSAPEL701D
    PSAPEL701I
    PSAPPRD
    PSAPPRD640
    PSAPPRD701
    PSAPPRDUSR
    PSAPTEMP
    PSAPUNDO
    PSAPUNDO2
    SYSAUX
    SYSTEM
    There is once more thing when i am extend the table from brtools for
    BR*Tools main menu  2 - Space management  1 = Extend tablespace  3 ~ Tablespace name (tablespace) ... []
    1 - BRSPACE profile (profile) ...... [initPRD.sap]
    2 - Database user/password (user) .. [/]
    3 ~ Tablespace name (tablespace) ... [PSAPPRDUSR]
    4 - Confirmation mode (confirm) .... [yes]
    5 - Scrolling line count (scroll) .. [20]
    6 - Message language (language) .... [E]
    7 - BRSPACE command line (command) . [-p initPRD.sap -s 20 -l E -f tsextend -t
    PSAPPRDUSR]
    c
    c
    Options for extension of tablespace PSAPPRDUSR (1. file)
    1 * Last added file name (lastfile) ....... [L:\ORACLE\PRD\SAPDATA4\PRDUSR_4\PR
    DUSR.DATA4]
    2 * Last added file size in MB (lastsize) . [460]
    3 - New file to be added (file) ........... [L:\oracle\PRD\sapdata4\prdusr_5\pr
    dusr.data5]
    4 # Raw disk / link target (rawlink) ...... []
    5 - Size of the new file in MB (size) ..... [460]
    6 - File autoextend mode (autoextend) ..... [yes]
    7 - Maximum file size in MB (maxsize) ..... [500]
    8 - File increment size in MB (incrsize) .. [20]
    9 - SQL command (command) ................. [alter tablespace PSAPPRDUSR add da
    tafile 'L:\oracle\PRD\sapdata4\prdusr_5\prdusr.data5' size 460M autoextend on ne
    xt 20M maxsize 500M]
    BR0259I Program execution will be continued...
    BR1049W Not enough free space in L:\oracle\PRD\sapdata4\prdusr_5 for total maxim
    um size of all database files of tablespace PSAPPRD located on this disk volume,
    missing at least 741702.647 MB
    BR1049W Not enough free space in L:\oracle\PRD\sapdata4\prdusr_5 for total maxim
    um size of all database files of tablespace PSAPPRD640 located on this disk volu
    me, missing at least 137942.647 MB
    BR1049W Not enough free space in L:\oracle\PRD\sapdata4\prdusr_5 for total maxim
    um size of all database files of tablespace PSAPPRDUSR located on this disk volu
    me, missing at least 13522.647 MB
    BR0668I Warnings or errors occurred - you can continue to ignore them or go back
    to repeat the last action
    Please suggest what is right configuration and how to sol ther error in brtools.
    Regards,
    Kumar

    Hello Kumar9,
    if I understoon correctly your last reply, you have doubts if PSAPPRD640 should exist at all, correct?
    Please do the following:
    1) Check any object assigned to this tablespace PSAPPRD640
    2) If any object occupied to PSAPPRD640 then reorganise to new tablespace
      If any object not occupied to PSAPPRD640 then check the table entry
       a)TAORA for tablespace PSAPPRD640(if exist delete)
       b)IAORA for tablespace PSAPPRD640(if exist delete)
    3) If above done then drop the tablespace through BRTools.
    Best regards,
    Tomas Black

  • Upgrade from 46c to ECC6.0 : Java or Java-AddIn ?

    Hello
    Can you explain me what is the difference between Java and Java-AddIn as proposed in evaluation phsae of an upgrade from 46c to ECC6.0?
    Thank You.

    Hi Alain,
    But if we implement a JavaAddin solution today, do you think it will be possible to create a Java instance later to create a Portal solution ?
    If you implement a java addin today then you can use later for portal solution.
    Regards,
    Anil

  • Upgrade from 46B to ECC 6.0

    I'm planning to do an upgrade from 46B oracle 9i to ECC 6 oracle 10g.
    Is there someone who did it whith those version.
    I was wondering, do I have to apply all the sp from 46b before migrating to ECC 6?
    Somebody could help me?
    Thanks

    Hi,
    You need to follow the steps carefully.
    You first need to upgrade Oracle to 10g and then you need to upgrade your kernel to 46D_ext from 46D as 46D_ext ortace libraries support oracle 10g libraries and hence need to be very careful.
    You can follow certain notes like :
    SAPNote 932722 - Upgrade to Oracle 10.2 during a database copy
    SAPNote 976457 - Oracle 10g Support on Windows: 4.6D-Based SAP Systems
    Once you upgrade oracle and are able to start and work on SAP system (with Oracle 10.2.0.2 and 46D_ext kernel) then you can start the upgrade.
    Rest of the upgrade is similar to a normal upgrade.
    Regards,
    Suhas

  • Problem with FIELD SYMBOL upgrading from 46c to ECC6.0

    Hi people... i'm having big trouble making an upgrade from 4.6c to ECC6.0 with this portion of code of Z's programm.
    In the line
    ASSIGN (w_field) TO <fs_field>.
    i don't see any assigment, so <fs_field> remains empty, when enters into firts IF conditions it is TRUE, then go into second IF condition, it is FALSE, and finally assing
    <fs_field> = '/'.
    , at this point i have a DUMP telling me MOVE_TO_LIT_NOTALLOWED_NODATA
    I'm try any way of definition, assigment, but always i have a DUMP.
    Someone can give a hand with this issue!
    Thanks in advance!!!
    This is the full code from the FORM with the problem.
    *       FORM GRABA                                        *
    *  -->  VALUE(P_TABLE)                                  *
    FORM graba USING value(p_table) TYPE c.
      DATA:
        w_field(60),
        w_dd03l  TYPE dd03l.
      FIELD-SYMBOLS <fs_field>.
      CLEAR w_flag.
      CASE p_table.
        WHEN 'BGR00'.
          d_bgr00-group  = w_batin.
          d_bgr00-mandt  = sy-mandt.
          d_bgr00-usnam  = sy-uname.
          d_bgr00-xkeep  = 'X'.
          d_bgr00-nodata = '/'.
          d_bgr00-stype = 0.
          TRANSFER d_bgr00 TO w_fname.
        WHEN 'BBKPF'.
          LOOP AT gt_dd03l INTO w_dd03l WHERE tabname EQ p_table.
            CONCATENATE
                'd_'
                w_dd03l-tabname
                w_dd03l-fieldname
              INTO w_field.
            ASSIGN (w_field) TO <fs_field>.
            IF <fs_field> IS INITIAL OR <fs_field> EQ '/'.
              IF w_dd03l-fieldname EQ 'TBNAM'.
                <fs_field> = p_table.
              ELSE.
                <fs_field> = '/'.
              ENDIF.
            ELSE.
              w_flag = 'X'.
            ENDIF.
          ENDLOOP.
          TRANSFER d_bbkpf TO w_fname.
        WHEN 'BBSEG'.
          LOOP AT gt_dd03l INTO w_dd03l WHERE tabname EQ p_table.
            CONCATENATE
                'd_'
                w_dd03l-tabname
                w_dd03l-fieldname
              INTO w_field.
            ASSIGN (w_field) TO <fs_field>.
            IF <fs_field> IS INITIAL OR <fs_field> EQ '/'.
              IF w_dd03l-fieldname EQ 'TBNAM'.
                <fs_field> = p_table.
              ELSE.
                <fs_field> = '/'.
              ENDIF.
            ELSE.
              w_flag = 'X'.
            ENDIF.
          ENDLOOP.
          TRANSFER d_bbseg TO w_fname.
      ENDCASE.
    ENDFORM.
    Edited by: Matt on Dec 15, 2008 5:03 PM - Made subject more informative

    Gentlemen:
    The problem around this statement:
    ASSIGN (w_field) TO <fs_field>
    is explained as follows:
    1. In ABAP language, there are two ways for assigning a new value to a field-symbol.
    - Sentence: ASSIGN (values) TO <my_field_symbol>.
      In this case, the <my_field_symbol> receives from (w_field) the data type and value content of this variable. So, we keep that a FSymbol is assigned and, at the same time, receives an initial value.
    - Sentence: <my_field_symbol> = '/' or <my_field_symbol> = my_var.
      In this way, we only pass the content of the variable next to = sign. But before this, the field-symbol must had been assigned (using ASSIGN statement), in another case, the compiler raises an exception.
    Following the example of Federico... I think he tried to assign a field like this (please, supose the program imports the structure of a database table with a standard function, into a internal table which is looped by the work area w_field ):
    - If w_field contains 'BKPF-WERKS', so sentence ASSIGN will affect the field symbol, passing to this the data type and current content of table field BKPF-WERKS.
    - If w_field contains 'BKPF-.INCLUDE': *the column .INCLUDE obviously is not associated with a data type... so our statement ASSIGN... TO... never pass any data type or value to our field-symbol. So that, this field is never initialized properly, and when inmmediately you try to execute something like this: <my_field_symbol> = '/', the game (program) is over.. XD
    I hope this post was helpful for anyone...
    Best Regards!!
    RRG
    ABAPer(u) - EVOLution

  • Upgraded from Win7 to Win8 and getting errors. Any way of going back? U410

    Hey guys,
    I just recieved my Ideapad U410 today and I was so psyched! I'm going to a seminar tomorrow, and since this is my only laptop, I really want it to work, so I can use it tomorrow.
    Anyway. I figured that I might aswell just upgrade to Windows 8 right away, so after using the computer for maybe half an hour, I pay for Windows 8, and just do the install through the Windows 8 offer.
    Windows 8 gets installed, and now I just keep getting errors. First of all, the Energy Management program didn't work and kept popping up everytime I restarted the computer. I downloaded a new driver for it, which seemed to fix it.
    At the same time, a pop-up from Dolby Home Theater keeps popping up, telling me to install a valid driver. I've tried installing one, but either I didn't find the right one, or it just didn't work.
    Then my WiFi starts going mental! After restarting the computer, it doesn't connect to the WiFi. It just sits there until I right click it to go into "Open Network and Sharing Center", and then it just hangs until I try to close the window. More hanging...... then the window closes and boom! I have WiFi! 
    The WiFi also started getting slow. Now I have read about the WiFi issues, but my computer was manufactured on 8/25/12, so there shouldn't be any! ....right???
    I'm now thinking of doing a clean install of Windows 7 to get it to work, but I'm hopelessely confused about how it works now that there's an SSD drive in it too. I'm used to just being on an old desktop with ONE harddrive, not all this fancy new stuff
    So......... basically what I'm asking is:
    - Is there a way to get my Windows 8 to work? Fixing the WiFi "hanging" and the Dolby Home Theater error?
    - Am I safe from the WiFi issues since my computer was manfufactured on 8/25/12?
    - Is there a guide that can show me how to do a clean Windows 7 install? Or maybe even get it back to how it was when I first recieved it?
    Any help is GREATLY appreciated, guys! Thanks in advance!!
    Philip
    EDIT: Picture of my upload speed being much higher than my download speed. Looks like I'm affected by the terrible WiFi too. http://speedtest.net/result/2359883449.png

    Sorry, Apple does not support downgrading.
    As to apps disappearing, it's not uncommon for apps to be removed from the app store. I have a couple of games that I play that are no longer available.
    Did you install 8 'over the air'? If so, research into doing a restore. Use a computer to back up your device and then reinstall iOS8 via a computer, and then restore your data from the backup. Sometimes a clean install clears away glitches caused by over the air installs.
    If you just wish to express your frustration to apple, on the lower right corner of this page is a 'contact us' link. Send them feedback and let them know.

  • Upgrade from R12 DB 10g to 11g Errors

    Dear All,
    I'm in the process of upgrading EBS R12 db from 10g to 11g. during the upgrade I encountered the below warnings/errors
    1- ORA-01408: such column list already indexed: can I ignore this since the table is already indexed?
    2- ORA-01503: CREATE CONTROLFILE failed
    ORA-01166: file number 288 is larger than MAXDATAFILES (100)
    ORA-01110: data file 288: '$ORACLE_HOME/apps_st/data/PROD/system10.dbf'
    I have looking the directory $ORACLE_HOME/apps_st/data/PROD/ and system10.dbf is there. does this mean the error can be ignored and the DB can operate normally?
    how can I avoid the above errors in the future
    Thanks
    Mohammed

    Since you are using EBS, are you following the Upgrade Guides specific to EBS, which are MOS Docs
    735276.1 - Interoperability Notes E-Business Suite R12 with Oracle Database 11gR1 (11.1.0)
    782224.1 - Interoperability Notes Oracle E-Business Suite Release 12 with 11gR1 (11.1.0.6)
    738556.1 - Oracle 11gR1 Database Preparation Guidelines for an E-Business Suite Release 12.0.4 Upgrade
    762669.1 - Using Oracle EBS R12 with a Database Tier Only Platform on Oracle 11gR1
    In which step are you getting the warnings/errors ?
    You cannot ignore the second error - it has to be fixed - pl see MOS Doc 18739.1 (OERR: ORA 1166 file number is larger than)
    HTH
    Srini

  • PT 8.52 upgrade from PT 8.49 , java script error :'CKEDITOR' is undefined

    Hi,
    We have upgraded PT8.52 from 8.49. For certain componets of HRMS 9.0 i get Javascript error:'ckeditor is not defined' , PT_AJAX_NET_1.js, line 913, char 34. Peoplesoft page just got hung up.Navigation : Set up HRMS – Foundation Tables – Job Attributes – Job Code Table – Evaluation Criteria/Market Pay Match/Default Compensation/Non Base Compensation/Union Safety. Also i get same error in other components like Peopletools-Security-User Profile-Roles-Permission List....Job, Location, BUs works fine.
    We use IIS 7.5 as proxy server. Without proxy server there is no error.
    Any one has idea what is wrong here.
    Thanks

    I changed the parameter name in the java to upper case and it fixed the problem.

  • Upgrade from LV2010 to LV2011 causes USB Error-1172

    Hello NI world,
    I'm a newbie to LabVIEW, and hope I might find some info on my issue.
    I have a VI that takes a sequence of binary digits, creates an array, and sends the sequence out on USB.  This works in LV2010.  Last night I upgraded to LV2011, and the system reports an error: "Error 1172 occurred at Error creating instance of Form1 in assembly..." (see attached document for complete error message, and a piece of the flow.)  I thought it might be due to obsolete .NET software, so I updated .NET to v4, with no change in behavior.
    I adopted this code from another engineer, who is now off on new adventures.  Now that I've mucked with it in LV2011, I can't open it in LV2010.
    It appears the files in question are 'usbGenericHidCommunications.dll' and 'WFF Generic HID Demo 3.dll'
    My Setup: PC, Windows-XP (SP3), LV2010 and now LV2011, .NET Framework 3.5 and 4
    Any suggestions are welcome.
    Thanks,
    Duman
    Attachments:
    LabVIEW_Error.doc ‏55 KB
    LabVIEW_ErrorB.doc.docx ‏120 KB

    to be able to use .net 4 you should add a special file to the labview.exe folder.
    Maybe that one is not in place
    it is called LabVIEW.exe.config
    and the contents is below this line
    <?xml version ="1.0"?>
    <configuration>
    <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0.30319"/>
    </startup>
    </configuration>
    greetings from the Netherlands

  • ECC 5 upgrade from 46B

    Hi,
    I am trying to upgrade 46B to ECC5, when I run Prepare for  Initialization module, it says Error: SAP_BASIS is too old? can any one explain me on this as I can't find any document on this?
    with many thanks,
    Venkat

    Hi All,
    can any one tell me what is the minimum package levels  for baiss/abap and Application  before upgrading to ECC5? surprisingly I can't find this info anywhere..
    any expert advise would be greatly appreciated.
    with thanks,
    Venkat

  • Upgrade from 46C to ECC6.0

    Hello All.
    I'm upgrading a 4.6C SAP release to ECC 6.0
    OS: Windows 2003 EE - 32bit
    DB: DB2 UDB 8 FP10
    The upgrade procedure hangs in the phase PARMVNT_XCNV with the following error:
    3 ETP379X12:52:48: activating Nametab "TPRI_PAR":
    2 ETP399   >> Name of inactive nametab to read  : DDXTT~
    2 ETP399   >> Format of inactive nametab to read: 5.0
    3 ETP355Xstatements:
    3 ETP399 ALTER TABLE "TPRI_PAR"
    3 ETP399 ALTER COLUMN "PARAMLIST" set data type SAPDB6VARCHAR(000512)
    3 ETP399 
    2WETP000 12:52:48: Retcode 1: error in DDL statement for "TPRI_PAR                      " - repeat
    2EETP345 12:53:00: Retcode 1: SQL-error "-104-SQL0104N  An unexpected token "data_type" was found f
    2EETP345 ollowing "TYPE".  Expected tokens may include:  "VARCHAR".  SQLSTATE=42601" in DDL stateme
    2EETP345 nt for "TPRI_PAR                      "
    2 ETP399  -
    DB-ROLLBACK() -
    2EETP334 12:53:00: error in DDL, nametab for "TPRI_PAR" not activated
    Any one can help?
    Thanks Everybody,
    Marco

    Hi Frank.
    We encounter the same issue during the upgrade phase PARCONV_UPG:
    3 ETP379X20:19:11: activating Nametab "TERRF":
    2 ETP399   >> Name of inactive nametab to read  : DDXTT
    2 ETP399   >> Format of inactive nametab to read: 5.0
    3 ETP355Xstatements:
    3 ETP399 ALTER TABLE "TERRF"
    3 ETP399 ALTER COLUMN "DATA" set data type SAPDB6VARCHAR(001700)
    3 ETP399 
    2WETP000 20:19:11: Retcode 1: error in DDL statement for "TERRF                         " - repeat
    2EETP345 20:19:23: Retcode 1: SQL-error "-104-SQL0104N  An unexpected token "data_type" was found f
    2EETP345 ollowing "TYPE".  Expected tokens may include:  "VARCHAR".  SQLSTATE=42601" in DDL stateme
    2EETP345 nt for "TERRF                         "
    2 ETP399  -
    DB-ROLLBACK() -
    2EETP334 20:19:23: <b>error in DDL, nametab for "TERRF" not activated</b>
    3 ETP379X20:19:23: activating Nametab "VZFZE":
    3 ETP355Xstatements:
    3 ETP399 ALTER TABLE "VZFZE"
    3 ETP399 ALTER COLUMN "XVAR700" set data type SAPDB6VARCHAR(001000)
    3 ETP399 
    2WETP000 20:19:23: Retcode 1: error in DDL statement for "VZFZE                         " - repeat
    2EETP345 20:19:35: Retcode 1: SQL-error "-104-SQL0104N  An unexpected token "data_type" was found f
    2EETP345 ollowing "TYPE".  Expected tokens may include:  "VARCHAR".  SQLSTATE=42601" in DDL stateme
    2EETP345 nt for "VZFZE                         "
    2 ETP399  -
    DB-ROLLBACK() -
    2EETP334 20:19:35: <b>error in DDL, nametab for "VZFZE" not activated</b>
    2 ETP301 -
    Regards,
    Marco

  • Can I upgrade from the $10/month plan to the full plan at the $30 discounted rate?

    According to the stipulations, it appears I qualify, but then asks that I contact customer service, which in turn recommends asking the community first. I am interested in the Cloud price for exiting users at $30/month. Since I do everything as a hobby, I cannot justify $50/month for software.

    HI, why don't you try to shutdown your 903, if you have something like Portal or related to the repository you may need to perform an upgrade, but if your repository is not really important try to shutdown the 903, and install the 10.1.2, that's much better have a clean new installation than an upgrade from an 903, this type of errors that you are getting are really hard to track.
    If you have to make the upgrade, there are notes about doing this for Portal, that might help you.
    Good Luck

  • SAP ECC6 sr3 upgrade error in executing MSSCONCHECK.SQL script

    Hello all,
      I am facing this error which is very annoying , I am executing Prepare Upgrade script for ECC6 SR3 from SAP 4.7 Sr2 with windows 2003 server and MSSQL 2005 server as backend. I am facing below error
    Enter one of these options [continue] := continue
          SAPup message
    SAPup> SQL-scripts must be executed by the NT user account T47VMHOST2\t47adm.
           Check your installation of the integrated security procedure
           on host t47vmhost2 and make sure that a login for the NT user
           T47VMHOST2\t47adm exists with the following rules:
           - user T47VMHOST2\t47adm owns the role System Administrators
           - user T47VMHOST2\t47adm has the default database T47
    SAPup> Integrated security installed correctly?
                - "no"
                - "yes"
    Enter one of these options [no] := yes
    Executing script MSSCONCHECK ...
    MSSCONCHECK: Connection check failed for the user specified
          SAPup message
    SAPup> Errors were found in the logfile MSSCONCHECK.LOG
           after execution of the script MSSCONCHECK.SQL.
    SAPup> SAPup cannot proceed until these errors are fixed.
           Please, examine MSSCONCHECK.LOG, fix reported errors and then call R3UP a
    gain
    I have done a number of changes in system i checked the SIDadm user is assigned a default DB T47 and has said role assigned allready.
    I restarted the system after changes and started the prepare batch file again but with sme probelm again. so can anybody guide me on this. I seen a number of threads but there is no any concrete solution providedby them.
    will really appreciate any reply.
    Mani

    Hello Julia,
      i read those note but everything seems normal to me on my PC; it has remote access enabled, t47vmhost2/t47adm is the user configured (although its not a domain configuration (installation) but t47vmhost2 is the computer name. So its kind of local user defined in SQL with said authorization. below is the log from file MSSCONCHECK.LOG
    [SQL Native Client]Named Pipes Provider: Could not open a connection to SQL Server [2].
    [SQL Native Client]Login timeout expired
    [SQL Native Client]An error has occurred while establishing a connection to the server. When
    connecting to SQL Server 2005, this failure may be caused by the fact that under the default
    settings SQL Server does not allow remote connections.
    I am still stuck in ?
    Can you please verify if i am using right DVDs
    51033495_1     NW 7.0 SR3 Languages DE,EN,ES,FR,IT,NL
    51033494_3     NW 7.0 SR3 Upgrade Export 3 of 3
    51033494_2     NW 7.0 SR3 Upgrade Export 2 of 3
    51033494_1     NW 7.0 SR3 Upgrade Export 1 of 3
    51033512_14     NW 7.0 SR3 Upgrade Master Windows Server on x64 64bit
    51033508_8     NW 7.0 SR3 Kernel 7.00 Windows Server on x64 64bit Upg ABAP
    Pleas help
    Mani

  • Depreciation Run Error while Upgrading from SAP 4.6C TO ECC6.0

    Hi
    We are upgrading from 4.6c to ECC 6.0.  In ECC 6.0 we need to make the Number Range Interval as "Internal" and Batch Session tick to be removed from the Depreciation Document Type. 
    While executing depreciation run, it got terminated and I have done the above changes.  After that I have restarted the Depreciation.  I have got the following error Message.
    Message(s) during check of document ERROR00001
    Message no. AAPO511
    S:/SAPDMC/LSMW_AUX_020:006 20
    Message no. /SAPDMC/LSMW_AUX_020006
    If any body aware solution, kindly reply to this message
    Thanks
    siva

    Check this useful links
    Key differences between SAP 4.6 - ECC 6.0
    http://sap.ittoolbox.com/groups/technical-functional/sap-hr/difference-sap-ecc60-with-sap-r3-3161113
    LE/WM functionality difference between 4.6c and ECC 6.0
    differences between SAP R/3 ECC 6 & SAP R/3 4.6C in Material management mod
    Upgrade from SAP R/3 4.6 C to ECC6.0 - To find obselete and new tcodes
    Upgrade from SAP R/3 4.6 C to ECC6.0 - To find obselete and new tcodes

  • TP version problem during upgrade from 4.7 sr2 to ECC6

    Hello All,
    i am doing an upgrade from 4.7 to ECC6 (ultimately i have to upgrade to EHP4). I am stuck in phase PREPARE module Initialization finished with status failed #. Below is the error i am getting. before pasting log file i tried my best to uprade TP level by upgrading the Patch level. but its not taking effact in to SAP system. If i check TP version in STMS >> system >> Check TP tool it shows me old version.
    below is the error log excerpt from file CHECKS.LOG
       #====================================================#
    Requests and information for module Initialization #
       #====================================================#
    ERROR:   The upgrade needs a patched version of R3trans which is
             build on 21.06.06 or later.
             The R3trans in your active SAP kernel is either older or
             the version could not be determined. Call it without
             any option to determine the build date.
             If the build date is too old, you have to replace it
             before you can continue the upgrade.
             Download the latest executable available from the SAP service
             market place and update it before you continue.
             Otherwise, the upgrade tools will be corrupted.
    INFO:    The version check of the disp+work in your active SAP kernel
            determined that it has a sufficient level.
             No update of disp+work is necessary.
    ERROR:   The upgrade needs a patched version of tp with version
             number 340.16.05 or higher.
             The tp in your active SAP kernel is either older or the
             version could not be determined. Call it without any option
             to determine the version.
             If the version is too old, you have to replace it before
             you can continue the upgrade.
             Download the latest executable available from the SAP service
             market place and update it before you continue.
             Otherwise, the upgrade tools will be corrupted.
    ERROR: To be able to use ASU Toolbox, your system requires
           the ST-PI software component with at least Support Package Level 8
          After the update is done, the module must be repeated!
           For more information, see the upgrade documentation
    INFO:       The upgrade strategy for the addon ABA_PLUS
                is described in note: 632429
    INFO:       The upgrade strategy for the addon APPINT
                is described in note: 632429
    INFO:       The upgrade strategy for the addon BP-R3PF
                is described in note: 632429
    INFO:       The upgrade strategy for the addon FINBASIS
                is described in note: 438521
    INFO:       The upgrade strategy for the addon LSO
                is described in note: 503468
    INFO:       The upgrade strategy for the addon LSOFE
                is described in note: 503907
    INFO:       The upgrade strategy for the addon PI
                is described in note: 700779
    INFO:       The upgrade strategy for the addon PI_BASIS
                is described in note: 555060
    INFO:       The upgrade strategy for the addon SLL_PI
                is described in note: 1306751
    INFO:       The upgrade strategy for the addon ST-A/PI
                is described in note: 69455
    INFO:       The upgrade strategy for the addon ST-PI
                is described in note: 539977
    INFO:       The upgrade strategy for the addon WP-PI
                is described in note: 632429
       #===========================================================#
    PREPARE module Initialization finished with status failed #
       #===========================================================#
    i downloaded the 47 kernel files SAPEXEDB_304-20001172.SAR and SAPEXE_304-20001172.SAR and installed the kernel file. if i check TP version from command level it shows me 340.16.62, but in SAP STMS it shows me 340.16.03. Can somebody explain what shoulkd i do?
    Can i know also if i can update SAP Kernel from 4.7 sr2 to NW7.0 without upgrading even started?
    If somebody can tell me the exact number of CDs to use to upgrade from 4.7 SR2 to ECC6 EHp4, that would be very
    nice.
    Mani

    Hi Mani,
    ERROR: The upgrade needs a patched version of R3trans which is
    build on 21.06.06 or later.
    ERROR: The upgrade needs a patched version of tp with version
    number 340.16.05 or higher.
    show that the tp and R3trans used by the source 470 system are old.
    You should download the latest tp and R3trans for kernel 470, and
    replace the old tp and R3trans with the downloaded ones under the 470 kernel directory. The 470 kernel directory is specified by parameter DIR_EXECUTABLE which is usually /usr/sap/<SID>/SYS/exe/run.
    Please note that there is also a kernel directory under /<DIR_PUT>/<SID>/SYS/exe which is for the the target system 700. Please do not replace tp and R3trans under this directory with the ones downloaded for kernel 470.
    NO, you cannot update SAP Kernel from 4.7 sr2 to NW7.0 without upgrading even started. Kernel upgrade will be done by SAPup automatically.
    With Best Regards
    Julia

Maybe you are looking for