Possible migration(Heterogeneous system copy) combination

Dear all
Currently we're planning to do Heterogeneous system copy
from the following source(current system) and target.
Source : R/3 4.6C + Oracle 8.1.7 on AIX 4.3.3
Target : R/3 4.6C + Oracle 10.2 on Windows 2003
For the target system, i checked the PAM in Service Marketplace
and it seems that R/3 4.6C + Oracle 10.2 on Windows 2003 is supported.
But i'm not sure whether this source - target combination is possible
in Heterogeneous system copy.
To summarize, here are 2 questions.
1) Where can i find Heterogeneous system copy combination?
(OS/DB combination which supports Heterogeneous system copy in R/3 4.6C)
2) Is the above Source - Target combination is possible?
Best Regards.
Ahn

> Source : R/3 4.6C + Oracle 8.1.7 on AIX 4.3.3
> Target : R/3 4.6C + Oracle 10.2 on Windows 2003
Yes - this is possible and supported. But keep in mind:
- you must have a certified migration consultant doing the migration. If you do it on your own, you'll loose support for problems during the migration and for the target system --> SAP will bill help (see http://service.sap.com/osdbmigration --> FAQ)
- 4.6c is out of general support; you may need to buy extended support to get the migration kit
Markus

Similar Messages

  • Downtime for Heterogeneous System Copy Export of Source DB2 LUW

    Hello,
    What is the downtime required for a heterogeneous system copy export of a source database on AIX with DB2 LUW?  Here are the following details of the data itself:
    DB size: 120 GB used of 240 GB.
    Physical server: IBM Power5 quad-core 1.65GHz virtualized
    RAM: 9.5GB

    > What is the downtime required for a heterogeneous system copy export of a source database on AIX with DB2 LUW?  Here are the following details of the data itself:
    I suggest you just "try it out" as a test run. It's quite impossible to give estimates based on database sizes. It's possible to migrate roughly 1 TB/hour with appropriate hardware, mostly your harddisks will be the bottleneck.
    There are also a number of other factors like number of R3load processes, table splitting or not, parallel export/import etc.
    I highly suggest to run the migration a few times before you do the "live" migration.
    Markus

  • Error during Heterogeneous System Copy -  Phase 18 Import ABAP

    Hello gurus,
    I´m facing an error during the Target Installation in a Heterogeneous System Copy (Migration). The system SAP is a SAP ECC 6.0 SR3 (Unicode and Abap+Java).
    Source server:
    Operation System:  Windows 2003 Server x64
    Database: SQL Server 2008 SP01
    Target server:
    Operation System:  Red Hat Enterprise Linux (RHEL) X64
    Database: Oracle DB 10.2g (10.2.0.4)
    I already did the all procedures in export database and all that looks fine!
    At this point I´m running the system copy procedure through SAPInst on target server (RHEL / Oracle) but in phase 18 - Import ABAP the sapinst stops... (by the way in procedure bar, I can see "Import Monitor jobs: running 0, waiting 1, completed 0, failed 18, total 19")
    I checked three log files (sapinst_dev.log ; sapinst.log ; SAPSDIC.log):
    SAPSDIC.log:
    /usr/sap/QAS/SYS/exe/run/R3load: START OF LOG: 20100820145140
    /usr/sap/QAS/SYS/exe/run/R3load: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP
    /usr/sap/QAS/SYS/exe/run/R3load: version R7.00/V1.4 [UNICODE]
    Compiled Jan 23 2008 17:39:05
    /usr/sap/QAS/SYS/exe/run/R3load -ctf I /software/export_preparation/ABAP/DATA/SAPSDIC.STR /tmp/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS/DDLORA.TPL SAPSDIC.TSK ORA -l SAPSDIC.log
    (TPL) ERROR: unknown template variable "compress"
    /usr/sap/QAS/SYS/exe/run/R3load: job finished with 1 error(s)
    /usr/sap/QAS/SYS/exe/run/R3load: END OF LOG: 20100820145140

    Hi Volker,
    > (TPL) ERROR: unknown template variable "compress"
    > This message looks like the DDLORA.TPL contains stuff that should not belong there.
    > Can you attach the DDLORA.TPL.
    > There are some bugs with SMIGR_CREATE_DDL, but they are mostly not related to oracle.
    prikey: AFTER_LOAD ORDER_BY_PKEY
    seckey: AFTER_LOAD
    cretab: CREATE TABLE &tab_name&
            ( /{ &fld_name& &fld_desc& /-, /} )
            TABLESPACE &tablespace&
            &compress&
            &lob_cache&
            STORAGE (INITIAL     &init&
                     NEXT        &next&
                     MINEXTENTS  &minext&
                     MAXEXTENTS  &maxext&
                     PCTINCREASE &pctinc& )
    drptab: DROP TABLE &tab_name&
    crepky: CREATE UNIQUE INDEX &pri_key&
            ON &tab_name&
            ( &key_fld& /-, )
            TABLESPACE &tablespace&
            STORAGE (INITIAL     &init&
                     NEXT        &next&
                     MINEXTENTS  &minext&
                     MAXEXTENTS  &maxext&
                     PCTINCREASE &pctinc& )
                     NOLOGGING
                     COMPUTE STATISTICS ;
            ALTER INDEX &pri_key& LOGGING
    drppky: DROP INDEX &pri_key&
    creind: CREATE &unique& INDEX &ind_name&
            ON &tab_name&
            ( /{ &fld_name& /-, /} )
            TABLESPACE &tablespace&
            STORAGE (INITIAL     &init&
                     NEXT        &next&
                     MINEXTENTS  &minext&
                     MAXEXTENTS  &maxext&
                     PCTINCREASE &pctinc& )
                     NOLOGGING
                     COMPUTE STATISTICS ;
            ALTER INDEX &ind_name& LOGGING
    drpind: DROP INDEX &ind_name&
    crevie: CREATE VIEW &view_name&
            ( /{ &fld_name& /-, /} )
            AS &query&
    drpvie: DROP VIEW &view_name&
    trcdat: TRUNCATE TABLE &tab_name&
    deldat: DELETE FROM &tab_name& &where&
    negtab: LICHECK MLICHECK
    negdat: LICHECK MLICHECK
    negind: LICHECK0 MLICHECK0 LICHECK0 MLICHECK0
    negvie:
    negcpr:ARFCSSTATE ARFCSDATA ARFCRSTATE TRFCQDATA TRFCQIN TRFCQOUT TRFCQSTATE QRFCTRACE QRFCLOG
    table storage parameters
    loc: APPL0 PSAPSR3                 0000
         APPL1 PSAPSR3                 0000
         APPL2 PSAPSR3                 0000
         CLUST PSAPSR3                 0000
         DDIM  PSAPSR3                 0000
         DFACT PSAPSR3                 0000
         DODS  PSAPSR3                 0000
         POOL  PSAPSR3                 0000
         SDIC  PSAPSR3                 0  
         SDOCU PSAPSR3                 0000
         SLDEF PSAPSR3700              0000
         SLEXC PSAPSR3700              0000
         SLOAD PSAPSR3                 0000
         SPROT PSAPSR3                 0000
         SSDEF PSAPSR3700              0000
         SSEXC PSAPSR3700              0000
         SSRC  PSAPSR3                 0000
         TEMP  PSAPSR3                 0000
         USER  PSAPSR3USR              0000
         USER1 PSAPSR3USR              0000
    sto: 0  0000000016K 0000000040K 0000000001 2147483645
         1  0000000016K 0000000160K 0000000001 2147483645
         10 0000000016K 0000655360K 0000000001 2147483645
         11 0000000016K 0001310720K 0000000001 2147483645
         12 0000000016K 0002621440K 0000000001 2147483645
         13 0000000016K 0005242880K 0000000001 2147483645
         14 0000000016K 0010485760K 0000000001 2147483645
         2  0000000016K 0000000640K 0000000001 2147483645
         3  0000000016K 0000002560K 0000000001 2147483645
         4  0000000016K 0000010240K 0000000001 2147483645
         5  0000000016K 0000020480K 0000000001 2147483645
         6  0000000016K 0000040960K 0000000001 2147483645
         7  0000000016K 0000081920K 0000000001 2147483645
         8  0000000016K 0000163840K 0000000001 2147483645
         9  0000000016K 0000327680K 0000000001 2147483645
    index storage parameters
    loc: APPL0 PSAPSR3                 0000
         APPL1 PSAPSR3                 0000
         APPL2 PSAPSR3                 0000
         CLUST PSAPSR3                 0000
         DDIM  PSAPSR3                 0000
         DFACT PSAPSR3                 0000
         DODS  PSAPSR3                 0000
         POOL  PSAPSR3                 0000
         SDIC  PSAPSR3                 0  
         SDOCU PSAPSR3                 0000
         SLDEF PSAPSR3700              0000
         SLEXC PSAPSR3700              0000
         SLOAD PSAPSR3                 0000
         SPROT PSAPSR3                 0000
         SSDEF PSAPSR3700              0000
         SSEXC PSAPSR3700              0000
         SSRC  PSAPSR3                 0000
         TEMP  PSAPSR3                 0000
         USER  PSAPSR3USR              0000
         USER1 PSAPSR3USR              0000
    sto: 0  0000000016K 0000000040K 0000000001 2147483645
         1  0000000016K 0000000080K 0000000001 2147483645
         10 0000000016K 0000163840K 0000000001 2147483645
         11 0000000016K 0000327680K 0000000001 2147483645
         12 0000000016K 0000655360K 0000000001 2147483645
         13 0000000016K 0001310720K 0000000001 2147483645
         14 0000000016K 0002621440K 0000000001 2147483645
         2  0000000016K 0000000160K 0000000001 2147483645
         3  0000000016K 0000000640K 0000000001 2147483645
         4  0000000016K 0000002560K 0000000001 2147483645
         5  0000000016K 0000005120K 0000000001 2147483645
         6  0000000016K 0000010240K 0000000001 2147483645
         7  0000000016K 0000020480K 0000000001 2147483645
         8  0000000016K 0000040960K 0000000001 2147483645
         9  0000000016K 0000081920K 0000000001 2147483645

  • Heterogeneous system copy from MSSQL to Oracle

    Dear Experts,
    I have performed ABAP+JAVA system copy R3load based from Oracle to Oracle and MSSQL to MSSQL platform.
    Homogeneous system copy many times.
    But this is first time i am perfoming an Export from MSSQL source system with r3load Export method .....My Target system is havign Oracle 10.2.0.2 software installed along with installation prerequisites.
    But while Importing the same MSSQL Export ...I am not getting any option for heterogeneous system copy.
    I am running on ECC6.0 windows platform and i also have generated Migartion KEY.
    But where should i put this key.
    I have gone through system copy guide many times but unable to understand Exact options to follow to Migrate to Oracle target system. Appreciate if anyone can give me detail steps i need to carry on Target system
    Best Regards,
    AjitR

    Markus,
    Thanks for the help, i have done Export with mentioned way and this time DBSIZE.xml file got created under ORA directory ....i started installation at target system....It went smooth until phase Import java Dump Done. .....But during Post load activities It gave error...
    When i tried connectivity to Oracle database it works fine and
    R3trans -d gives below mentioned error....Looks like table does not exist....all ENV variables are also got set at target machine.....
    Error as below
    Now 'SAPSR3/<pwd>@TST' is connected (con_hdl 0, nls_hdl 0).
    4 ETW000                                                                             389  0.171885
    4 ETW000  [dev trc     ,00000]  Database NLS settings: AMERICAN_AMERICA.UTF8       23682  0.195567
    4 ETW000  [dev trc     ,00000]  Database instance TST is running on CSSLDELL-3 with ORACLE version 10.2.0.2.0 since 20080522
    4 ETW000                                                                            4056  0.199623
    4 ETW000  [dev trc     ,00000]  Connection 0 opened (DBSL handle 0)                14523  0.214146
    4 ETW000  [dblink      ,01299]  ***LOG BZA=>table SVERS      does not exist on database            [dblink#3 @ 1299]
    4 ETW000                                                                            8145  0.222291
    4 ETW000  [dev trc     ,00000]  NTAB: SELECT COMPCNT FROM DDNTT FAILED              1021  0.223312
    4 ETW000  [dev trc     ,00000]  NTAB: SELECT VERSION FROM DDNTT FAILED               520  0.223832
    4 ETW000  [dbntab.c    ,00000]  *** ERROR => NTAB: SELECT VERSION/DBASE FROM DDNTT FAILED
    4 ETW000                                                                             505  0.224337
    4 ETW000  [dbntab      ,01273]  ***LOG BZY=>unexpected return code 103        calling NTAB       [dbntab#3 @ 12737]
    Please help...Points rewarded anyways.....

  • Symbolic link error when exporting during heterogeneous system copy

    My enviroment is ECC6.0/Oracle 10.2.0.2/SUN Solaris 10 . I'm performing  heterogeneous system copy to Oracle 10.2.0.2/AIX 6.1 enviroment.
    I've succesfully exported & imported two systems ie DEV & Solutin Manager , but PRD system has an OS problem with symbolic links ie Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS
    I want to export both ABAP & JAVA stack but only the java stack is getting  picked.
    Below  is part of the resultng sapinst.log 
    Thanks
    INFO 2011-09-05 10:44:30.573
    Execute step verifyJavaHome of component |NW_Export|ind|ind|ind|ind|0|0|NW_getJavaHome|ind|ind|ind|ind|2|0
    INFO[E] 2011-09-05 10:44:33.851
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/._), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:44:33.851
    FSL-02061  Link /._ is invalid: Unable to link a link to itself.
    INFO 2011-09-05 10:44:46.118
    Execution of the command "/usr/j2sdk1.4.2_09/bin/java -classpath /tmp/sapinst_exe.29247.1315208256/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Mon Sep 05 10:44:45 EAT 2011
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=/usr/j2sdk1.4.2_09/jre/lib/sparc
    java.vm.version=1.4.2_09-b05
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=\:
    java.vm.name=Java HotSpot(TM) Client VM
    file.encoding.pkg=sun.io
    user.country=US
    sun.os.patch.level=unknown
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=/oracle/PRD/INSTDIR/sapinst_dir
    java.runtime.version=1.4.2_09-b05
    java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
    java.endorsed.dirs=/usr/j2sdk1.4.2_09/jre/lib/endorsed
    os.arch=sparc
    java.io.tmpdir=/var/tmp/
    line.separator=\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    os.name=SunOS
    sun.java2d.fontpath=
    java.library.path=/usr/j2sdk1.4.2_09/jre/lib/sparc/client\:/usr/j2sdk1.4.2_09/jre/lib/sparc\:/usr/j2sdk1.4.2_09/jre/../lib/sparc\:/tmp/sapinst_exe.29247.1315208256\:/usr/openwin/lib\:/usr/lib
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.FileSystemPreferencesFactory
    os.version=5.10
    user.home=/
    user.timezone=Africa/Nairobi
    java.awt.printerjob=sun.print.PSPrinterJob
    file.encoding=ISO8859-1
    java.specification.version=1.4
    java.class.path=/tmp/sapinst_exe.29247.1315208256/JAR/ins-j2ee.jar
    user.name=root
    java.vm.specification.version=1.0
    java.home=/usr/j2sdk1.4.2_09/jre
    sun.arch.data.model=32
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    java.vm.info=mixed mode
    java.version=1.4.2_09
    java.ext.dirs=/usr/j2sdk1.4.2_09/jre/lib/ext
    sun.boot.class.path=/usr/j2sdk1.4.2_09/jre/lib/rt.jar\:/usr/j2sdk1.4.2_09/jre/lib/i18n.jar\:/usr/j2sdk1.4.2_09/jre/lib/sunrsasign.jar\:/usr/j2sdk1.4.2_09/jre/lib/jsse.jar\:/usr/j2sdk1.4.2_09/jre/lib/jce.jar\:/usr/j2sdk1.4.2_09/jre/lib/charsets.jar\:/usr/j2sdk1.4.2_09/jre/classes
    java.vendor=Sun Microsystems Inc.
    file.separator=/
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeBig
    sun.cpu.endian=big
    sun.cpu.isalist=sparcv9vis2 sparcv9vis sparcv9 sparcv8plusvis2 sparcv8plusvis sparcv8plus sparcv8 sparcv8-fsmuld sparcv7 sparc
    INFO 2011-09-05 10:44:47.076
    Execution of the command "/usr/j2sdk1.4.2_09/bin/java -classpath /tmp/sapinst_exe.29247.1315208256/JAR/ins-j2ee.jar:/tmp/sapinst_exe.29247.1315208256/JAR/sapxmltoolkit.jar -d64 com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2011-09-05 10:44:47.572
    Execute step verifyPolicy of component |NW_Export|ind|ind|ind|ind|0|0|NW_getJavaHome|ind|ind|ind|ind|2|0
    INFO 2011-09-05 10:44:47.715
    Execute step setNWOption of component |NW_Export|ind|ind|ind|ind|0|0|NW_getJavaHome|ind|ind|ind|ind|2|0
    WARNING 2011-09-05 10:44:47.944
    Could not determine a valid JAVA_HOME directory from the environment.
    INFO 2011-09-05 10:44:48.86
    Execute step assignUsersToSapinstGroup of component |NW_Export|ind|ind|ind|ind|0|0
    INFO 2011-09-05 10:44:48.890
    Account sapinst already exists.
    INFO 2011-09-05 10:44:48.894
    Account prdadm already exists.
    INFO 2011-09-05 10:44:48.917
    Account oraprd already exists.
    INFO 2011-09-05 10:44:49.73
    Execute step useDatabaseMethod of component |NW_Export|ind|ind|ind|ind|0|0
    INFO 2011-09-05 10:44:49.217
    Execute step setDatabaseMethodOra of component |NW_Export|ind|ind|ind|ind|0|0
    INFO 2011-09-05 10:44:49.341
    Execute step setDatabaseMethodDB6 of component |NW_Export|ind|ind|ind|ind|0|0
    INFO 2011-09-05 10:44:49.480
    Execute step mainExportParameters of component |NW_Export|ind|ind|ind|ind|0|0
    INFO[E] 2011-09-05 10:44:52.251
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/._), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:44:52.252
    FSL-02061  Link /._ is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.760
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/cntrl), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.761
    FSL-02061  Link /oracle/PRD/cntrl is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.762
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/._), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.762
    FSL-02061  Link /oracle/PRD/._ is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.763
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/sdubhibq), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.764
    FSL-02061  Link /oracle/PRD/sdubhibq is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.765
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/sduccayx), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.765
    FSL-02061  Link /oracle/PRD/sduccayx is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.766
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/inventory), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.767
    FSL-02061  Link /oracle/PRD/inventory is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.768
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/OPatch), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.768
    FSL-02061  Link /oracle/PRD/OPatch is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.769
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/assistants), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.770
    FSL-02061  Link /oracle/PRD/assistants is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.771
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/bin), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.772
    FSL-02061  Link /oracle/PRD/bin is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.773
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/clone), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.773
    FSL-02061  Link /oracle/PRD/clone is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.774
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/crs), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.775
    FSL-02061  Link /oracle/PRD/crs is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.776
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/css), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.777
    FSL-02061  Link /oracle/PRD/css is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.778
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/ctx), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.778
    FSL-02061  Link /oracle/PRD/ctx is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.779
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/dbs), line (346) in file (syuxclink.cpp).

    Hi,
    In PRD system, u might have craeted many symbolic links in /oracle/PRD fileystem . This should be avoided. Symbolic link should not be created in /oracle/PRD ...
    Please check why symbolic links are created and get help from System Operation team . Please becareful to unlink symbolic links that are created by non-SAP. Make sure to perform full  offline backup .
    Please get the help from Unix System Operation team. Also it does not makes any sense to increase value of Unix parameter for maximum symbolic links.
    Regards
    APR

  • Heterogeneous system copy. Error in SMIGR_CREATE_DDL

    Hello!
    I perform a heterogeneous system copy of RHEL5/Oracle11/ERP6/0 > RHEL6/MaxDB/ERP6.0
    I use the "System Copy Guide for SAP Systems Based on NW 7.0 SR3 ABAP + Java". At the stage "4.2 Generating DDL" statements is a problem. I'm doing "Call transaction SE38 and run the program SMIGR_CREATE_DDL."
    But i get error:
    Runtime Errors         DATASET_NOT_OPEN
    Exception              CX_SY_FILE_OPEN_MODE
    Date and Time          20.09.2011 12:16:01
    Short text
         File "/EXPORT_DDL/SQLFiles.LST" is not open.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "CL_SMIGR_DDL==================CP" had to be
          terminated because it has
         come across a statement that unfortunately cannot be executed.
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
         keep them for a long time.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_FILE_OPEN_MODE', was not
         caught in
        procedure "WRITE_DDL_TO_FILE" "(METHOD)", nor was it propagated by a RAISING
         clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        When accessing the file "/EXPORT_DDL/SQLFiles.LST", the system recognized that
         this file is
        not open. Therefore, the file cannot be accessed.
    How to correct the error
        Before the first access, the file must be opened using the ABAP language
         element "OPEN DATASET '/EXPORT_DDL/SQLFiles.LST'" and after the last access,
         it must be
        closed using the language element "CLOSE DATASET '/EXPORT_DDL/SQLFiles.LST'".
        If the error occurred in your own ABAP program or in an SAP
        program you modified, try to remove the error.
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "DATASET_NOT_OPEN" "CX_SY_FILE_OPEN_MODE"
       "CL_SMIGR_DDL==================CP" or "CL_SMIGR_DDL==================CM003"
       "WRITE_DDL_TO_FILE"
       If you cannot solve the problem yourself and want to send an error
       notification to SAP, include the following information:
       1. The description of the current problem (short dump)
          To save the description, choose "System->List->Save->Local File
       (Unconverted)".
    I forgot something to do?

    >      File "/EXPORT_DDL/SQLFiles.LST" is not open.
    Make sure the user <sid>adm is permitted to write to that directory.
    Markus

  • Homogeneous/heterogeneous system copy

    In the homogeneous/heterogeneous system copy guide, I'm told to delete all entries in the tables DBSTATHORA, DBSTAIHORA, DBSTAIORA and DBSTATTORA.
    Why do I need to delete all the entries in these tables? What are the entries in these tables for? What happens if I don't delete the entries from these tables?

    Hi Jamal,
    I believe you are talking about the tables DBSTATHORA, DBSTAIHORA,
    DBSTATIORA, DBSTATTORA. These tables contain statistical
    data (like performance) from the source system. Since that is of no use
    in your new system you can delete it with the following command in
    SQL*Plus as user sapr3 (or sap<sid> when using Basis >=610)
    delete from DBSTATHORA;
    Repeat this command for the other tables
    or execute being in SQL> prompt
    truncate <Tablename>
    Hope this helps you to understand the pupose and how to delete them.
    Regards
    Sekhar

  • Homogeneous and Heterogeneous System Copy

    Hello Guru's
    Greeting ! . .  .
    I wanted some help regarding Homogeneous and Heterogeneous System Copy.
    It would be helpful if you can guide me for an Step by Step procedure  for Homogeneous and Heterogeneous System copy. As i have to carry out both of the activity.
    Homogeneous:- AIX5.3/Oracle10 to AIX5.3/Oracle10
    Heterogeneous:- AIX5.3/Oracle10 to Windows2003/Oracle10
    Thanks & Best Regards
    Ashish

    Hello Ashish,
    You can find the guides here in this location.
    https://websmp203.sap-ag.de/systemcopy
    If you have complete backup then you start you SAPInst on the system on which you want to have systemcopied.
    Then when you are starting DB instance then instead of using the Export DVD you need provide the Database which is backed up. There are screens where it will ask you for editing SID you need to specify that during DB instance.
    For further processes you can download the corressponding guide from above link.
    Thanks & Regards
    Vivek

  • Homogeneous or heterogeneous system copy?

    Hello Gurus,
    i want to make a system copy but i don't know if it is an homogeneous or an heterogeneous.
    I use SAP 4.7 ext with win 2003 and oracle 9.2.0.x and want upgrade to SAP 4.7 with win 2003 an oracle 11.2. Besides i want to do a unicode conversation.
    What system copy is it when I only upgrade the database? Homegeneous or heterogeneous?#
    Please help.
    Thank you

    It is homogeneous till then you did not change your OS or Database for migration. You are just upgrading the database so it will be Homogeneous.
    Regards,
    Subhash

  • Error occurred during operating system migration/Heteregenous system copy

    Dear Gurus,
       We are performing a system copy
    Source system: R/3 4.7 OS HP unix DB: Oracle
    Target system : R/3 4.7 OS windows DB: Oracle
    It throws an error while in phase of accessing a table which i have mentioned below and it's a show stopper for our delivery.Please suggest me regarding this issue.
    bSl Trace: ORA-1403 when accessing table SAPUSER
    Thanks
    Raj

    Dear Tushar,
       I got the exported file from the source system and now i am trying to import the exported file in target system using standard migration method.
       I strucked up in the database instance installation phase. I hereby attaching the detail of log files.
    Thanks
    Raj
    E:\usr\sap\OPL\SYS\exe\run/R3load.exe: START OF LOG: 20090311211905
    E:\usr\sap\OPL\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#18 $ SAP
    E:\usr\sap\OPL\SYS\exe\run/R3load.exe: version R6.40/V1.4
    Compiled Mar 22 2007 00:17:52
    E:\usr\sap\OPL\SYS\exe\run/R3load.exe -ctf I K:\OPL_EXPORT_1\EXPORT/DATA/REGUC.STR C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\ORA\NUC\DB/DDLORA.TPL C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\ORA\NUC\DB/REGUC.TSK ORA -l C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\ORA\NUC\DB/REGUC.log
    E:\usr\sap\OPL\SYS\exe\run/R3load.exe: job completed
    E:\usr\sap\OPL\SYS\exe\run/R3load.exe: END OF LOG: 20090311211905
    E:\usr\sap\OPL\SYS\exe\run/R3load.exe: START OF LOG: 20090311224420
    E:\usr\sap\OPL\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#18 $ SAP
    E:\usr\sap\OPL\SYS\exe\run/R3load.exe: version R6.40/V1.4
    Compiled Mar 22 2007 00:17:52
    E:\usr\sap\OPL\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\ORA\NUC\DB/REGUC.cmd -l C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\ORA\NUC\DB/REGUC.log -stop_on_error -k 1Wmgf5M50TH00eqtdaEw3QA1
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC
    (GSI) INFO: dbname   = "OPL20090311080335                                                                                "
    (GSI) INFO: vname    = "ORACLE                          "
    (GSI) INFO: hostname = "PHOCUROPL                                                       "
    (GSI) INFO: sysname  = "Windows NT"
    (GSI) INFO: nodename = "PHOCUROPL"
    (GSI) INFO: release  = "5.2"
    (GSI) INFO: version  = "3790 Service Pack 2"
    (GSI) INFO: machine  = "2x Intel 80686 (Mod 15 Step 8)"
    (DB) INFO: REGUC created #20090311224420
    (IMP) INFO: import of REGUC completed (0 rows) #20090311224420
    (DB) INFO: REGUC~0 created #20090311224420
    (DB) INFO: disconnected from DB
    E:\usr\sap\OPL\SYS\exe\run/R3load.exe: job completed
    E:\usr\sap\OPL\SYS\exe\run/R3load.exe: END OF LOG: 20090311224420
    E:\usr\sap\OPL\SYS\exe\run/R3load.exe: START OF LOG: 20090311230021
    E:\usr\sap\OPL\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#18 $ SAP
    E:\usr\sap\OPL\SYS\exe\run/R3load.exe: version R6.40/V1.4
    Compiled Mar 22 2007 00:17:52
    E:\usr\sap\OPL\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\ORA\NUC\DB/REGUC.cmd -l C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\ORA\NUC\DB/REGUC.log -stop_on_error -k 1Wmgf5M50TH00eqtdaEw3QA1
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC
    (GSI) INFO: dbname   = "OPL20090311080335                                                                                "
    (GSI) INFO: vname    = "ORACLE                          "
    (GSI) INFO: hostname = "PHOCUROPL                                                       "
    (GSI) INFO: sysname  = "Windows NT"
    (GSI) INFO: nodename = "PHOCUROPL"
    (GSI) INFO: release  = "5.2"
    (GSI) INFO: version  = "3790 Service Pack 2"
    (GSI) INFO: machine  = "2x Intel 80686 (Mod 15 Step 8)"
    (DB) INFO: disconnected from DB
    E:\usr\sap\OPL\SYS\exe\run/R3load.exe: job completed
    E:\usr\sap\OPL\SYS\exe\run/R3load.exe: END OF LOG: 20090311230021

  • DB is inconsistent after the heterogenous system copy

    Hi!
    I have currently serios problems working with SAP ERP 2005 (SAP DB on Windows) that was installed via heterogenous system.
    Entering into db-relevant tcodes such as DB13, etc. retrieves a dump "ITAB_DUPLICATE_KEY".
    Furthermore it is not possible to execute the patch in tcode SPAM, because the patch is hanging in the phase "IMPORT_PROPER" (the DD structure seems to be inconsistent).
    Can someone describe the procedure with technical steps to solve the problem?
    Thank you very much!
    regards
    Thom

    Please check this note if it helps.
    Note 940878 - DB02N collector: ITAB_DUPLICATE_KEY
    Import_Improper
    You can do one thing if you are not able to proceed with patching.
    You can go to pat01 and pat03 .
    You try to rest the staus of patch in table pat03 to N
    and start the same patch again.
    update table sapr3.pat03 status='N' where patch='SAPKA46D04';
    or get abaper to reset the value from abap.
    Hope it helps
    Amit Asthana

  • Error in heterogenous system copy

    Hi Guys,
    I am getting n error during the import phase in het system copy. I am doing a system copy from AIX 5.3, DB2 UDB 8.1..1.88 FP 9 to Win server 2003 SP1, DB2 UDB 8.1.1.88 FP16.
    The following is log from DBMIG.log file
    INFO 2008-05-23 17:38:43 CommandFileController SyFileVersionSave:736
        Saving original content of file C:\Users\bkdadm\Install\DBMIG.R3S
    INFO 2008-05-23 17:38:43 CommandFileController SyFileCopy:676
        Copying source file C:\Users\bkdadm\Install\DBMIG.R3S to target
        file C:\Users\bkdadm\Install\DBMIG.R3S.3 ...
    INFO 2008-05-23 17:38:43 CommandFileController SyPermissionSet:2207
        Changing permission for file C:\Users\bkdadm\Install\DBMIG.R3S
        from 777 to 666.
    INFO 2008-05-23 17:38:44 Main
        Preparation successfully completed.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:434
        checking host name lookup for 'SAP'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:473
        offical host name for 'SAP' is 'SAP.twc.pvt'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:541
        host 'SAP' has ip address '192.168.192.35'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:581
        offical host name for '192.168.192.35' is 'SAP'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:434
        checking host name lookup for 'SAP'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:473
        offical host name for 'SAP' is 'SAP.twc.pvt'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:541
        host 'SAP' has ip address '192.168.192.35'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:581
        offical host name for '192.168.192.35' is 'SAP'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:434
        checking host name lookup for 'SAP'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:473
        offical host name for 'SAP' is 'SAP.twc.pvt'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:541
        host 'SAP' has ip address '192.168.192.35'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:581
        offical host name for '192.168.192.35' is 'SAP'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:434
        checking host name lookup for 'SAP'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:473
        offical host name for 'SAP' is 'SAP.twc.pvt'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:541
        host 'SAP' has ip address '192.168.192.35'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:581
        offical host name for '192.168.192.35' is 'SAP'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 DefValForKey_OS:0
        R3Setup found the share 'SAPLOC' on drive D:.
    INFO 2008-05-23 17:39:00 CDSERVERMIG_NT_DB6 InternalColdKeyCheck:0
        The CD KERNEL will not be copied.
    INFO 2008-05-23 17:39:00 CDSERVERMIG_NT_DB6 InternalColdKeyCheck:0
        The CD RDBMS will not be copied.
    INFO 2008-05-23 17:39:00 CDSERVERMIG_NT_DB6 InternalColdKeyCheck:0
        The CD EXPORT1 will not be copied.
    ERROR 2008-05-24 22:33:29 GETDBSIZEKEYS_IND_IND ColdKeyCheck:0
        Phase failed.
    ERROR 2008-05-24 22:33:29 InstController Action:0
        Step GETDBSIZEKEYS_IND_IND could not be performed.
    ERROR 2008-05-24 22:33:30 Main
        Installation failed.
    ERROR 2008-05-24 22:33:30 Main
        Installation aborted.
    I checked the DBSIZE.TPL file as well it is there with full permissions in the following path
    <DRIVE>\<EXPDIR>\DB\DB6\DBSIZE.TPL
    Please reply me back
    Thank you
    Irshad Mohammed

    What immediately comes to my eyes is the hostname "SAP" - accordign to the installation documentation neither and instance nor a hostname must be named "SAP"....
    Markus

  • ST02 shows multiple servers after heterogenous system copy

    We're facing a strange behaviour in ST02 after a system copy using MaxDB backup/restore with SWPM (backup was from our production system). When we click on history, no data is shown:
    We have to click on "-> Server", then the data is shown:
    Does anyone know how to make history work?

    Hello Alwina,
    Thanks for the help.
    Mine is EHP7 NW 7.4, standard system, cent serv instance(Mes Serv & Enqueue server), primary app server (Dia Bg Up Spo) runs on the single host along with Oracle DB 11.2.0.4.
    In my rest of the systems also I have the same notations, server name its in upper case and hostname is in lower case (ofcourse they are of other netweaver release) for SM51.
    niping results
    Hostname/Nodeaddr verification:
    ===============================
    Hostname of local computer: EUSAPADHR01                      (NiMyHostName)
    FQHN of local computer: EUSAPADHR01.dfs                      (NiGetOwnFQDN)
    Lookup of hostname: EUSAPADHR01                              (NiHostToAddr)
        --> IP-Addr.: 10.170.83.88
    Lookup of IP-Addr.: 10.170.83.88                             (NiAddrToHost)
        --> Hostname: eusapadhr01.abc
    Lookup of hostname: EUSAPADHR01                              (NiHostToAddr)
        --> IP-Addr.: 10.170.83.88
    Lookup of IP-Addr.: 10.170.83.88                             (NiAddrToHost)
        --> Hostname: eusapadhr01.abc
    Yes initially it gives 8 characters in the text.
    But in the actual values it is like eusapadh_HRP_40..
    Hope you understand my case.
    Ok so implementing the note would fix this ST02 history issue - confirm?

  • Heterogeneous System Copy from MS SQL to Oracle 11g

    Good day friends,
    I am currently in the stage of running SAPINST to continue the System Copy to the Target (i.e. the export is complete).
    This may seem like a rudimentary question, but I am trying to implement Oracle 11g as the new database (and the SAP version of ECC 5). Now when I execute the sapinst, I only get the option for the Client on 9.2 and the RDBMS on 10.2.0.4.
    I would like to specify 10.2 for the Client and 11g for the RDBMS, but those options are not included in the SAPINST. What must I do to get these options in the SAPINST?
    Any help would be welcome.
    Thanks.

    I have run a system export from MSSQL and Windows Server, and I wish to run the import to Red Hat 5.4 and Oracle 11g.
    I have used the latest ECC 5 Installation Master disk, which still does not have the option to install Oracle 11g. In fact, it only has the option to install Oracle 10g with an Oracle Client version 9. Surely there must be a newer option with Oracle Client 10?
    Here is the product code for the Inst Master I downloaded.
    6.20/6.40 based products Installation Master (Edition May 2008) Number 51033746

  • Heterogeneous System Copy.

    Hi,
    I need to do a het. sys. copy from DB2 AIX to DB2 Windows for ECC EhP4 System. I ran DB export using SAPinst in the source system, but could not find any data in the export directory. The SAPinst has only created some directories without data. To my surprise whole export completed in few seconds, which is highly impossible.
    Could anyone please suggest how to go about this?
    Thanks
    Abhi

    If the system was installed with a virtual hostname you need to set start sapinst as
    SAPINST_USE_HOSTNAME=<hostname> ./sapinst
    Be aware of the fact, that heterogeneous migrations require a certified migration consultant on-site, otherwise you'll loose support for problems during and after the migration including the target system (see http://service.sap.com/osdbmigration --> FAQ).
    Markus

Maybe you are looking for

  • How to calculate YTD and Last year YTD on Date in Bex

    Hi, I have a requirement in which I need to show the report as following format. I need to show    Year>monthday as Hierarchy. user will drill down on Month to Date.              Del Qty              Ord Qty              Del  Qty LY              Del

  • SAP WEBGUI - How to download the report output to Excel ?

    Hi Folks , We have generated a report in standard SAP GUI 7.1 . But our requirement is to view the report in SAP WEBGUI and download as EXCEL . We can view the report output in SAP WEBGUI , but could find an option to download as excel  ! Is there an

  • Problem Using Sax parser with Eclipse 3.0 and command line

    Hi, I am parsing a xml file with sax. When I am running my programm in the command line everthing is ok and I get the right results from parsing. But if I am running the programm in Eclipse 3.0 (the same java code) I get an other result (the wrong re

  • User Exit to Block Invoicing

    Hello, A sales order needs to be created & its invoicing needs to be blocked if the user(creating a sales order) exceeds a certain  value (net) in the sales order. Does anyone has an idea of what user exit we need to code for this. Regards, Alam.

  • Safari 6 encrypted search bar causing problems

    I don't care if my search is encrypted or not, but it seems that Safari cares. I think this is new. I don't remember it being encrypted before, but maybe that's because I hadn't paid attention before my problem developed. I'm using Safari 6.1.4 on a