Abap upgrade

hi all,
    can any body give me idea about upgrade proj.
am going to new proj in few days.  Currently we r using SAP 4.6c version now  we  have  to upgrade new SAP version 5. so before that i want know
what we have to do in this proj how the req . are comming in this proj .can any body tell me.
advace thanks

Some more info
In the past, SAP developers used various codes to encode characters of different alphabets, for example, ASCII, EBCDI, or double-byte code pages.
ASCII (American Standard Code for Information Interchange) encodes each character using 1 byte = 8 bit. This makes it possible to represent a maximum of 28 = 256 characters to which the combinations [00000000, 11111111] are assigned. Common code pages are, for example, ISO88591 for West European or ISO88595 for Cyrillic fonts.
EBCDI (Extended Binary Coded Decimal Interchange) also uses 1 byte to encode each character, which again makes it possible to represent 256 characters. EBCDIC 0697/0500 is an old IBM format that is used on AS/400 machines for West European fonts, for example.
Double-byte code pages require 1 or 2 bytes for each character. This allows you to form 216 = 65536 combinations where usually only 10,000 - 15,000 characters are used. Double-byte code pages are, for example, SJIS for Japanese and BIG5 for traditional Chinese.
Using these character sets, you can account for each language relevant to the SAP System. However, problems occur if you want to merge texts from different incompatible character sets in a central system. Equally, exchanging data between systems with incompatible character sets can result in unprecedented situations.
One solution to this problem is to use a code comprising all characters used on earth. This code is called Unicode (ISO/IEC 10646) and consists of at least 16 bit = 2 bytes, alternatively of 32 bit = 4 bytes per character. Although the conversion effort for the R/3 kernel and applications is considerable, the migration to Unicode provides great benefits in the long run:
The Internet and consequently also mySAP.com are entirely based on Unicode, which thus is a basic requirement for international competitiveness.
Unicode allows all R/3 users to install a central R/3 System that covers all business processes worldwide.
Companies using different distributed systems frequently want to aggregate their worldwide corporate data. Without Unicode, they would be able to do this only to a limited degree.
With Unicode, you can use multiple languages simultaneously at a single frontend computer.
Unicode is required for cross-application data exchange without loss of data due to incompatible character sets. One way to present documents in the World Wide Web (www) is XML, for example.
ABAP programs must be modified wherever an explicit or implicit assumption is made with regard to the internal length of a character. As a result, a new level of abstraction is reached which makes it possible to run one and the same program both in conventional and in Unicode systems. In addition, if new characters are added to the Unicode character set, SAP can decide whether to represent these characters internally using 2 or 4 bytes.
A Unicode-enabled ABAP program (UP) is a program in which all Unicode checks are effective. Such a program returns the same results in a non-Unicode system (NUS) as in a Unicode system (US). In order to perform the relevant syntax checks, you must activate the Unicode flag in the screens of the program and class attributes.
In a US, you can only execute programs for which the Unicode flag is set. In future, the Unicode flag must be set for all SAP programs to enable them to run on a US. If the Unicode flag is set for a program, the syntax is checked and the program executed according to the rules described in this document, regardless of whether the system is a US or an NUS. From now on, the Unicode flag must be set for all new programs and classes that are created.
If the Unicode flag is not set, a program can only be executed in an NUS. The syntactical and semantic changes described below do not apply to such programs. However, you can use all language extensions that have been introduced in the process of the conversion to Unicode.
As a result of the modifications and restrictions associated with the Unicode flag, programs are executed in both Unicode and non-Unicode systems with the same semantics to a large degree. In rare cases, however, differences may occur. Programs that are designed to run on both systems therefore need to be tested on both platforms.
You can also check out these official SAP locations on the SAP Service Marketplace:
http://service.sap.com/unicode
http://service.sap.com/unicode@SAP
http://service.sap.com/i18n

Similar Messages

  • Sap Abap Upgrade

    hi all
    i am working on SAP ABAP Upgrade and facing problem with a data type RAW which is incompatible in
    ECC6.0. Can anyone suggest a replacement for this data type.
    Thanks a lot.

    Hi,
    You can use Char type if the data is in characteres or you can use  HEX type if it contains numbers.

  • ABAP Upgrade delta documents

    Hi All,
    Plz let me know where can we get the ABAP delta documents, as i have to prepare the list of all ABAP (Eg: keywords) changes made to SAP from 3.1H to ECC 6.0.
    Thanks.

    R/3 3.1i upgrade to ECC 5.0
    R/3 Enterprise v mySAP ERP 2003 v ECC 5.0 v mySAP ERP 2004
    Please give me reward point If it is useful
    Thanks
    Murali Poli

  • ABAP  Upgrade  Documents

    Hi All,
    Plz let  me know where can  we get  the ABAP  delta documents,  as i  have to  prepare the list of all ABAP (Eg: keywords) changes made to  SAP  from  3.1H to  ECC 6.0.
    Thanks.

    Read the following notes for changes in ABAP syntax:
    178482 - Rel. upgrade from 3.0 to 4.0 for customer programs
    178452 - Release upgrade from 4.0 to 4.5 for customers programs
    178725 - Release upgrade from 4.5 to 4.6 for customer programs
    367676 - Release upgrade from 4.6 to 6.10 for customer programs
    452229 - Release upgrade from 6.10 to 6.20 for customer programs
    689951 - Release upgrade from 6.20 to 6.40 for customer programs
    857904 - Upgrade from Release 6.40 to 7.0:
    They contain the deltas to the previous version.
    Markus

  • ABAP Upgrading steps from 4.6 to ECC 6.

    Hi Experts,
    Could you please let me know the steps to upgrade from 4.6 to ECC 6?
    As an abapers what are the steps need to take care during upgradation.
    Please give me the step by step approach.
    Thanks
    Kaki

    Hi,
    First you need to take inventory of all Z developments ( Reports, FM's....)
    Find out the Impacted FM's and programs....!!!
    check for all the cloned programs/Includes...
    check if the system is unicode enabled.
    SPAU corrections
    SPDD corrections
    If System if Unicode ( correct unicode errors )
    correct the obsolete FM's and obsolete declarations.
    Correction for errors at time of testing.....SAP notes will help a lot in correcting many errors..
    post go live support ....!!!
    Few important points :-
    FM “LIST_TO_SPOOL” not in ECC6.0.  use FM is “LIST_TO_ASCII”.
    Table TVARV has become obsolete. New table TVARVC has been introduced. We copied data from TVARV to TVARVC. ( check SAP note for Details )
    Took back up of data in table T512W to T512B .Data can be restored after upgrade using the report “RPU12W0C”. ( check SAP note for Details )
    FMs like “WS_UPLOAD” and “WS_DOWNLOAD” are obsolete now. The new FMs are “GUI_UPLOAD” and “GUI_DOWNLOAD”.
    New Debugger is introduced.....Debugging is easy and user friendly.
    u'll have to change few BDC screen numbers.....whose Screen numbers are changed in ECC...( u'll come accross this errors in Unit testing)
    let me know.......if you need any more information....As you start working on the Upgrade...!!!!
    Regards,
    Nikhil

  • ABAP/J2EE upgrade from 7.0 to EHP1...failed at START_J2EE_EP

    Hi experts,
    I'm currently running a dual stack upgrade from 7.0 to EHP1 SR1 on a 32bit windows system.  I'm using SAPup and Jup and I'm currently stuck on the Java step START_J2EE_EP the main clue I get from the logs is "Can't open shared memory administration (rc = 3)"......there's also another similar message with a different return code - " Can't open shared memory administration (rc = -107)"....
    I can't seem to find anything that has resolved the problem.
    Any help would be much appreciated.
    Cheers,
    JB

    Hi Martin,
    Thanks for the info.
    I basically changed the phase list xml file so that I could skip over this step as well as others that depended on waiting for the events from the parallel ABAP upgrade.
    So I was able to finish the uprade successfully.  But I tried to update the java stack with the latest support pack stack and it failed part way through.  Now my server0 won't start......I'll be posting the problem shortly in a new thread.
    Thanks again!
    JB

  • Syncronized upgrade of double stack BI 7.0

    Hi All,
    We have successfully upgraded our BWD & BWQ which is ABAP+JAVA stack .
    we have followed the process of uninstalling the java stack and removing the j2ee and SDM folder and starting the system for the upgrade.
    Tomorrow we are going to start  BWP , i found the way to syncronize the upgrade in upgrade  manual like starting the SAPjup  when  upgrade asks for syncronization.
    Can any one  suggest me  the process of starting the SAPjup for sync like already  upgrade is running with SAPup and just waiting for SAPjup to sync it's just a norwal way of starting the SAPjup  ?  or anything.
    But i am thinking to go in normal what we followed for the  BWD&BWQ.
    Please suggest...
    Thanks,
    Subhash.G

    How to start the SAPjup now, is it the normal SAPjup activation process what we do for java systems for upgrade..
    There´s a separate Java upgrade guide at httP://service.sap.com/instguides, it´s built the same way the ABAP upgrade guides are done (with PREPARE, BIND of support packages etc.)
    The way "how it´s done" depends on the application runinng on the Java stack.
    Markus

  • SAP R/3 4.7 to ERP 2005 Upgrade

    Hi All,
    Please let me know what are the changes we can expect in this upgrade from ABAP side .
    Please let me know procedural steps for starting ABAP fixes.
    Please confirm me wether we can get all adjustment details what need to be done at ABAP end using SPDD & SPAU Transaction codes.
    Please throw some light on these .
    Regards,
    Reddy

    > Hi All,
    >
    > Please let me know what are the changes we can expect
    > in this upgrade from ABAP side .
    Did you search the forum?
    ABAP  Upgrade  Documents
    > Please let me know procedural steps for starting ABAP
    > fixes.
    See above thread?
    > Please confirm me wether we can get all adjustment
    > details what need to be done at ABAP end using SPDD &
    > SPAU Transaction codes.
    Nobody can tell you what you need to adjust if you modified the source but only that person, who did the changes (developers).
    Markus

  • Upgrade issue

    Hi Experts,
    I am upgrading my system to EHP5. While running phase MAIN_SHDRUN/ACT_UPG the upgrade stops and does not proceeds further. Below are the logs generated:
    >> 2011/02/09 08:44:24  START OF PHASE MAIN_SHDRUN/ACT_UPG
    running G:\EHPI\abap\exe\tp.exe pf=G:\EHPI\abap\bin\SHADOW.TPP checkimpdp RE2
    >>>> Repository modifications <<<<
    You must now include your repository modifications in the new SAP import.
    6 modified objects are found to be adjusted and 0 objects are automatically
    maintained by import of an adjustment transport bound to this procedure.
    CAUTION: It is impossible to keep these modifications after you have
    confirmed this query!
    If you want to adjust your repository, please proceed as follows:
    Logon to the shadow instance as user DDIC in client 000 on server
        mb3ap1023 instance: 01
    Set the System Change option with transaction SE06.
    Create users for modification adjustment by copying user DDIC with
        transaction SU01.
    Logon to the shadow instance as ordinary user and make adjustments with
        transaction SPDD. Refer to the manual for further information.
    01)  *  Adjustments made, continue with procedure
    02)  -  Continue without adjustments
    03)  -  Exit this program
    : Adjustments made, continue with procedure
    Collecting adjustments ...
    Collection done - creating cofile ...
    running G:\EHPI\abap\exe\tp.exe pf=G:\EHPI\abap\bin\ACTUPG.TPP put RE2
    => Received signal Ctrl C from keyboard and exited at 20110209220536
    Got interrupt. When you restart SAPehpi all currently running subprocesses
    will be checked. It is strongly recommended to wait for
    these processes (which is the default behaviour).
    The above logs say that while upgrading it recieved ctrl C. Now I dont know how it received ctrl C. Also it always stops at 22:05 pm only.
    Please help in resolving the above issue.
    Thanks,
    RJ

    Hi,
    My Upgrade has again got stucked in Pre- Processing step, in MAIN_SHDRUN/ACT_UPG phase.
    The error which I am getting is :
    DSU Execution error:
    Unable to execute the SDT request ABAP operation pre-execute on hostname mb3ap1023 instance 00 Pre-Uptime execution of the ABAP upgrade request ABAP has failed Error from unit observer Tool connector failed with FATAL ERROR: Missing id in line ' "15228" SFX;20110219203107;20110220033916;"Another SAPehpi (started first)";"SAPehpi":dw' . Connection to SAPup could not be established, see following messages. Could not connect to host mb3ap1023 on port 4240. java.net.ConnectException: Connection refused: connect java.net.ConnectException: Connection refused: connect
    Please help me in resolving the above issue.
    Thanks,
    RJ

  • Error while doing EHP4 upgrade

    Hello Colleagues,
    While doing EHP4 upgrade on windows 2008 server in extraction phase, i am getting following error message:
    Unable to execute the SDT request ABAP operation extract on hostname inmumeucpi instance 00 Extraction of the ABAP upgrade request ABAP has failed Error from unit observer Tool connector failed with . Start of SAPup failed: OS process 'G:\EHPI\abap\bin\SAPehpi.exe' start failed. java.io.IOException: Cannot run program "G:\EHPI\abap\bin\SAPehpi.exe" (in directory "G:\EHPI\abap\bin"): CreateProcess error=14001, The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail java.io.IOException: Cannot run program "G:\EHPI\abap\bin\SAPehpi.exe" (in directory "G:\EHPI\abap\bin"): CreateProcess error=14001, The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail java.io.IOException: CreateProcess error=14001, The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail . OS process 'G:\EHPI\abap\bin\SAPehpi.exe' start failed. java.io.IOException: Cannot run program "G:\EHPI\abap\bin\SAPehpi.exe" (in directory "G:\EHPI\abap\bin"): CreateProcess error=14001, The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail java.io.IOException: Cannot run program "G:\EHPI\abap\bin\SAPehpi.exe" (in directory "G:\EHPI\abap\bin"): CreateProcess error=14001, The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail java.io.IOException: CreateProcess error=14001, The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail
    Please look into it ASAP.
    Regards,
    Nitin

    > The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail
    This is caused by a missing security patch:
    Note 1402510 - Resolving SideBySide Assembly Errors
    which finally points to
    Note 1375494 - SAP system does not start after applying SAP kernel patch
    Install the security patch from that note.
    Markus

  • In ADDin JAVA upgrade , SAPJup is getting stopped after CHANGE_UME phase

    Hi ,
    We are upgrading our ECC 5.0 (ABAP + JAVA) to ERP2005 EHP4 SP level 5.
    In the Downtime phase of the upgrade, SAP Jup is automatically getting stopped after CHANGE_UME phase. I am not able to find out the error. Why it is getting stopped even i started it many times, it goes to the CHANGE_UME phase then automatically stopped.
    There is no error in CHANGE_UME_***_09.LOG file.
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[J:\DV2ERPUpgrade\jupgrade\log\CHANGE_UME_***_01.LOG]/>
    <!PATTERN[CHANGE_UME_***_01.LOG]/>
    <!FORMATTER[com.sap.tc.logging.ListFormatter]/>
    <!ENCODING[UTF8]/>
    <!LOGHEADER[END]/>
    #1.5 #C000AC101E650000000003F25B6DF84B00048B183E648670#1278836149094#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.ucp.phases.AbstractPhaseType.initialize(AbstractPhaseType.java:758)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.initialize(AbstractPhaseType.java:758)#Java###Phase has been started.#1#UPGRADE/UPGRADE/CHANGE_UME#
    #1.5 #C000AC101E650000000003F35B6DF84B00048B183E648670#1278836149094#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.ucp.phases.AbstractPhaseType.initialize(AbstractPhaseType.java:759)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.initialize(AbstractPhaseType.java:759)#Java###Phase type is .#1#com.sap.sdt.j2ee.phases.PhaseTypeUMEHandling#
    #1.5 #C000AC101E650000000003F45B6DF84B00048B183E648670#1278836149094#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.ucp.phases.AbstractPhaseType.logParameters(AbstractPhaseType.java:412)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.logParameters(AbstractPhaseType.java:412)#Java###  Parameter =#2#connect#standard#
    #1.5 #C000AC101E650000000003F55B6DF84B00048B183E648670#1278836149094#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.ucp.phases.AbstractPhaseType.logParameters(AbstractPhaseType.java:412)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.logParameters(AbstractPhaseType.java:412)#Java###  Parameter =#2#inputFile#UMEHandling.xml#
    #1.5 #C000AC101E650000000003F65B6DF84B00048B183E648670#1278836149094#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.ucp.phases.AbstractPhaseType.logParameters(AbstractPhaseType.java:412)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.logParameters(AbstractPhaseType.java:412)#Java###  Parameter =#2#action#change#
    #1.5 #C000AC101E650000000003F75B6DF84B00048B183E64FF88#1278836149125#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.j2ee.phases.PhaseTypeUMEHandling.checkParameters(PhaseTypeUMEHandling.java:233)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j2ee.phases.PhaseTypeUMEHandling.checkParameters(PhaseTypeUMEHandling.java:233)#Java###Checking phase parameters .#1#action, connect, inputFile#
    #1.5 #C000AC101E650000000003F85B6DF84B00048B183E64FF88#1278836149125#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.j2ee.phases.PhaseTypeUMEHandling.checkParameters(PhaseTypeUMEHandling.java:249)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j2ee.phases.PhaseTypeUMEHandling.checkParameters(PhaseTypeUMEHandling.java:249)#Java###Phase parameters have been checked. All required phase parameters have been set.#1#3#
    #1.5 #C000AC101E650000000003F95B6DF84B00048B183E6578A0#1278836149156#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.j2ee.phases.PhaseTypeUMEHandling.execute(PhaseTypeUMEHandling.java:169)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j2ee.phases.PhaseTypeUMEHandling.execute(PhaseTypeUMEHandling.java:169)#Java###Backing up UME settings from configuration manager.##
    #1.5 #C000AC101E650000000003FA5B6DF84B00048B183E6578A0#1278836149156#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.j630.configutils.ConfigUtils630#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j630.configutils.ConfigUtils630#Java###Reading properties of service on node .#2#com.sap.security.core.ume.service#server#
    #1.5 #C000AC101E650000000003FB5B6DF84B00048B183E66E7D0#1278836149250#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.j630.configutils.ConfigUtils630#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j630.configutils.ConfigUtils630#Java###Batch config tool has been initialized.##
    #1.5 #C000AC101E650000000004025B6DF84B00048B183EA4A868#1278836153297#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.j630.configutils.ConfigUtils630#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j630.configutils.ConfigUtils630#Java###Reading properties of service on node .#2#com.sap.security.core.ume.service#ID8895050#
    #1.5 #C000AC101E650000000004035B6DF84B00048B183EA4A868#1278836153297#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.j630.configutils.ConfigUtils630#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j630.configutils.ConfigUtils630#Java###Batch config tool has been initialized.##
    My ABAP upgrade is ruuning fine in the downtime phase.
    Please suggest me ASAP.
    Thanks,
    Chetan

    Hello - we are facing the exact same problem while uprading a dual stack system.  How did you fix the problem?  We also opened up a ticket to SAP and we are waiting to hear back from them.  Any information you can share will be greatly appreciated.  
    Thank you.
    Nameeta

  • RUN_RSPTBFIL_PDIST failed during SAP ERP 6.0 upgrade

    Hello,
    I am performing an SAP ERP 6.0 ABAP upgrade. The source release is SAP R/3 Enterprise 47x200 running on an AIX 5.3 64 bits unix server.
    When running the RUN_RSPTBFIL_PDIST phase the upgrade assistant stop and shows an error messahe like this:
    BATCH RSPTBFIL FAILED
    ERROR: error(S) found in the log(s), acumulated in RSPTBDST.ELG
    When trying to skip this phase a password is required.
    Please, see the log files:
    RSPTBDST.ELG
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    PUTTB_SHD post distribution actions ERRORS and RETURN CODE in RSPTBPOD.QAT
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2EETG011 "[MODEFLAG]""EMERGENCY BREAK: Kein Modeflag für Tabelle:""SFHYT"
    RSPTBDST.LOG
    1 ETQ201XEntering upgrade-phase "RUN_RSPTBFIL_PDIST" ("20080510133220")
    2 ETQ366 Connect variables are set for shadow instance access
    4 ETQ399 System-nr = '01', GwService = 'sapgw01'
    4 ETQ399 Environment variables:
    4 ETQ399   dbs_ora_schema=SAPR3
    4 ETQ399   auth_shadow_upgrade=1
    4 ETQ010 Date & Time: 20080510133220 
    4 ETQ265 Starting report "RSPTBFIL" with variant "SAP_POSTDIST" in batch
    4 ETQ359 RFC Login to: System="QAT", Nr="01", GwHost="cgsapqa2", GwService="sapgw01"
    4 ETQ232 RFC Login succeeded
    4 ETQ233 Calling function module "SUBST_START_REPORT_IN_BATCH" by RFC
    4 ETQ234 Call of function module "SUBST_START_REPORT_IN_BATCH" by RFC succeeded
    4 ETQ239 Logging off from SAP system
    4 ETQ311 Batch job "RSPTBFIL" with job count "13322001" scheduled
    4 ETQ359 RFC Login to: System="QAT", Nr="01", GwHost="cgsapqa2", GwService="sapgw01"
    4 ETQ232 RFC Login succeeded
    4 ETQ010 Date & Time: 20080510133455 
    4 ETQ234 Call of function module "SUBST_CHECK_BATCHJOB" by RFC succeeded
    4 ETQ239 Logging off from SAP system
    4 ETQ399 ext. env.: DIR_LIBRARY=/upgrade/put/exe
    4 ETQ399 ext. env.: LIBPATH=/upgrade/put/exe:/usr/lib:/lib:/usr/sap/QAT/SYS/exe/run:/usr/java14/jre/bin:/usr/java14/jre/bin/classic:/oracle/QAT/102_64/lib
    4 ETQ399 2008/05/10 13:34:56: put_execute: (tp) forkpid:663864
    2EETQ241 Errors found in logfiles - accumulated in file "RSPTBDST.ELG"
    1EETQ203 Upgrade phase "RUN_RSPTBFIL_PDIST" aborted with errors ("20080510133456")
    RSPTBPOD.QAT (some entries)
    4 EPU201XBEGIN OF SECTION BEING ANALYZED
    4 ETG039 -
    4 ETG011 " "
    4 ETG036 Module name....: "RSPTBFIL"
    4 ETG038 Log name .: "RSPTBPOD.QAT"
    4 ETG040 Start time.....: "10.05.2008" "11:56:56"
    4 ETG011 " "
    4 ETG039 -
    4 ETG011 "-- POSTDIST MODEFLAG RSPTBPOD.QAT --"
    4 ETG011 "[MODEFLAG] /OSP/V_RAUI_TMVD -> MODEFLAG = V"
    4 ETG011 "[MODEFLAG] /OSP/V_RAUI_TPBD -> MODEFLAG = V"
    4 ETG011 "[MODEFLAG] /OSP/V_RAUI_TPDB -> MODEFLAG = V"
    4 ETG011 "[MODEFLAG] /OSP/V_RAUI_TPRD -> MODEFLAG = V"
    4 ETG011 "[MODEFLAG] /OSP/V_RAUI_TRGD -> MODEFLAG = V"
    4 ETG011 "[MODEFLAG] /SAPDMC/LISCREEN -> MODEFLAG = A"
    4 ETG011 "[MODEFLAG] /SAPDMC/LSCDOCU -> MODEFLAG = A"
    4 ETG011 "[MODEFLAG] /SAPDMC/LSCDOCUT -> MODEFLAG = A"
    4 ETG011 "[MODEFLAG] /SAPDMC/LSCPROGS -> MODEFLAG = A"
    4 ETG011 "[MODEFLAG] /SAPDMC/LSCRULE -> MODEFLAG = A"
    The cluster table shown in the RSPTBDST.ELG SFHYT is activated but the database object and the runtime object has inconsistencies. ¿Does this have something to do with the problem?
    Please, I would appreciate some feedback from you guys...
    Thanks
    Luis Alberto

    Check this note, though not applicable to your upgrade version.  This can give you some clue.
    Note 788768 - Problems during upgrade in the phase RUN_RSPTBFIL_DEST
    Also try to stop the Shadow instance, restart it manually and try to repeat this phase.

  • Upgrade related syntax errors

    What are the Upgrade related syntax errors

    Hi Sudheer,
    pls go through the upgrade issues and its solutions...
    hope it helps u...
    Upgrade Tips & Key Learning’s
    Problem 1:
    In DBCHK_PRE phase in PREPARE RUN fails with the message
    Error: Shared library path is insufficient
    Solution
    Before executing Upgrade Assistant server and GUI please append this
    environment variable in both shells with following value and also refer SAP Note:
    817463
    LD_LIBRARY_PATH-->Append with /sapdb/programs/lib/lib64
    Problem 2:
    In Upload_Request Phase in PREPARE RUN fails with the message
    Error: Full access to directory /usr/sap/trans denied
    Solution:
    Provide chmod 777 permission to the directory /usr/sap/trans
    Problem 3:
    In SHDINST_SDB_CHK phase in PREPARE RUN fails with message
    Error: Error by create user SAP<SID>SHD
    Solution:
    We need to create this user manually in Database. Please also refer to SAP Note
    39439
    Problem 4:
    In 'Installation Module' of PREPARE RUN it fails to add the shadow instance
    port entries in /etc/services
    Solution:
    50
    Manually enter the shadow instance sapmsSHD<SID>, Sapgw<SYSNR>,
    sapdp<SYSNR> and repeat the phase.
    Problem 5:
    In 'General Checks Module' of PREPARE RUN it fails for Permission issue for
    files
    Solution:
    Add the write permission for the files /usr/sap/<SID>/SYS/exe/run/icnbmd and
    /usr/sap/<SID>/SYS/exe/run/saposcol
    Problem 6:
    In ACT_REL phase of SAPUP it fails with message index /table WEB_FILES
    couldn't be activated
    Solution:
    Please refer SAP Note: 847019
    Problem 7:
    After the completion of NW2004s ABAP upgrade. We found that saposcol was
    missing from /usr/sap/<SID>/SYS/exe/run
    Solution:
    Copy the saposcol from the directory /usr/sap/put/exe
    Errors encountered while executing BEX Applications in Portal
    Problem 8
    You call a Business Explorer (BEx) Web Application (Java) and the system
    Displays the following error message instead of the BEx Web Application:
    Portal runtime error
    Access denied
    This problem may arise because of missing authorizations for the
    Security zone in which the BEx Web Application is executed in the
    Portal,
    51
    Solution
    Please apply the SAP Note 872043
    Problem 9
    When you execute a Web Application (NetWeaver2004s), the following
    Error message appears: Parameter HIERARCHY_DATE does not exist.
    Solution
    Import Support Package 07 for SAP NetWeaver 2004s BI (BI Patch 07 or
    SAPKW70007) into your BI system. Otherwise, you can enter the table entries
    manually as mentioned in note 923122
    regards,
    rudra...
    Assign points if useful...

  • BI7 dual stack upgrade using 'resource minimised' method

    Hi
    I am upgrading a Windows 2003/MS SQL 2005 sandpit NW04 BI 350 dual stack (ABAPJAVA) to BI7 (NW04S ABAPJAVA) as a test before working on our actual landscape, I have started the ABAP upgrade and chose the 'resource minimised' method as downtime isn't an issue on the sandpit, I then started the upgrade on the Java stack, but then noticed in the documentation it states you should use 'downtime minimised' for a dual stack upgrade? the ABAP prepare recognised I had a dual stack and said it would be synchronised but never complained about the resource minimised choice ? the phases have been waiting for synchronisation so far without a problem.
    Is this a problem? I can reset the upgrade, but its quite far through, so would rather not !
    Thanks,
    Paul.

    Hello Paul
    As you said, SAP state that you must perform a dual stack upgrade using strategy downtime - minimised. I had a problem when I used resource minimised but if your upgrade is running then donu2019t terminate it. If it works, thatu2019s great.
    What I normally do is run strategy downtime minimised with an import time of zero hours.
    Thank You
    Anwar

  • Upgrade stuck in Pre- Processing

    Hi,
    My Upgrade has got stucked in Pre- Processing step, in MAIN_SHDRUN/ACT_UPG phase.
    The error which I am getting is :
    DSU Execution error:
    Unable to execute the SDT request ABAP operation pre-execute on hostname mb3ap1023 instance 00 Pre-Uptime execution of the ABAP upgrade request ABAP has failed Error from unit observer Tool connector failed with FATAL ERROR: Missing id in line ' "15228" SFX;20110219203107;20110220033916;"Another SAPehpi (started first)";"SAPehpi":dw' . Connection to SAPup could not be established, see following messages. Could not connect to host mb3ap1023 on port 4240. java.net.ConnectException: Connection refused: connect java.net.ConnectException: Connection refused: connect
    Please help me in resolving the above issue.
    Thanks,
    RJ

    The above issue was fixed by commenting some of the lines of MEMSAPehpi.dat file.
    Now again I am stuck in the same phase with the following error:
    Unable to execute the SDT request ABAP operation pre-execute on hostname mb3ap1023 instance 00 Pre-Uptime execution of the ABAP upgrade request ABAP has failed Error from unit observer Tool connector failed with --- Unicode interface [u16_get.c line 228] pid = 24920 time = 1298954129: Cmdline : G:\EHPI\abap\bin\SAPehpi.exe stdout=G:\EHPI\abap\log\SAPehpi.out rootdir=G:\EHPI\abap uaport=4240  Invalid UTF-8 encountered by fgetcU16 (fileno 0x3) 90 |. | --- Unicode interface - End of message - --- Unicode interface [u16_get.c line 228] pid = 24920 time = 1298954129: Invalid UTF-8 encountered by fgetcU16 (fileno 0x3) 97 |. | --- Unicode interface - End of message - --- Unicode interface [u16_get.c line 228] pid = 24920 time = 1298954129: Invalid UTF-8 encountered by fgetcU16 (fileno 0x3) e7 03 |.. | --- Unicode interface - End of message - --- Unicode interface [u16_get.c line 228] pid = 24920 time = 1298954129: Invalid UTF-8 encountered by fgetcU16 (fileno 0x3) 99 |. | --- Unicode interface - End of message - --- Unicode interface [u16_get.c line 228] pid = 24920 time = 1298954129: Invalid UTF-8 encountered by fgetcU16 (fileno 0x3) e7 34 |.4 | --- Unicode interface - End of message - . Connection to SAPup could not be established, see following messages. Could not connect to host mb3ap1023 on port 4240. java.net.ConnectException: Connection refused: connect java.net.ConnectException: Connection refused: connect
    Please help me in resolving the above issue.
    Thanks,
    RJ

Maybe you are looking for