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

Similar Messages

  • 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

  • Error during Homogenous System copy of ABAP+JAVA stack

    Hi All,
    I'm trying to do a homogeneous system copy of an XI system NW04s on Windows 2k3 and Oracle database to another windows 2k3 machine. SCS and Database went on fine but during CI installation on the target system I'm stuck at "Run ABAP Reports" phase.
    I'm getting an error:
    MUT-03025 Caught ERfcExcept in Modulecall: Exception condition "WRITE_FAILED" raised..
    runRADDBDIF was executed with status ERROR
    The ABAP stack is however up and when I login to 000 client using DDIC user and try to execute the report RADDBDIF, I get a runtime error RAISE_EXCEPTION with Exception condition "WRITE_FAILED" raised.
    A RAISE statement in the program "SAPLSUGI" raised the exception condition "WRITE_FAILED".
    If anyone has encountered similar problem, kindly help me.
    Regards,
    Sameer

    Hi Juan,
    I've already checked dev_disp and dev_ms but didn't find any errors. However, I got some errors in dev_w0. I'm pasting the same for your reference.
    trc file: "dev_w0", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Mon Jan 07 18:45:15 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'F:\usr\sap\COP\DVEBMGS04\exe\dboraslib.dll' ...
    B  Library 'F:\usr\sap\COP\DVEBMGS04\exe\dboraslib.dll' loaded
    B  Version of 'F:\usr\sap\COP\DVEBMGS04\exe\dboraslib.dll' is "700.08", patchlevel (0.107)
    B  New connection 0 created
    M sysno      04
    M sid        COP
    M systemid   560 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    111
    M intno      20050900
    M make:      multithreaded, Unicode, optimized
    M pid        2148
    M
    M  kernel runs with dp version 229000(ext=109000) (@(#) DPLIB-INT-VERSION-229000-UC)
    M  length of sys_adm_ext is 576 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 2148) [dpxxdisp.c   1301]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active

    M Mon Jan 07 18:45:16 2008
    M  DpShMCreate: sizeof(wp_adm)          10056     (1436)
    M  DpShMCreate: sizeof(tm_adm)          4232256     (21056)
    M  DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    M  DpShMCreate: sizeof(comm_adm)          528064     (1048)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm)          0     (96)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1536)
    M  DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 05EC0040, size: 4883696)
    M  DpShMCreate: allocated sys_adm at 05EC0040
    M  DpShMCreate: allocated wp_adm at 05EC2090
    M  DpShMCreate: allocated tm_adm_list at 05EC47D8
    M  DpShMCreate: allocated tm_adm at 05EC4808
    M  DpShMCreate: allocated wp_ca_adm at 062CDC48
    M  DpShMCreate: allocated appc_ca_adm at 062D3A08
    M  DpShMCreate: allocated comm_adm at 062D5948
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 06356808
    M  DpShMCreate: allocated gw_adm at 06356848
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 06356878
    M  DpShMCreate: allocated wall_adm at 06356880
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    M  ThInit: running on host hydhtc24738
    M  calling db_connect ...
    C  Prepending F:\usr\sap\COP\DVEBMGS04\exe to Path.

    C Mon Jan 07 18:45:18 2008
    C  Oracle Client Version: '10.2.0.1.0'
    C  Client NLS settings: AMERICAN_AMERICA.UTF8
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@COP on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   0649D5C8   064A2B64   064A23EC
    C  Attaching to DB Server COP (con_hdl=0,svchp=064A2338,srvhp=064B3F34)
    C  Starting user session (con_hdl=0,svchp=064A2338,srvhp=064B3F34,usrhp=064FFA98)
    C  Now '/@COP' is connected (con_hdl 0, nls_hdl 0).
    C  Got SAPSR3's password from OPS$-user
    C  Disconnecting from connection 0 ...
    C  Closing user session (con_hdl=0,svchp=064A2338,usrhp=064FFA98)
    C  Now I'm disconnected from ORACLE
    C  Connecting as SAPSR3/<pwd>@COP on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   0649D5C8   064A2B64   064A23EC
    C  Starting user session (con_hdl=0,svchp=064A2338,srvhp=064B3F34,usrhp=064FFA98)
    C  Now 'SAPSR3/<pwd>@COP' is connected (con_hdl 0, nls_hdl 0).
    C  Database NLS settings: AMERICAN_AMERICA.UTF8
    C  DB instance COP is running on HYDHTC24738 with ORACLE version 10.2.0.1.0 since JAN 07, 2008, 15:34:24
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20080107 184516 HYDHTC24738    
    M  db_connect o.k.
    M  ICT: exclude compression: .zip,.cs,.rar,.arj,.z,.gz,.tar,.lzh,.cab,.hqx,.ace,.jar,.ear,.war,.css,.pdf,.js,.gzip,.uue,.bz2,.iso,.sda,.sar,.gif

    I Mon Jan 07 18:45:22 2008
    I  MtxInit: 0 0 0
    M  SHM_PRES_BUF               (addr: 0AB50040, size: 4400000)
    M  SHM_ROLL_AREA          (addr: 788A0040, size: 61440000)
    M  SHM_PAGING_AREA          (addr: 0AF90040, size: 32768000)
    M  SHM_ROLL_ADM               (addr: 0CEE0040, size: 615040)
    M  SHM_PAGING_ADM          (addr: 0CF80040, size: 525344)
    M  ThCreateNoBuffer          allocated 544152 bytes for 1000 entries at 0D010040
    M  ThCreateNoBuffer          index size: 3000 elems
    M  ThCreateVBAdm          allocated 12160 bytes (50 server) at 0D0A0040
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation view
    X  ES initialized.
    B  db_con_shm_ini:  WP_ID = 0, WP_CNT = 7, CON_ID = -1
    B  dbtbxbuf: Buffer TABL  (addr: 10CD00C8, size: 30000000, end: 1296C448)
    B  dbtbxbuf: Buffer TABLP (addr: 129700C8, size: 10240000, end: 133340C8)
    B  dbexpbuf: Buffer EIBUF (addr: 133400D0, size: 4194304, end: 137400D0)
    B  dbexpbuf: Buffer ESM   (addr: 137500D0, size: 4194304, end: 13B500D0)
    B  dbexpbuf: Buffer CUA   (addr: 13B600D0, size: 3072000, end: 13E4E0D0)
    B  dbexpbuf: Buffer OTR   (addr: 13E500D0, size: 4194304, end: 142500D0)

    M Mon Jan 07 18:45:23 2008
    M  CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.

    S Mon Jan 07 18:45:26 2008
    S  *** init spool environment
    S  initialize debug system
    T  Stack direction is downwards.
    T  debug control: prepare exclude for printer trace
    T  new memory block 1965E820

    S Mon Jan 07 18:45:27 2008
    S  spool kernel/ddic check: Ok
    S  using table TSP02FX for frontend printing
    S  1 spool work process(es) found
    S  frontend print via spool service enabled
    S  printer list size is 150
    S  printer type list size is 50
    S  queue size (profile)   = 300
    S  hostspool list size = 3000
    S  option list size is 30
    S      found processing queue enabled
    S  found spool memory service RSPO-RCLOCKS at 1D8C00A8
    S  doing lock recovery
    S  setting server cache root
    S  found spool memory service RSPO-SERVERCACHE at 1D8C02B0
    S    using messages for server info
    S  size of spec char cache entry: 297028 bytes (timeout 100 sec)
    S  size of open spool request entry: 2236 bytes
    S  immediate print option for implicitely closed spool requests is disabled

    A  -PXA--
    A  PXA INITIALIZATION
    A  System page size: 4kb, total admin_size: 4888kb, dir_size: 4856kb.
    A  Attached to PXA (address 688A0040, size 150000K)
    A  abap/pxa = shared protect gen_remote
    A  PXA INITIALIZATION FINISHED
    A  -PXA--

    A  ABAP ShmAdm attached (addr=57A1C000 leng=20955136 end=58E18000)
    A  >> Shm MMADM area (addr=57E91D98 leng=126176 end=57EB0A78)
    A  >> Shm MMDAT area (addr=57EB1000 leng=16150528 end=58E18000)
    A  RFC Destination> destination hydhtc24738_COP_04 host hydhtc24738 system COP systnr 4 (hydhtc24738_COP_04)
    A  RFC Options> H=hydhtc24738,S=04,d=2,
    A  RFC FRFC> fallback activ but this is not a central instance.
    A   
    A  RFC rfc/signon_error_log = -1
    A  RFC rfc/dump_connection_info = 0
    A  RFC rfc/dump_client_info = 0
    A  RFC rfc/cp_convert/ignore_error = 1
    A  RFC rfc/cp_convert/conversion_char = 23
    A  RFC rfc/wan_compress/threshold = 251
    A  RFC rfc/recorder_pcs not set, use defaule value: 2
    A  RFC rfc/delta_trc_level not set, use default value: 0
    A  RFC rfc/no_uuid_check not set, use default value: 0
    A  RFC rfc/bc_ignore_thcmaccp_retcode not set, use default value: 0
    A  RFC Method> initialize RemObjDriver for ABAP Objects
    M  ThrCreateShObjects          allocated 7406 bytes at 0FFB0040
    N  SsfSapSecin: putenv(SECUDIR=F:\usr\sap\COP\DVEBMGS04\sec): ok

    N  =================================================
    N  === SSF INITIALIZATION:
    N  ===...SSF Security Toolkit name SAPSECULIB .
    N  ===...SSF trace level is 0 .
    N  ===...SSF library is F:\usr\sap\COP\DVEBMGS04\exe\sapsecu.dll .
    N  ===...SSF hash algorithm is SHA1 .
    N  ===...SSF symmetric encryption algorithm is DES-CBC .
    N  ===...sucessfully completed.
    N  =================================================

    N Mon Jan 07 18:45:28 2008
    N  MskiInitLogonTicketCacheHandle: Logon Ticket cache pointer retrieved from shared memory.
    N  MskiInitLogonTicketCacheHandle: Workprocess runs with Logon Ticket cache.
    M  JrfcVmcRegisterNativesDriver o.k.
    W  =================================================
    W  === ipl_Init() called
    B    dbtran INFO (init_connection '<DEFAULT>' [ORACLE:700.08]):
    B     max_blocking_factor =   5,  max_in_blocking_factor      =   5,
    B     min_blocking_factor =   5,  min_in_blocking_factor      =   5,
    B     prefer_union_all    =   0,  prefer_join                 =   0,
    B     prefer_fix_blocking =   0,  prefer_in_itab_opt          =   1,
    B     convert AVG         =   0,  alias table FUPD            =   0,
    B     escape_as_literal   =   1,  opt GE LE to BETWEEN        =   0,
    B     select *            =0x0f,  character encoding          = STD / <none>:-,
    B     use_hints           = abap->1, dbif->0x1, upto->2147483647, rule_in->0,
    B                           rule_fae->0, concat_fae->0, concat_fae_or->0
    W    ITS Plugin: Path dw_gui
    W    ITS Plugin: Description ITS Plugin - ITS rendering DLL
    W    ITS Plugin: sizeof(SAP_UC) 2
    W    ITS Plugin: Release: 700, [7000.0.111.20050900]
    W    ITS Plugin: Int.version, [33]
    W    ITS Plugin: Feature set: [14]
    W    ===... Calling itsp_Init in external dll ===>
    W  === ipl_Init() returns 0, ITSPE_OK: OK
    W  =================================================
    E  Enqueue Info: rdisp/wp_no_enq=1, rdisp/enqname=<empty>, assume hydhtc24738_COP_04
    E  Replication is disabled
    E  EnqCcInitialize: local lock table initialization o.k.
    E  EnqId_SuppressIpc: local EnqId initialization o.k.
    E  EnqCcInitialize: local enqueue client init o.k.
    M  MBUF info for hooks: MS component UP
    M  ThSetEnqName: set enqname by server list
    M  ThISetEnqname: enq name = >hydhtc24738_COP_04                      <

    E  *************** EnqId_EN_ActionAtMsUpHook ***************
    E  Hook on upcoming Ms (with EnqSrv), get auth EnqId and check it locally

    E  *************** ObjShMem_CheckAuthoritativeEnqId ***************
    E  Checking authoritative EnqId from EnqSrv into ObjShMem
    E  ObjShMem_CheckAuthoritativeEnqId: ObjShMem ...
    E  EnqId.EnqTabCreaTime    = -999
    E  EnqId.RandomNumber      = -999
    E  ReqOrd.TimeInSecs       = -999
    E  ReqOrd.ReqNumberThisSec = -999
    E  ObjShMem_CheckAuthoritativeEnqId: ObjShMem ...
    E  EnqId.EnqTabCreaTime    = -999
    E  EnqId.RandomNumber      = -999
    E  ReqOrd.TimeInSecs       = -999
    E  ReqOrd.ReqNumberThisSec = -999
    E  ObjShMem_CheckAuthoritativeEnqId: EnqId is initial in ShMem
    E  ObjShMem_CheckAuthoritativeEnqId: Overwrite incoming auth EnqId, continue
    E  EnqId inscribed into initial ObjShMem: (ObjShMem_CheckAuthoritativeEnqId)
    E  -SHMEM--
    E  EnqId:          EnqTabCreaTime/RandomNumber    = 07.01.2008 18:45:27  1199711727 / 1692
    E  ReqOrd at Srv:  TimeInSecs/ReqNumberThisSec    = 07.01.2008 18:45:28  1199711728 / 1
    E  ReqOrd at Cli:  TimeInSecs/ReqNumberThisSec    = 07.01.2008 18:45:28  1199711728 / 1
    E  Status:         STATUS_OK
    E  -
    M  ThActivateServer: state = STARTING
    L  BtcSysStartRaise: Begin
    L  Raise event SAP_SYSTEM_START with parameter <hydhtc24738_COP_04  >
    L  BtcSysStartRaise: End

    S Mon Jan 07 18:45:36 2008
    S  server @>SSRV:hydhtc24738_COP_04@< appears or changes (state 1)
    M  SecAudit(RsauShmInit): WP attached to existing shared memory.
    M  SecAudit(RsauShmInit): addr of SCSA........... = 05E90040
    M  SecAudit(RsauShmInit): addr of RSAUSHM........ = 05E907A8
    M  SecAudit(RsauShmInit): addr of RSAUSLOTINFO... = 05E907E0
    M  SecAudit(RsauShmInit): addr of RSAUSLOTS...... = 05E907EC

    S Mon Jan 07 18:45:44 2008
    S  server @>SSRV:hydhtc24738_COP_04@< appears or changes (state 1)

    B Mon Jan 07 18:47:27 2008
    B  dbmyclu : info : my major identification is 3244494858, minor one 4.
    B  dbmyclu : info : Time Reference is 1.12.2001 00:00:00h GMT.
    B  dbmyclu : info : my initial uuid is DCBD22E36FC346F1BF890002E339BE1E.
    B  dbmyclu : info : current optimistic cluster level: 0
    B  dbmyclu : info : pessimistic reads set to 2.

    A Mon Jan 07 18:47:55 2008
    A  TH VERBOSE LEVEL FULL
    A  ** RABAX: level LEV_RX_PXA_RELEASE_MTX entered.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_MTX completed.
    A  ** RABAX: level LEV_RX_COVERAGE_ANALYSER entered.
    A  ** RABAX: level LEV_RX_COVERAGE_ANALYSER completed.
    A  ** RABAX: level LEV_RX_ROLLBACK entered.
    A  ** RABAX: level LEV_RX_ROLLBACK completed.
    A  ** RABAX: level LEV_RX_DB_ALIVE entered.
    A  ** RABAX: level LEV_RX_DB_ALIVE completed.
    A  ** RABAX: level LEV_RX_HOOKS entered.
    A  ** RABAX: level LEV_RX_HOOKS completed.
    A  ** RABAX: level LEV_RX_STANDARD entered.
    A  ** RABAX: level LEV_RX_STANDARD completed.
    A  ** RABAX: level LEV_RX_STOR_VALUES entered.
    A  ** RABAX: level LEV_RX_STOR_VALUES completed.
    A  ** RABAX: level LEV_RX_C_STACK entered.

    A Mon Jan 07 18:48:02 2008
    A  ** RABAX: level LEV_RX_C_STACK completed.
    A  ** RABAX: level LEV_RX_MEMO_CHECK entered.
    A  ** RABAX: level LEV_RX_MEMO_CHECK completed.
    A  ** RABAX: level LEV_RX_AFTER_MEMO_CHECK entered.
    A  ** RABAX: level LEV_RX_AFTER_MEMO_CHECK completed.
    A  ** RABAX: level LEV_RX_INTERFACES entered.
    A  ** RABAX: level LEV_RX_INTERFACES completed.
    A  ** RABAX: level LEV_RX_GET_MESS entered.
    A  ** RABAX: level LEV_RX_GET_MESS completed.
    A  ** RABAX: level LEV_RX_INIT_SNAP entered.
    A  ** RABAX: level LEV_RX_INIT_SNAP completed.
    A  ** RABAX: level LEV_RX_WRITE_SYSLOG entered.
    A  ** RABAX: level LEV_RX_WRITE_SYSLOG completed.
    A  ** RABAX: level LEV_RX_WRITE_SNAP entered.

    A Mon Jan 07 18:48:03 2008
    A  ** RABAX: level LEV_SN_END completed.
    A  ** RABAX: level LEV_RX_SET_ALERT entered.

    A Mon Jan 07 18:48:04 2008
    A  ** RABAX: level LEV_RX_SET_ALERT completed.
    A  ** RABAX: level LEV_RX_COMMIT entered.
    A  ** RABAX: level LEV_RX_COMMIT completed.
    A  ** RABAX: level LEV_RX_SNAP_SYSLOG entered.
    A  ** RABAX: level LEV_RX_SNAP_SYSLOG completed.
    A  ** RABAX: level LEV_RX_RESET_PROGS entered.
    A  ** RABAX: level LEV_RX_RESET_PROGS completed.
    A  ** RABAX: level LEV_RX_STDERR entered.
    A  Mon Jan 07 18:48:04 2008

    A  ABAP Program SAPLSUGI                                .
    A  Source LSUGIU08                                 Line 77.
    A  Error Code RAISE_EXCEPTION.
    A  Module  $Id: //bas/700_REL/src/krn/runt/abfunc.c#10 $ SAP.
    A  Function ab_jfune Line 2561.
    A  ** RABAX: level LEV_RX_STDERR completed.
    A  ** RABAX: level LEV_RX_RFC_ERROR entered.
    A  ** RABAX: level LEV_RX_RFC_ERROR completed.
    A  ** RABAX: level LEV_RX_RFC_CLOSE entered.
    A  ** RABAX: level LEV_RX_RFC_CLOSE completed.
    A  ** RABAX: level LEV_RX_IMC_ERROR entered.
    A  ** RABAX: level LEV_RX_IMC_ERROR completed.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE entered.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE completed.
    A  ** RABAX: level LEV_RX_RESET_SHMLOCKS entered.
    A  ** RABAX: level LEV_RX_RESET_SHMLOCKS completed.
    A  ** RABAX: level LEV_RX_ERROR_SAVE entered.
    A  ** RABAX: level LEV_RX_ERROR_SAVE completed.
    A  ** RABAX: level LEV_RX_ERROR_TPDA entered.
    A  ** RABAX: level LEV_RX_ERROR_TPDA completed.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.
    A  ** RABAX: level LEV_RX_END entered.
    A  ** RABAX: level LEV_RX_END completed.
    A  ** RABAX: end no http/smtp
    A  ** RABAX: end RX_GOTO_RABAX
    A  Exception condition "WRITE_FAILED" raised..


    S Mon Jan 07 18:53:35 2008
    S  found spool memory service RSPO-ACTIONS at 1D8C9978

    B Mon Jan 07 20:31:35 2008
    B  table logging switched off for all clients
    Regards,
    Sameer

  • 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

  • Error during a system copy with HANA DB

    Hello,
    I´m doing a system copy in a SAP ERP 6.0 EHP7 with SAP HANA DB.
    During a homogeneous system copy procedure with SWPM, it show me the following error during the phase Database refresh postload-activities.
    I checked some log files:
    -- sapinst.log:
    ERROR 2014-08-24 16:14:01.109
    MSC-04120  Creating a license signature failed:
    ===...could not load SSF library S:\usr\sap\\D00\exe\sapcrypto.dll .
    ERROR 2014-08-24 16:14:01.109
    MSC-04120  Creating a license signature failed: 543 wlikey_sign_for_installer: Couldn't load SAPSECULIB ("S:\usr\sap\\D00\exe\sapcrypto.dll") using function SsfSupInitEx (), rc = 10 (no library).
    ERROR 2014-08-24 16:14:01.109
    MSC-04120  Creating a license signature failed: 542 wlikey_sign_for_installer: At least one more attempt to load the SAPSECULIB will follow.
    INFO 2014-08-24 16:14:01.234
    Switched to user: ASCENDUMCE\ed1adm.
    INFO 2014-08-24 16:14:01.343
    Creating file C:\Program Files\sapinst_instdir\BS2013\BS2013SR1\ERP607SR1\HDB\COPY\SYSTEM\STD\AS-ABAP\REF\saplikey.log.
    INFO 2014-08-24 16:14:01.390
    Switched to user: ASCENDUMCE\ed1adm.
    INFO 2014-08-24 16:14:01.422
    Output of S:\usr\sap\ED1\SYS\exe\uc\NTAMD64\saplikey pf=\\SATDCSAP3\sapmnt\ED1\SYS\profile\ED1_DVEBMGS00_SATDCSAP3 -install_first_temp F1740289712 XXXXXX is written to the logfile saplikey.log.
    WARNING 2014-08-24 16:14:01.640
    Execution of the command "S:\usr\sap\ED1\SYS\exe\uc\NTAMD64\saplikey pf=\\SATDCSAP3\sapmnt\ED1\SYS\profile\ED1_DVEBMGS00_SATDCSAP3 -install_first_temp F1740289712 XXXXXX" finished with return code 2. Output:
    saplikey: failed to connect to the database.
    ERROR 2014-08-24 16:14:01.640
    CJS-30023  Process call 'S:\usr\sap\ED1\SYS\exe\uc\NTAMD64\saplikey pf=\\SATDCSAP3\sapmnt\ED1\SYS\profile\ED1_DVEBMGS00_SATDCSAP3 -install_first_temp F1740289712 XXXXXX' exits with error code 2. For details see log file(s) saplikey.log, dev_slic.
    ERROR 2014-08-24 16:14:01.703
    FCO-00011  The step createTempLicense with step key |NW_ABAP_DB_DBRefresh|ind|ind|ind|ind|0|0|NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_Postload|ind|ind|ind|ind|postload|0|NW_Postload_DBRefresh_ABAP|ind|ind|ind|ind|abap|0|NW_Temp_License_ABAP|ind|ind|ind|ind|lic|0|createTempLicense was executed with status ERROR ( Last error reported by the step: Creating a license signature failed:
    ===...could not load SSF library S:\usr\sap\\D00\exe\sapcrypto.dll .).
    INFO 2014-08-24 16:14:02.31
    Creating file C:\Program Files\sapinst_instdir\BS2013\BS2013SR1\ERP607SR1\HDB\COPY\SYSTEM\STD\AS-ABAP\REF\__instana_tmp.xml.
    INFO 2014-08-24 16:14:02.734
    Removed file C:\Program Files\sapinst_instdir\BS2013\BS2013SR1\ERP607SR1\HDB\COPY\SYSTEM\STD\AS-ABAP\REF\instslana.xml.
    INFO 2014-08-24 16:14:02.734
    Creating file C:\Program Files\sapinst_instdir\BS2013\BS2013SR1\ERP607SR1\HDB\COPY\SYSTEM\STD\AS-ABAP\REF\instslana.xml.
    -- saplikey.log:
    saplikey: failed to connect to the database.
    -- dev_likey:
    -> init()
      STATEMENT_CACHE_SIZE = 1000
    -> init()
    -> loadClientRuntime()
    Loading SQLDBC client runtime ...
    SQLDBC Module  : S:\usr\sap\ED1\hdbclient\libSQLDBCHDB.dll
    SQLDBC Runtime : libSQLDBCHDB 1.00.80.00 Build 0391861-1510
    SQLDBC client runtime is 1.00.80.00.0391861
    -> getNewConnection()
    <- getNewConnection(con_hdl=0)
    -> checkEnvironment(con_hdl=0)
    -> connect(con_info_p=0000000000000000)
    Try to connect via secure store (DEFAULT) on connection 0 ...
    *** ERROR => Connect to database failed, rc=1, rcSQL=10
    [dbhdbsql.cpp 332]
    SQLCODE    : 10
    SQLERRTEXT : invalid username or password:
    -> SetSdbDbslCA(errcode=10)
    -> freeConnection(con_hdl=0)
       close all opened locators of connection 0
    } DbSlHDBConnect(rc=99)
    ***LOG BY2=> sql error 10     performing CON [dblink       559]
    ***LOG BY0=> invalid username or password:  [dblink       559]
    *** ERROR => saplikey: failed to connect to the database. [saplikey.c   830]
    release memory of the SIBU buffers
    release memory of the STATEMENT CACHE
    Can you help me please!? This is very urgent!
    Thank you,
    samid raif

    Hello John Appleby,
    I ran the R3trans -d and this is the output:
    4 ETW000 r3trans version 6.24 (release 741 - 10.06.14 - 20:14:07).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 24.08.2014 - 20:22:19
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: r3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [     dev trc,00000]  Sun Aug 24 20:22:19 2014                                                 124  0.000124
    4 ETW000  [     dev trc,00000]  db_con_init called                                                       103  0.000227
    4 ETW000  [     dev trc,00000]  set_use_ext_con_info(): usage of ssfs switched off (rsdb/ssfs_connect=0)
    4 ETW000                                                                                                  94  0.000321
    4 ETW000  [     dev trc,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3
    4 ETW000                                                                                                  44  0.000365
    4 ETW000  [     dev trc,00000]  create_con (con_name=R/3)                                                 26  0.000391
    4 ETW000  [     dev trc,00000]  Loading DB library 'dbhdbslib.dll' ...                                    64  0.000455
    4 ETW000  [     dev trc,00000]  DlLoadLib success: LoadLibrary("dbhdbslib.dll"), hdl 0, count 1, addr 000007FEEFE00000
    4 ETW000                                                                                                5889  0.006344
    4 ETW000  [     dev trc,00000]      using "S:\usr\sap\ED1\SYS\exe\uc\NTAMD64\dbhdbslib.dll"               35  0.006379
    4 ETW000  [     dev trc,00000]  Library 'dbhdbslib.dll' loaded                                            36  0.006415
    4 ETW000  [     dev trc,00000]  function DbSlExpFuns loaded from library dbhdbslib.dll                    52  0.006467
    4 ETW000  [     dev trc,00000]  Version of 'dbhdbslib.dll' is "741.10", patchlevel (0.43)                111  0.006578
    4 ETW000  [     dev trc,00000]  function dsql_db_init loaded from library dbhdbslib.dll                   39  0.006617
    4 ETW000  [     dev trc,00000]  function dbdd_exp_funs loaded from library dbhdbslib.dll                  63  0.006680
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    81  0.006761
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=-1,command=39,arg_p=0000000000000000)            40  0.006801
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    29  0.006830
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=-1,command=10,arg_p=000000000221F280)            34  0.006864
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    29  0.006893
    4 ETW000  [     dev trc,00000]  New connection 0 created                                                  25  0.006918
    4 ETW000  [     dev trc,00000]  0: name = R/3, con_id = -000000001, state = DISCONNECTED, tx = NO , bc = NO , oc = 000, hc = NO , perm = YES, reco = NO , info = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO , prog = 
    4 ETW000                                                                                                  63  0.006981
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=-1,command=10,arg_p=0000000141FF5E40)            49  0.007030
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    30  0.007060
    4 ETW000  [     dev trc,00000]  db_con_connect (con_name=R/3)                                             31  0.007091
    4 ETW000  [     dev trc,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3
    4 ETW000                                                                                                  42  0.007133
    4 ETW000  [     dev trc,00000]  find_con_by_name found the following connection:                          28  0.007161
    4 ETW000  [     dev trc,00000]  0: name = R/3, con_id = 000000000, state = DISCONNECTED, tx = NO , bc = NO , oc = 000, hc = NO , perm = YES, reco = NO , info = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO , prog = 
    4 ETW000                                                                                                 124  0.007285
    4 ETW000  [     dev trc,00000]  { DbSlHDBConnect(con_info_p=0000000000000000)                             61  0.007346
    4 ETW000  [     dev trc,00000]  DBHDBSLIB : version 741.10, patch 0.043 (Make PL 0.43)                    65  0.007411
    4 ETW000  [     dev trc,00000]  HDB shared library (dbhdbslib) patchlevels (last 10)                      37  0.007448
    4 ETW000  [     dev trc,00000]    (0.043) R3szchk with partitioned tables (note 2040561)                  32  0.007480
    4 ETW000  [     dev trc,00000]    (0.031) New DBCON syntax for HANA (note 1983389)                        50  0.007530
    4 ETW000  [     dev trc,00000]    (0.028) Bulk insert stop on duplicate, dbsl returncode corrected (note 1996982)
    4 ETW000                                                                                                  51  0.007581
    4 ETW000  [     dev trc,00000]    (0.027) Set DBAREQ class (note 1991383)                                 35  0.007616
    4 ETW000  [     dev trc,00000]    (0.022) Get database version via dbsl call (note 1976918)               36  0.007652
    4 ETW000  [     dev trc,00000]    (0.020) FDA: Core Dump in SELECT ... FOR ALL ENTRIES for tables with strings (note 1970276)
    4 ETW000                                                                                                  53  0.007705
    4 ETW000  [     dev trc,00000]    (0.020) SQL DDL with data aging (note 1897636)                          35  0.007740
    4 ETW000  [     dev trc,00000]    (0.017) Datatype NCLOB missing in tablesize calculation (note 1952609)
    4 ETW000                                                                                                  52  0.007792
    4 ETW000  [     dev trc,00000]    (0.014) Tablesize calculation for HANA optimized (note 1952609)         36  0.007828
    4 ETW000  [     dev trc,00000]    (0.014) Native SQL UPSERT with DataAging (note 1897636)                 32  0.007860
    4 ETW000  [     dev trc,00000]                                                                            22  0.007882
    4 ETW000  [     dev trc,00000]   -> init()                                                                33  0.007915
    4 ETW000  [     dev trc,00000]    STATEMENT_CACHE_SIZE = 1000                                            212  0.008127
    4 ETW000  [     dev trc,00000]   -> init()                                                               615  0.008742
    4 ETW000  [     dev trc,00000]   -> loadClientRuntime()                                                   46  0.008788
    4 ETW000  [     dev trc,00000]  Loading SQLDBC client runtime ...                                         31  0.008819
    4 ETW000  [     dev trc,00000]  SQLDBC Module  : S:\usr\sap\ED1\hdbclient\libSQLDBCHDB.dll              1327  0.010146
    4 ETW000  [     dev trc,00000]  SQLDBC Runtime : libSQLDBCHDB 1.00.80.00 Build 0391861-1510               84  0.010230
    4 ETW000  [     dev trc,00000]  SQLDBC client runtime is 1.00.80.00.0391861                               50  0.010280
    4 ETW000  [     dev trc,00000]   -> getNewConnection()                                                    37  0.010317
    4 ETW000  [     dev trc,00000]   <- getNewConnection(con_hdl=0)                                          100  0.010417
    4 ETW000  [     dev trc,00000]   -> checkEnvironment(con_hdl=0)                                           53  0.010470
    4 ETW000  [     dev trc,00000]   -> connect(con_info_p=0000000000000000)                                  42  0.010512
    4 ETW000  [     dev trc,00000]  Try to connect via secure store (DEFAULT) on connection 0 ...             86  0.010598
    4 ETW000  [dbhdbsql.cpp,00000]  *** ERROR => Connect to database failed, rc=1, rcSQL=10                11122  0.021720
    4 ETW000  [     dev trc,00000]  SQLCODE    : 10                                                           68  0.021788
    4 ETW000  [     dev trc,00000]  SQLERRTEXT : invalid username or password:                                40  0.021828
    4 ETW000  [     dev trc,00000]   -> SetSdbDbslCA(errcode=10)                                              41  0.021869
    4 ETW000  [     dev trc,00000]   -> freeConnection(con_hdl=0)                                             43  0.021912
    4 ETW000  [     dev trc,00000]     close all opened locators of connection 0                              60  0.021972
    4 ETW000  [     dev trc,00000]  } DbSlHDBConnect(rc=99)                                                   65  0.022037
    4 ETW000  [    dblink  ,00000]  ***LOG BY2=>sql error 10     performing CON                               68  0.022105
    4 ETW000  [    dblink  ,00000]  ***LOG BY0=>invalid username or password:                                 35  0.022140
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=0,command=41,arg_p=0000000140541C48)            107  0.022247
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    79  0.022326
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=0,command=14,arg_p=0000000002215998)             38  0.022364
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    28  0.022392
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=0,command=50,arg_p=0000000002215990)             33  0.022425
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    43  0.022468
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=0,command=13,arg_p=00000000022159B0)             35  0.022503
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    27  0.022530
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=0,command=52,arg_p=0000000002215A00)             33  0.022563
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    28  0.022591
    2EETW169 no connect possible: "DBMS = HDB                              ---  SERVER = '' PORT = ''"
    4 ETW000  [     dev trc,00000]  release memory of the SIBU buffers                                      2900  0.025491
    4 ETW000  [     dev trc,00000]  release memory of the STATEMENT CACHE                                     91  0.025582

  • Error during sybase system copy EHP7 on linux

    Hi Supports,
    I am using sybase database on linux.on this system i have already TOW sap system running. now i want to create new SID with my production database backup. backup is .dmp which is sybase backup EHP7. 
    I planed system copy for this activity but i stuck on step "setup database server software" with some error.
    i am copying last lines of my sapinst_dev.log files  here
    and also refer the attached screen for exact error..
    kindly waiting for your warm help.
    ibssrv02:/tmp/sapinst_instdir/BS2013/BS2013/ERP607/SYB/SYB/COPY/SYB/SYSTEM/STD/AS-ABAP # tail -100 sapinst_dev.log
               CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
               lib=syslib module=syslib
    Removed file /tmp/sapinst_instdir/BS2013/BS2013/ERP607/SYB/SYB/COPY/SYB/SYSTEM/STD/AS-ABAP/SYBASE_SAP.lic.
    TRACE      2014-03-12 15:45:53.981
    syb_install_ase_software: sybase installer rc 255
    ERROR      2014-03-12 15:45:53.981 [iaxxinscbk.cpp:224]
    CJS-00030  Assertion failed: Unable to install the database software. Refer to trace file sapinst_dev.log for further information.
    TRACE      2014-03-12 15:45:53.982 [EJSController.cpp:351]
               EJS_ControllerImpl::getExtension(EJS::Exception)
    unqualified name is Exception
    TRACE      2014-03-12 15:45:53.982 [JSExtension.hpp:128]
               JSExceptionHandler::setJSException()
    Member function 'Installer.abortInstallation()' has thrown ESAPinstException. Converting to JavaScript exception EJS::Exception.
    TRACE      2014-03-12 15:45:53.982
    Function setMessageIdOfExceptionMessage: modlib.jslib.caughtException
    ERROR      2014-03-12 15:45:53.983
               CJSlibModule::writeError_impl()
    MUT-03025  Caught ESAPinstException in module call: .
    TRACE      2014-03-12 15:45:53.983 [JSExtension.hpp:879]
               CallFunctionBase::call()
    Member function 'Installer.invokeModuleCall() has thrown unknown exception. Rethrowing.
    TRACE      2014-03-12 15:45:54.211 [syuxctask.cpp:237]
               CChildApplicationImpl::doStart() lib=syslib module=syslib
    A child process has been started. Pid = 5807
    TRACE      2014-03-12 15:45:54.243 [syuxctask.cpp:600]
               CUnixProcessManager::sap_waitpid(pid_t pid, int * pStatus, int options)
               lib=syslib module=syslib
    Child process 5807 returned 0
    TRACE      2014-03-12 15:45:54.278 [syuxctask.cpp:237]
               CChildApplicationImpl::doStart() lib=syslib module=syslib
    A child process has been started. Pid = 5808
    TRACE      2014-03-12 15:45:54.309 [syuxctask.cpp:600]
               CUnixProcessManager::sap_waitpid(pid_t pid, int * pStatus, int options)
               lib=syslib module=syslib
    Child process 5808 returned 0
    ERROR      2014-03-12 15:45:54.318 [sixxcstepexecute.cpp:901]
    FCO-00011  The step syb_step_install_database_software with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_CreateDB|ind|ind|ind|ind|createdb|0|NW_SYB_DB|ind|ind|ind|ind|SYB_DB_CONTEXT|0|syb_step_install_database_software was executed with status ERROR ( Last error reported by the step: Assertion failed: Unable to install the database software. Refer to trace file sapinst_dev.log for further information.).
    TRACE      2014-03-12 15:45:54.363 [kdxxctaco.cpp:100]
               CKdbTableContainerImpl::syncToContainerFile lib=iakdblib
    CKdbTableContainerImpl::syncToContainerFile start ...
    TRACE      2014-03-12 15:45:55.836 [kdxxctaco.cpp:129]
               CKdbTableContainerImpl::syncToContainerFile lib=iakdblib
    after creating out stream  for /tmp/sapinst_instdir/BS2013/BS2013/ERP607/SYB/SYB/COPY/SYB/SYSTEM/STD/AS-ABAP/statistic.xml
    TRACE      2014-03-12 15:45:55.901 [kdxxctaco.cpp:163]
               CKdbTableContainerImpl::syncToContainerFile lib=iakdblib
    CKdbTableContainerImpl::syncToContainerFile stop ...
    INFO       2014-03-12 15:45:55.911 [syuxcpath.cpp:447]
               CSyPath::createFile() lib=syslib module=syslib
    Creating file /tmp/sapinst_instdir/BS2013/BS2013/ERP607/SYB/SYB/COPY/SYB/SYSTEM/STD/AS-ABAP/__instana_tmp.xml.
    TRACE      2014-03-12 15:45:55.927 [syuxctask.cpp:237]
               CChildApplicationImpl::doStart() lib=syslib module=syslib
    A child process has been started. Pid = 5809
    TRACE      2014-03-12 15:45:55.957 [syuxctask.cpp:600]
               CUnixProcessManager::sap_waitpid(pid_t pid, int * pStatus, int options)
               lib=syslib module=syslib
    Child process 5809 returned 0
    TRACE      2014-03-12 15:45:55.992 [syuxctask.cpp:237]
               CChildApplicationImpl::doStart() lib=syslib module=syslib
    A child process has been started. Pid = 5810
    TRACE      2014-03-12 15:45:56.24 [syuxctask.cpp:600]
               CUnixProcessManager::sap_waitpid(pid_t pid, int * pStatus, int options)
               lib=syslib module=syslib
    Child process 5810 returned 0
    TRACE      2014-03-12 15:45:59.600
    SAPInst calls the LogInquirer. The output of the LogInquirer can be found in file sapinst_loginquirer.log.
    TRACE      2014-03-12 15:46:09.284 [iaxxgenimp.cpp:660]
                CGuiEngineImp::showMessageBox
    <html> <head> </head> <body> <p> An error occurred while processing option <i>SAP Business Suite 7i 2013 > EHP7 for SAP ERP 6.0 ABAP > SAP Sybase ASE > System Copy > Target System > Standard System > Based on AS ABAP > Standard System( Last error reported by the step: Assertion failed: Unable to install the database software. Refer to trace file sapinst_dev.log for further information.)</i>. You can now: </p> <ul> <li> Choose <i>Retry</i> to repeat the current step. </li> <li> Choose <i>Log Files</i> to get more information about the error. </li> <li> Stop the option and continue with it later. </li> </ul> <p> Log files are written to <code>/tmp/sapinst_instdir/BS2013/BS2013/ERP607/SYB/SYB/COPY/SYB/SYSTEM/STD/AS-ABAP/</code>. </p> </body></html>
    TRACE      2014-03-12 15:46:09.290 [iaxxgenimp.cpp:1137]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI

    Hi Deepak,
    I have seen relevant sap note.do you help me how i can see cache memory??
    because my other SID sybase GUI is not opening due to The variable $SYBROOT is not set to a valid directory whicch is on same zone(system).
    Is this matter if environmental variable not set even though my xclock is working?? 
    thnks for support,
    Aziz.

  • Installation error phase "import ABAP" - ERP2005 IDES - mssql2005

    Hi.
    I've problems installing <b>ERP2005 IDES</b> with <b>microsoft sql server 2005</b> at <b>windows 2003server x64</b>.
    I've installed solution manager 4.0 succesfylly at the same host.
    I've read about simular problems at this forum (with oracle). But no solutions for me.
    Error in phase "Import ABAP":
    CJS-30022 Program 'Migration Monitor' exits with error code 103.
    For details see log file(s) import_monitor.java.log, import_monitor.log
    IMPORT_MONITOR.LOG:
    ERROR: 2007-10-05 17:29:12 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is interrupted with R3load error.
    Process 'E:\usr\sap\E01\SYS\exe\nuc\NTAMD64\R3load.exe -i SAPSDIC.cmd -dbcodepage 1100 -l SAPSDIC.log -loadprocedure fast' exited with return code 2.
    For mode details see 'SAPSDIC.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    SAPSDIC.LOG:
    (IMP) INFO: ExeFastLoad failed with <2: BCP Commit failed>
    (IMP) ERROR: ExeFastload: rc = 2
    (DB) INFO: F4UHLP~1 created
    In SAPSDIC.tsk I find one error:
    D   F4UHLP   I   err
    I want to install nonunicode, but I've tried to install unicode with the same result.
    I've also recieving this error in a log-file:
    <b>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline</b>I understand that I manually can set the parameter SAPSYSTEMNAME in control.xml, but I've dont know where and if this is a good solution?
    This is what i've been trying without success:
    -Uninstalled the instance and deleted inst_dir/erp.
    -Environment variable is set like inst_guide describes
    -Paging Files is ok
    -Access to table F4UHLP is ok
    Can anybody help me? Please? I'm desperate.
    Kindly regards
    Harald Vedvik
    Message was edited by:
            Harald Vedvik
    Message was edited by:
            Harald Vedvik

    Hi again.
    I posted my logs in the beginning of this thread, but if you want a more detailed
    b]sapinst.log</b>:
    <i>WARNING 2007-10-08 13:00:48
    Errors when executing sql command: <p nr="0"/> If this message is displayed as a warning - it can be ignored. If this is an error - call your SAP support.
    INFO 2007-10-08 13:00:49
    Execute step doGrantServiceRights of component |NW_Onehost|ind|ind|ind|ind|00|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|2.
    INFO 2007-10-08 13:01:27
    Output of C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath migmon.jar -showversion com.sap.inst.migmon.imp.ImportMonitor -dbType MSS -importDirs E:\ERP2005IDES\Export\51032413_1\EXP1;E:\ERP2005IDES\Export\51032413_2\EXP2;E:\ERP2005IDES\Export\51032413_3\EXP3;E:\ERP2005IDES\Export\51032413_4\EXP4;E:\ERP2005IDES\Export\51032413_5\EXP5;E:\ERP2005IDES\Export\51032413_6\EXP6;E:\ERP2005IDES\Export\51032413_6\EXP7;E:\ERP2005IDES\Export\51032413_6\EXP8;E:\ERP2005IDES\Export\51032413_6\EXP9;E:\ERP2005IDES\Export\51032413_6\EXP10;E:\ERP2005IDES\Export\51032413_6\EXP11 -installDir D:\sapinst_instdir -orderBy "" -r3loadExe E:\usr\sap\E01\SYS\exe\nuc\NTAMD64\R3load.exe -tskFiles yes -extFiles no -dbCodepage 1100 -jobNum 3 -monitorTimeout 30 -loadArgs " -loadprocedure fast" -trace all -sapinst is written to the logfile import_monitor.java.log.
    WARNING 2007-10-08 13:17:59
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath migmon.jar -showversion com.sap.inst.migmon.imp.ImportMonitor -dbType MSS -importDirs E:\ERP2005IDES\Export\51032413_1\EXP1;E:\ERP2005IDES\Export\51032413_2\EXP2;E:\ERP2005IDES\Export\51032413_3\EXP3;E:\ERP2005IDES\Export\51032413_4\EXP4;E:\ERP2005IDES\Export\51032413_5\EXP5;E:\ERP2005IDES\Export\51032413_6\EXP6;E:\ERP2005IDES\Export\51032413_6\EXP7;E:\ERP2005IDES\Export\51032413_6\EXP8;E:\ERP2005IDES\Export\51032413_6\EXP9;E:\ERP2005IDES\Export\51032413_6\EXP10;E:\ERP2005IDES\Export\51032413_6\EXP11 -installDir D:\sapinst_instdir -orderBy "" -r3loadExe E:\usr\sap\E01\SYS\exe\nuc\NTAMD64\R3load.exe -tskFiles yes -extFiles no -dbCodepage 1100 -jobNum 3 -monitorTimeout 30 -loadArgs " -loadprocedure fast" -trace all -sapinst" finished with return code 103. Output:
    java version "1.4.2_15"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_15-b02, mixed mode)
    Import Monitor jobs: running 1, waiting 18, completed 0, failed 0, total 19.
    Loading of 'SAPSDIC' import package: ERROR
    Import Monitor jobs: running 0, waiting 18, completed 0, failed 1, total 19.
    ERROR 2007-10-08 13:17:59
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    ERROR 2007-10-08 13:17:59
    FCO-00011  The step runMigrationMonitor with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was executed with status ERROR .</i>
    <b>import_monitor.log:</b><i>INFO: 2007-10-08 13:01:29
    Import Monitor is started.
    CONFIG: 2007-10-08 13:01:29
    Application options:
    dbCodepage=1100
    dbType=MSS
    extFiles=no
    importDirs=E:\ERP2005IDES\Export\51032413_1\EXP1;E:\ERP2005IDES\Export\51032413_2\EXP2;E:\ERP2005IDES\Export\51032413_3\EXP3;E:\ERP2005IDES\Export\51032413_4\EXP4;E:\ERP2005IDES\Export\51032413_5\EXP5;E:\ERP2005IDES\Export\51032413_6\EXP6;E:\ERP2005IDES\Export\51032413_6\EXP7;E:\ERP2005IDES\Export\51032413_6\EXP8;E:\ERP2005IDES\Export\51032413_6\EXP9;E:\ERP2005IDES\Export\51032413_6\EXP10;E:\ERP2005IDES\Export\51032413_6\EXP11
    installDir=D:\sapinst_instdir
    jobNum=3
    loadArgs= -loadprocedure fast
    monitorTimeout=30
    orderBy=
    r3loadExe=E:\usr\sap\E01\SYS\exe\nuc\NTAMD64\R3load.exe
    sapinst=
    trace=all
    tskFiles=yes
    CONFIG: 2007-10-08 13:01:29
    List of packages with table structure: 'SAP0000'.
    CONFIG: 2007-10-08 13:01:29
    List of packages with views: 'SAPVIEW'.
    TRACE: 2007-10-08 13:01:29 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'D:\sapinst_instdir\DDLMSS.TPL' template file is started.
    INFO: 2007-10-08 13:01:29 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'D:\sapinst_instdir\DDLMSS.TPL' template file is successfully completed.
    Primary key creation: before load.
    Index creation: after load.
    INFO: 2007-10-08 13:01:29
    Data codepage 4103 is determined using TOC file 'E:\ERP2005IDES\Export\51032413_1\EXP1\DATA\SAPAPPL0.TOC' for package 'SAPAPPL0'.
    INFO: 2007-10-08 13:01:32
    Version table 'SVERS' is found in STR file 'E:\ERP2005IDES\Export\51032413_4\EXP4\DATA\SAPSDIC.STR' from package 'SAPSDIC'.
    INFO: 2007-10-08 13:01:32
    Data conversion tables 'DDNTF,DDNTF_CONV_UC,DDNTT,DDNTT_CONV_UC' are found in STR file 'E:\ERP2005IDES\Export\51032413_4\EXP4\DATA\SAPSDIC.STR' from package 'SAPSDIC'.
    TRACE: 2007-10-08 13:01:33 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is started.
    TRACE: 2007-10-08 13:01:33 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSDIC' import package:
    E:\usr\sap\E01\SYS\exe\nuc\NTAMD64\R3load.exe -ctf I E:\ERP2005IDES\Export\51032413_4\EXP4\DATA\SAPSDIC.STR D:\sapinst_instdir\DDLMSS.TPL SAPSDIC.TSK MSS -l SAPSDIC.log
    TRACE: 2007-10-08 13:01:33 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSDIC' import package into database:
    E:\usr\sap\E01\SYS\exe\nuc\NTAMD64\R3load.exe -i SAPSDIC.cmd -dbcodepage 1100 -l SAPSDIC.log -loadprocedure fast
    ERROR: 2007-10-08 13:17:46 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is interrupted with R3load error.
    Process 'E:\usr\sap\E01\SYS\exe\nuc\NTAMD64\R3load.exe -i SAPSDIC.cmd -dbcodepage 1100 -l SAPSDIC.log -loadprocedure fast' exited with return code 2.
    For mode details see 'SAPSDIC.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2007-10-08 13:17:59
    Cannot continue import because not all import packages with data conversion tables are loaded successfully.
    WARNING: 2007-10-08 13:17:59
    1 error(s) during processing of packages.
    INFO: 2007-10-08 13:17:59
    Import Monitor is stopped.</i>
    Do you need more than alredy posted for sapsdic.log?
    SAPSDIC.LOG:
    <i>(IMP) INFO: ExeFastLoad failed with <2: BCP Commit failed>
    (IMP) ERROR: ExeFastload: rc = 2
    (DB) INFO: F4UHLP~1 created</i>
    I dont know if you recive my points? I've been giving you points:)
    best regards
    Harald

  • 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

  • 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.....

  • Unable to Start Instance during hetrogenius system copy

    Hi,
    i am doing heterogeneous  system copy from source windows 2003 & MSS-2005 to Target RHEL 5.5 & Oracle 10.2.0.4.
    It stopped in Start instance phase. Here is log of sapinst.log
    Starting SAP-Collector Daemon
    18:59:20 13.01.2011   LOG: Effective User Id is root
    This is Saposcol Version COLL 20.95 700 - v2.16, AMD/Intel x86_64 with Linux, 2008/08/28
    Usage:  saposcol -l: Start OS Collector
            saposcol -k: Stop  OS Collector
            saposcol -d: OS Collector Dialog Mode
            saposcol -s: OS Collector Status
    Starting collector (create new process)
    saposcol on host testbox started
    Starting SAP Instance DVEBMGS00
    Startup-Log is written to /home/tstadm/startsap_DVEBMGS00.log
    Instance Service on host testbox started
    Instance on host testbox started
    INFO 2011-01-13 19:00:22.970
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:00:23.044
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:00:23.201
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:00:23.248
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:00:25.809
    State of instance TST/DVEBMGS00 changed from ABAP: UNKNOWN to ABAP: UNKNOWN.
    INFO 2011-01-13 19:00:32.183
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:00:32.184
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:00:32.360
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:00:32.361
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:01.328
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:01.329
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:01.333
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:01.333
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:29.143
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:29.144
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:29.146
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:29.147
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:29.836
    State of instance TST/DVEBMGS00 changed from ABAP: SHUTDOWN to ABAP: SHUTDOWN.
    INFO 2011-01-13 19:01:55.952
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:55.953
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:55.959
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:55.960
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:02:25.639
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:02:25.640
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:02:25.659
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:02:25.660
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:02:56.194
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:02:56.195
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:02:56.225
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:02:56.226
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:03:25.722
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:03:25.723
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:03:25.729
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:03:25.730
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:03:55.133
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:03:55.133
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:03:55.135
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:03:55.135
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:04:25.370
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:04:25.371
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:04:25.372
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:04:25.372
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:04:55.516
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:04:55.517
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:04:55.518
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:04:55.518
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:05:24.631
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:05:24.631
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:05:24.633
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:05:24.633
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:05:54.749
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:05:54.749
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:05:54.751
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:05:54.751
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:06:24.870
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:06:24.870
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:06:24.871
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:06:24.871
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:06:54.991
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:06:54.991
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:06:54.992
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:06:54.993
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:07:25.112
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:07:25.112
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:07:25.113
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:07:25.113
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:07:55.232
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:07:55.232
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:07:55.233
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:07:55.233
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:08:25.352
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:08:25.352
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:08:25.354
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:08:25.354
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:09:01.937
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:09:01.938
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:09:01.939
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:09:01.939
    Disconnect from message server (testbox/3900) succeeded.
    ERROR 2011-01-13 19:09:02.075
    CJS-30149  ABAP processes of instance TST/DVEBMGS00 [ABAP: UNKNOWN] did not start after 10:00 minutes. Giving up.
    ERROR 2011-01-13 19:09:11.975
    FCO-00011  The step start with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Start|ind|ind|ind|ind|1|0|start was executed with status ERROR ( Last error reported by the step :ABAP processes of instance TST/DVEBMGS00 [ABAP: UNKNOWN] did not start after 10:00 minutes. Giving up.).
    INFO 2011-01-13 19:19:06.105
    An error occured and the user decided to retry the current step: "|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Start|ind|ind|ind|ind|1|0|start".

    Hi Markus,
    I excuted R3trans -d from SIDadm. Below is log of trans.log
    4 ETW000 R3trans version 6.14 (release 700 - 12.06.09 - 15:20:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 14.01.2011 - 15:59:05
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Fri Jan 14 15:59:05 2011                                                1012  0.001012
    4 ETW000  [dev trc     ,00000]  db_con_init called                                                        71  0.001083
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                                                 50  0.001133
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/TST/SYS/exe/run/dboraslib.so' ...            46  0.001179
    4 ETW000  [dev trc     ,00000]  Fri Jan 14 15:59:06 2011                                              319057  0.320236
    4 ETW000  [dev trc     ,00000]  DlLoadLib() success: dlopen("/usr/sap/TST/SYS/exe/run/dboraslib.so"), hdl 0
    4 ETW000                                                                                121  0.320357
    4 ETW000  [dev trc     ,00000]  Library '/usr/sap/TST/SYS/exe/run/dboraslib.so' loaded                    28  0.320385
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library /usr/sap/TST/SYS/exe/run/dboraslib.so
    4 ETW000                                                                                46  0.320431
    4 ETW000  [dev trc     ,00000]  Version of '/usr/sap/TST/SYS/exe/run/dboraslib.so' is "700.08", patchlevel (0.205)
    4 ETW000                                                                                1512  0.321943
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library /usr/sap/TST/SYS/exe/run/dboraslib.so
    4 ETW000                                                                                38  0.321981
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library /usr/sap/TST/SYS/exe/run/dboraslib.so
    4 ETW000                                                                                50  0.322031
    4 ETW000  [dev trc     ,00000]  New connection 0 created                                                  35  0.322066
    4 ETW000  [dev trc     ,00000]  000: name = R/3, con_id = -000000001, state = DISCONNECTED, tx = NO , hc = NO , perm = YES,
    4 ETW000                             reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                                55  0.322121
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                                             29  0.322150
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:                22  0.322172
    4 ETW000  [dev trc     ,00000]  000: name = R/3, con_id = 000000000, state = DISCONNECTED, tx = NO , hc = NO , perm = YES,
    4 ETW000                             reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                                56  0.322228
    4 ETW000  [dev trc     ,00000]  Oracle Client Version: '10.2.0.4.0'                                    33767  0.355995
    4 ETW000  [dev trc     ,00000]  -->oci_initialize(con_hdl=0, char='', nchar='')                           75  0.356070
    4 ETW000  [dev trc     ,00000]  application info callback registered                                      25  0.356095
    4 ETW000  [dev trc     ,00000]  OCIEnvCreate(mode=16384=OCI_UTF16) returned 0 (for default NLS handle)
    4 ETW000                                                                                192709  0.548804
    4 ETW000  [dev trc     ,00000]  Client character set UTF16 -> UTF8                                      5322  0.554126
    4 ETW000  [dev trc     ,00000]  Client NLS setting (OCINlsGetInfo): connection handle 0 -> 'AMERICAN_AMERICA.UTF8'
    4 ETW000                                                                                66  0.554192
    4 ETW000  [dev trc     ,00000]  charset='', chset='UTF8', UNI_ASC=FALSE/FALSE                             25  0.554217
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPSR3's password                               28  0.554245
    4 ETW000  [dev trc     ,00000]  Connecting as /@TST on connection 0 (nls_hdl 0) ... (dbsl 700 220409)
    4 ETW000                                                                                36  0.554281
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet                   EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                                42  0.554323
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                       0x485d350  0x4864df0  0x48756f8
    4 ETW000                                                                                37  0.554360
    4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0                        22856  0.577216
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                                          75  0.577291
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server TST (con_hdl=0,svchp=0x4875628,srvhp=0x4878b98)
    4 ETW000                                                                                83  0.577374
    4 ETW000  [dev trc     ,00000]  Assigning server context 0x4878b98 to service context 0x4875628       332935  0.910309
    4 ETW000  [dev trc     ,00000]  Allocating user session handle                                         16605  0.926914
    4 ETW000  [dev trc     ,00000]  Starting user session: OCISessionBegin(con_hdl=0, usr='/',svchp=0x4875628, srvhp=0x4878b98, usrhp=0x48b8450)
    4 ETW000                                                                                100  0.927014
    4 ETW000  [dev trc     ,00000]     OCISessionBegin(OCI_DEFAULT) failed with -1=OCI_ERROR               78963  1.005977
    4 ETW000  [dev trc     ,00000]     OCISessionBegin(OCI_DEFAULT) failed with SQL error 1034:              162  1.006139
    4 ETW000  [dev trc     ,00000]     ORA-01034: ORACLE not available                                        34  1.006173
    4 ETW000                        ORA-27101: shared memory realm does not exist
    4 ETW000                        Linux-x86_64 Error: 2: No such file or direc
    4 ETW000  [dev trc     ,00000]     tory                                                                               
    4 ETW000                                                                                56  1.006229
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=0x4878b98)                          26  1.006255
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=0x4875628,srvhp=0x4878b98)
    4 ETW000                                                                                36  1.006291
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 0x4878b98 from con_hdl=0              269  1.006560
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1034'                         66  1.006626
    4 ETW000  [dev trc     ,00000]     set_ocica() -> SQL error code 1034                                     32  1.006658
    4 ETW000  [dev trc     ,00000]  -->oci_get_errmsg (con_hdl=0, rc=1034)                                    28  1.006686
    4 ETW000  [dev trc     ,00000]     OCIErrorGet -> SQL error code: 1034                                   101  1.006787
    4 ETW000  [dev trc     ,00000]     ORA-01034: ORACLE not available                                        30  1.006817
    4 ETW000                        ORA-27101: shared memory realm does not exist
    4 ETW000                        Linux-x86_64 Error: 2: No such file or direc
    4 ETW000  [dev trc     ,00000]     tory                                                                               
    4 ETW000                                                                                83  1.006900
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                                      25  1.006925
    4 ETW000  [dev trc     ,00000]  Connecting as SAPSR3/<pwd>@TST on connection 0 (nls_hdl 0) ... (dbsl 700 220409)
    4 ETW000                                                                                38  1.006963
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet                   EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                                38  1.007001
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                       0x485d350  0x4864df0  0x48756f8
    4 ETW000                                                                                39  1.007040
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                                          24  1.007064
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server TST (con_hdl=0,svchp=0x4875628,srvhp=0x4878b98)
    4 ETW000                                                                                54  1.007118
    4 ETW000  [dev trc     ,00000]  Assigning server context 0x4878b98 to service context 0x4875628        24605  1.031723
    4 ETW000  [dev trc     ,00000]  Assigning username to user session: con_hdl=0, usrhp=0x48b8450            31  1.031754
    4 ETW000  [dev trc     ,00000]  Assigning password to user session: con_hdl=0, usrhp=0x48b8450            27  1.031781
    4 ETW000  [dev trc     ,00000]  Fri Jan 14 15:59:07 2011                                               34656  1.066437
    4 ETW000  [dev trc     ,00000]  Starting user session: OCISessionBegin(con_hdl=0, usr=SAPSR3/<pwd>, svchp=0x4875628, srvhp=0x4878b98, usrhp=0x48b8450)
    4 ETW000                                                                                49  1.066486
    4 ETW000  [dev trc     ,00000]     OCISessionBegin(OCI_DEFAULT) failed with -1=OCI_ERROR               59656  1.126142
    4 ETW000  [dev trc     ,00000]     OCISessionBegin(OCI_DEFAULT) failed with SQL error 1034:              182  1.126324
    4 ETW000  [dev trc     ,00000]     ORA-01034: ORACLE not available                                        33  1.126357
    4 ETW000                        ORA-27101: shared memory realm does not exist
    4 ETW000                        Linux-x86_64 Error: 2: No such file or direc
    4 ETW000  [dev trc     ,00000]     tory                                                                               
    4 ETW000                                                                                56  1.126413
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=0x4878b98)                          26  1.126439
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=0x4875628,srvhp=0x4878b98)
    4 ETW000                                                                                34  1.126473
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 0x4878b98 from con_hdl=0              170  1.126643
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1034'                         38  1.126681
    4 ETW000  [dev trc     ,00000]     set_ocica() -> SQL error code 1034                                     25  1.126706
    4 ETW000  [dev trc     ,00000]  -->oci_get_errmsg (con_hdl=0, rc=1034)                                    24  1.126730
    4 ETW000  [dev trc     ,00000]     OCIErrorGet -> SQL error code: 1034                                    96  1.126826
    4 ETW000  [dev trc     ,00000]     ORA-01034: ORACLE not available                                        28  1.126854
    4 ETW000                        ORA-27101: shared memory realm does not exist
    4 ETW000                        Linux-x86_64 Error: 2: No such file or direc
    4 ETW000  [dev trc     ,00000]     tory                                                                               
    4 ETW000                                                                                80  1.126934
    4 ETW000  [dblink      ,00433]  ***LOG BY2=>sql error 1034   performing CON [dblink#8 @ 433]           21784  1.148718
    4 ETW000  [dblink      ,00433]  ***LOG BY0=>ORA-01034: ORACLE not available                               88  1.148806
    4 ETW000                        ORA-27101: shared memory realm does not exist
    4 ETW000                        Linux-x86_64 Error: 2: No such file or directory [dblink#8 @ 433]
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'TST'"

  • 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

  • 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

  • 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/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

  • Import ABAP error in ECC6 system copy targert

    Hi Experts,
                      I am istalling SAP Ecc 6 in System copy targrt, ABAP import fail in 2/87. I got the error Loading of 'SAPDFACT' import package: ERRORImport Monitor jobs.
    My OS  Windows 2003 64 bit and Oracle 10.2. Please find the log files belo. Please help me to solve this issue
      :\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20100325173244
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 00:40:17
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe -ctf I H:\MVGK IDESBackup-march2010\ABAP\DATA\SAPDFACT.STR C:\Program Files\sapinst_instdir\ERP\LM\COPY\ORA\SYSTEM\CENTRAL\AS\DDLORA.TPL SAPDFACT.TSK ORA -l SAPDFACT.log
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: job completed
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20100325173244
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20100325173244
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 00:40:17
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe -i SAPDFACT.cmd -dbcodepage 4103 -l SAPDFACT.log -stop_on_error
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (GSI) INFO: dbname   = "AT220100325020343                                                                                "
    (GSI) INFO: vname    = "ORACLE                          "
    (GSI) INFO: hostname = "KENKI                                                           "
    (GSI) INFO: sysname  = "Windows NT"
    (GSI) INFO: nodename = "KENKI"
    (GSI) INFO: release  = "5.2"
    (GSI) INFO: version  = "3790 Service Pack 2"
    (GSI) INFO: machine  = "4x AMD64 Level 6 (Mod 15 Step 7)"
    (DB) INFO: /BI0/E0RSTT_C01 created #20100325173245
    (IMP) INFO: import of /BI0/E0RSTT_C01 completed (0 rows) #20100325173245
    (DB) INFO: /BI0/E0RSTT_C01~0 created #20100325173245
    (DB) INFO: /BI0/E0RSTT_C01~01 created #20100325173245
    (DB) INFO: /BI0/E0RSTT_C01~02 created #20100325173245
    (DB) INFO: /BI0/E0RSTT_C01~04 created #20100325173245
    (DB) INFO: /BI0/E0RSTT_C01~05 created #20100325173245
    (DB) INFO: /BI0/E0RSTT_C01~06 created #20100325173245
    (DB) INFO: /BI0/E0RSTT_C01~07 created #20100325173245
    (DB) INFO: /BI0/E0RSTT_C01~08 created #20100325173245
    (DB) INFO: /BI0/E0RSTT_C01~09 created #20100325173245
    (DB) INFO: /BI0/E0RSTT_C01~10 created #20100325173245
    (DB) INFO: /BI0/E0RSTT_C01~11 created #20100325173245
    (DB) INFO: /BI0/E0RSTT_C01~12 created #20100325173245
    (DB) INFO: /BI0/E0RSTT_C01~13 created #20100325173245
    DbSl Trace: Error 1408 in exec_immediate() from oci_execute_stmt(), orpc=0
    DbSl Trace: ORA-1408 occurred when executing SQL stmt (parse error offset=57)
    (DB) ERROR: DDL statement failed
    (CREATE  INDEX "/BI0/E0RSTT_C01~P" ON "/BI0/E0RSTT_C01" ( "KEY_0RSTT_C01P" , "KEY_0RSTT_C01T" , "KEY_0RSTT_C01U" , "KEY_0RSTT_C011" , "KEY_0RSTT_C012" , "KEY_0RSTT_C013" , "KEY_0RSTT_C014" , "KEY_0RSTT_C015" , "KEY_0RSTT_C016" , "KEY_0RSTT_C017" , "KEY_0RSTT_C018" , "KEY_0RSTT_C019" , "KEY_0RSTT_C01A"  ) TABLESPACE PSAPSR3 STORAGE (INITIAL 65536 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )
    DbSlExecute: rc = 99
      (SQL error 1408)
      error message returned by DbSl:
    ORA-01408: such column list already indexed
    (DB) INFO: disconnected from DB
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: job finished with 1 error(s)
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20100325173245
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20100325174158
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 00:40:17
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe -i SAPDFACT.cmd -dbcodepage 4103 -l SAPDFACT.log -stop_on_error
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (GSI) INFO: dbname   = "AT220100325020343                                                                                "
    (GSI) INFO: vname    = "ORACLE                          "
    (GSI) INFO: hostname = "KENKI                                                           "
    (GSI) INFO: sysname  = "Windows NT"
    (GSI) INFO: nodename = "KENKI"
    (GSI) INFO: release  = "5.2"
    (GSI) INFO: version  = "3790 Service Pack 2"
    (GSI) INFO: machine  = "4x AMD64 Level 6 (Mod 15 Step 7)"
    (DB) ERROR: DDL statement failed
    (DROP INDEX "/BI0/E0RSTT_C01~P")
    DbSlExecute: rc = 103
      (SQL error 1418)
      error message returned by DbSl:
    ORA-01418: specified index does not exist
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    DbSl Trace: Error 1408 in exec_immediate() from oci_execute_stmt(), orpc=0
    DbSl Trace: ORA-1408 occurred when executing SQL stmt (parse error offset=57)
    (DB) ERROR: DDL statement failed
    (CREATE  INDEX "/BI0/E0RSTT_C01~P" ON "/BI0/E0RSTT_C01" ( "KEY_0RSTT_C01P" , "KEY_0RSTT_C01T" , "KEY_0RSTT_C01U" , "KEY_0RSTT_C011" , "KEY_0RSTT_C012" , "KEY_0RSTT_C013" , "KEY_0RSTT_C014" , "KEY_0RSTT_C015" , "KEY_0RSTT_C016" , "KEY_0RSTT_C017" , "KEY_0RSTT_C018" , "KEY_0RSTT_C019" , "KEY_0RSTT_C01A"  ) TABLESPACE PSAPSR3 STORAGE (INITIAL 65536 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )
    DbSlExecute: rc = 99
      (SQL error 1408)
      error message returned by DbSl:
    ORA-01408: such column list already indexed
    (DB) INFO: disconnected from DB
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: job finished with 1 error(s)
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20100325174158
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20100325180802
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 00:40:17
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe -i SAPDFACT.cmd -dbcodepage 4103 -l SAPDFACT.log -stop_on_error
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    (DB) ERROR: DbSlErrorMsg rc = 99
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: job finished with 1 error(s)
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20100325180808
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20100325182246
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 00:40:17
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe -i SAPDFACT.cmd -dbcodepage 4103 -l SAPDFACT.log -stop_on_error
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    (DB) ERROR: DbSlErrorMsg rc = 99
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: job finished with 1 error(s)
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20100325182251
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20100325183259
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 00:40:17
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe -i SAPDFACT.cmd -dbcodepage 4103 -l SAPDFACT.log -stop_on_error
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    (DB) ERROR: DbSlErrorMsg rc = 99
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: job finished with 1 error(s)
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20100325183304
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20100326100904
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 00:40:17
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe -i SAPDFACT.cmd -dbcodepage 4103 -l SAPDFACT.log -stop_on_error
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    (DB) ERROR: DbSlErrorMsg rc = 99
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: job finished with 1 error(s)
    G:\usr\sap\AT2\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20100326100910
    Thanks in Advance
    Jose H

    Hi,
    You can check the defined enviornment variable using command prompt and System properties.
    Open Command Prompt and give "set" command. It will show you active environment variable.
    You can also set missing environment variables in system properties.
    Start -->Control Panel --> System
    On Advanced Tab --> Environment Variables.
    After logging to the database if it shows message "Connected to idle instance", that means your database is not started.
    Please start the database using below SQL command.
    Open Command Prompt
    C:\Sqlplus / as sysdba
    SQL>startup
    Once it says "Database opened", retry SAP installation.
    You can also check the database status in SQL prompt using below command:
    SQL> select instance_name,status from v$instance;
    It must show output like:
    INSTANCE_NAME    STATUS
    <SID>              OPEN
    Regards.
    Rajesh Narkhede

Maybe you are looking for