D010TAB error

Hi,
I am getting an error -
Database error 21 at OPC access to table D010TAB.
[21] Warning: Fatal error 829 occured
Consequently, I can not display the content of Cubes/ODS.
But I can see the objects in RSA1.
Even While executing the Bex query, I am getting error"RFC connection".
There was a sudden power down, and system got shut down unexpectedly.
Can anyone please suggest what actually has happened? What does D0101TAB contain? How it is got locked.
I am using SQL Server 2005. Is there something wrong happened in BW side?
Thanks and Regards

Check your tablespace / extends (BWCCMS).

Similar Messages

  • SAP Ides ECC 6.0 Install: Import ABAP - Package SAPDODS Error - ORA-00903

    Experts,
    Good Morning!
    I'm trying to install SAP IDES ECC 6.0 version on a Windows 2008 R2 Server with Oracle 11g DB (11.2).
    System Info: 16GM RAM & 600GB Hdd. Prereqs passed.
    I'm getting the following error during the Import ABAP phase (16 of 29) in the sapinst log:
    "An error occurred while processing option Enhancement Package 6 for SAP ERP 6.0 > SAP Application Server ABAP > Oracle > Central System > Central System( Last error reported by the step: Program 'Migration Monitor' exits with error code 103. "
    Here's the dump of import_monitor.java.log
    java version "1.4.2_32"
    Java(TM) 2 Runtime Environment, Standard Edition (build 4.1.012)
    SAP Java Server VM (build 4.1.012 1.6-b03, Oct 21 2011 14:18:45 - 41_REL - optU - windows amd64 - 6 - bas2:161688 (mixed mode))
    Import Monitor jobs: running 1, waiting 1, completed 141, failed 0, total 143.
    Loading of 'SAPDODS' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 141, failed 1, total 143.
    Here's the dump of import_monitor.log:
    INFO: 2014-07-05 13:42:53
    Data codepage 4103 is determined using TOC file 'C:\Target\Export1\DATA\D010TAB.TOC' for package 'D010TAB'.
    TRACE: 2014-07-05 13:42:53 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPDODS' import package is started.
    TRACE: 2014-07-05 13:42:53 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPDODS' import package into database:
    C:\usr\sap\AVV\SYS\exe\uc\NTAMD64\R3load.exe -i SAPDODS.cmd -dbcodepage 4103 -l SAPDODS.log -stop_on_error
    ERROR: 2014-07-05 13:42:54 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPDODS' import package is interrupted with R3load error.
    Process 'C:\usr\sap\AVV\SYS\exe\uc\NTAMD64\R3load.exe -i SAPDODS.cmd -dbcodepage 4103 -l SAPDODS.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPDODS.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: 2014-07-05 13:43:21
    Cannot start import of packages with views because not all import packages with tables are loaded successfully.
    WARNING: 2014-07-05 13:43:21
    1 error(s) during processing of packages.
    INFO: 2014-07-05 13:43:21
    Import Monitor is stopped.
    Here's the log of SAPDODS...
    C:\usr\sap\AVV\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20140705134253
    C:\usr\sap\AVV\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/720_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    C:\usr\sap\AVV\SYS\exe\uc\NTAMD64\R3load.exe: version R7.20/V1.4 [UNICODE]
    Compiled Aug 16 2011 02:26:36
    patchinfo (patches.h): (0.098) DB6: correction for R3load PL 91 on HP-UX and SOLARIS (note 1609719)
    process id 1488
    C:\usr\sap\AVV\SYS\exe\uc\NTAMD64\R3load.exe -i SAPDODS.cmd -dbcodepage 4103 -l SAPDODS.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): UTF16
    (SQL) INFO: Searching for SQL file SQLFiles.LST
    (SQL) INFO: SQLFiles.LST not found
    (SQL) INFO: Searching for SQL file C:\Target\Export1\DB/SQLFiles.LST
    (SQL) INFO: C:\Target\Export1\DB/SQLFiles.LST not found
    (SQL) INFO: Searching for SQL file DODS.SQL
    (SQL) INFO: DODS.SQL not found
    (SQL) INFO: Searching for SQL file C:\Target\Export1\DB/ORA/DODS.SQL
    (SQL) INFO: found C:\Target\Export1\DB/ORA/DODS.SQL
    (SQL) INFO: Trying to open C:\Target\Export1\DB/ORA/DODS.SQL
    (SQL) INFO: C:\Target\Export1\DB/ORA/DODS.SQL opened
    (DB) ERROR: DDL statement failed
    (DROP TABLE "/BI0/APERS_BOD00")
    DbSlExecute: rc = 103
      (SQL error 942)
      error message returned by DbSl:
    ORA-00942: table or view does not exist
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    DbSl Trace: Error 903 in exec_immediate() from oci_execute_stmt(), orpc=0
    DbSl Trace: ORA-00903 occurred at SQL stmt (parse error offset=15)
    (DB) ERROR: DDL statement failed
    (  CREATE TABLE [/BI0/APERS_BOD00]         (  [TCTUSERNM] nvarchar(000012)          NOT NULL  ,           [TCTOBJVERS] nvarchar(000001)          NOT NULL  ,           [TCTSYSID] nvarchar(000010)          NOT NULL  ,           [TCTQUACT] nvarchar(000001)          NOT NULL  ,           [TCTOBJNM] nvarchar(000040)          NOT NULL  ,           [TCTTLOGO] nvarchar(000004)          NOT NULL  ,           [RECORDMODE] nvarchar(000001)          NOT NULL  ,           [TCTTIMSTMP] nvarchar(000014)          NOT NULL   )          WITH ( DATA_COMPRESSION = PAGE )   )
    DbSlExecute: rc = 99
      (SQL error 903)
      error message returned by DbSl:
    ORA-00903: invalid table name
    (DB) INFO: disconnected from DB
    C:\usr\sap\AVV\SYS\exe\uc\NTAMD64\R3load.exe: job finished with 1 error(s)
    C:\usr\sap\AVV\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20140705134254
    FYI - A retry does not help. Also tried to search for the error on scn, google but haven't been able to find the right solution.
    Can you help?
    Regards,
    Cobain.

    Divyanshu - sorry to ask but can you explain why i need to update r3load and r3trans to resolve this error? Just want to understand why I'm doing a correction so I can learn from the same.
    Also, can you clarify the file update process:
    For R3load:
    a) the r3load used by the command is dated 8/16/2011 (location:C:\usr\sap\AVV\SYS\exe\uc\NTAMD64\...)
    b) the r3load i have in my db folder is dated 10/23/2011 (location:C:\Final\Installer\BS7i2011_Installation_Master_\DATA_UNITS\BS2011_IM_WINDOWS_X86_64\ORA\UC\...)
    Do i replace (a) with (b)?
    For R3trans:
    How do I update this file?
    - Cobain.

  • Error in import abap step while importing system copy.

    Hi All,
    My colleague had taken System copy of development server, few days back. it was completed successfully,
    now we want to restore that system copy, as hardware failed. But when we start the import of system copy,
    all ABAP jobs are failing in import abap step, Some DDL statement problem. can u pls help wht to do.
    I found in some forums, SMIGR_create_DDL report need to be generated prior to taking system copy, but he
    didnt taken tht.
    OS: Windows 2003
    DB: DB2
    Pls find sapinst.log
    INFO 2009-10-27 10:43:06.890
    Output of C:\j2sdk1.4.2_13-x64\bin\java.exe -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst is written to the logfile import_monitor.java.log.
    WARNING 2009-10-27 10:53:37.125
    Execution of the command "C:\j2sdk1.4.2_13-x64\bin\java.exe -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst" finished with return code 103. Output:
    java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_13-b06, mixed mode)
    Import Monitor jobs: running 1, waiting 63, completed 0, failed 0, total 64.
    Import Monitor jobs: running 2, waiting 62, completed 0, failed 0, total 64.
    Import Monitor jobs: running 3, waiting 61, completed 0, failed 0, total 64.
    Loading of 'DOKCLU' import package: ERROR
    Import Monitor jobs: running 2, waiting 61, completed 0, failed 1, total 64.
    Loading of 'D010TAB' import package: ERROR
    Import Monitor jobs: running 1, waiting 61, completed 0, failed 2, total 64.
    Loading of 'REPOSRC' import package: ERROR
    Import Monitor jobs: running 0, waiting 61, completed 0, failed 3, total 64.
    Import Monitor jobs: running 1, waiting 60, completed 0, failed 3, total 64.
    Import Monitor jobs: running 2, waiting 59, completed 0, failed 3, total 64.
    Import Monitor jobs: running 3, waiting 58, completed 0, failed 3, total 64.
    Loading of 'DYNPSOURCE' import package: ERROR
    Import Monitor jobs: running 2, waiting 58, completed 0, failed 4, total 64.
    Loading of 'SAPAPPL1_4' import package: ERROR
    Import Monitor jobs: running 1, waiting 58, completed 0, failed 5, total 64.
    Loading of 'SAPAPPL2_2' import package: ERROR
    Import Monitor jobs: running 0, waiting 58, completed 0, failed 6, total 64.
    Import Monitor jobs: running 1, waiting 57, completed 0, failed 6, total 64.
    Import Monitor jobs: running 2, waiting 56, completed 0, failed 6, total 64.
    Import Monitor jobs: running 3, waiting 55, completed 0, failed 6, total 64.
    Loading of 'SAPNTAB' import package: ERROR
    Import Monitor jobs: running 2, waiting 55, completed 0, failed 7, total 64.
    Loading of 'SAPSSEXC_9' import package: ERROR
    Import Monitor jobs: running 1, waiting 55, completed 0, failed 8, total 64.
    Loading of 'SAPSSEXC_8' import package: ERROR
    Import Monitor jobs: running 0, waiting 55, completed 0, failed 9, total 64.
    Import Monitor jobs: running 1, waiting 54, completed 0, failed 9, total 64.
    Import Monitor jobs: running 2, waiting 53, completed 0, failed 9, total 64.
    Import Monitor jobs: running 3, waiting 52, completed 0, failed 9, total 64.
    Loading of 'SAPAPPL2_6' import package: ERROR
    Import Monitor jobs: running 2, waiting 52, completed 0, failed 10, total 64.
    Loading of 'SAPAPPL1_3' import package: ERROR
    Import Monitor jobs: running 1, waiting 52, completed 0, failed 11, total 64.
    Loading of 'SAPAPPL2_5' import package: ERROR
    Import Monitor jobs: running 0, waiting 52, completed 0, failed 12, total 64.
    Import Monitor jobs: running 1, waiting 51, completed 0, failed 12, total 64.
    Import Monitor jobs: running 2, waiting 50, completed 0, failed 12, total 64.
    Import Monitor jobs: running 3, waiting 49, completed 0, failed 12, total 64.
    Loading of 'D010INC' import package: ERROR
    Import Monitor jobs: running 2, waiting 49, completed 0, failed 13, total 64.
    Loading of 'SAPAPPL1_2' import package: ERROR
    Import Monitor jobs: running 1, waiting 49, completed 0, failed 14, total 64.
    Loading of 'SAPAPPL1_7' import package: ERROR
    Import Monitor jobs: running 0, waiting 49, completed 0, failed 15, total 64.
    Import Monitor jobs: running 1, waiting 48, completed 0, failed 15, total 64.
    Import Monitor jobs: running 2, waiting 47, completed 0, failed 15, total 64.
    Import Monitor jobs: running 3, waiting 46, completed 0, failed 15, total 64.
    Loading of 'SAPSSEXC_2' import package: ERROR
    Import Monitor jobs: running 2, waiting 46, completed 0, failed 16, total 64.
    Loading of 'DYNPLOAD' import package: ERROR
    Import Monitor jobs: running 1, waiting 46, completed 0, failed 17, total 64.
    Loading of 'SAPSSEXC_5' import package: ERROR
    Import Monitor jobs: running 0, waiting 46, completed 0, failed 18, total 64.
    Import Monitor jobs: running 1, waiting 45, completed 0, failed 18, total 64.
    Import Monitor jobs: running 2, waiting 44, completed 0, failed 18, total 64.
    Import Monitor jobs: running 3, waiting 43, completed 0, failed 18, total 64.
    Loading of 'SAPSDIC' import package: ERROR
    Import Monitor jobs: running 2, waiting 43, completed 0, failed 19, total 64.
    Loading of 'SAPAPPL2_14' import package: ERROR
    Import Monitor jobs: running 1, waiting 43, completed 0, failed 20, total 64.
    Loading of 'SAPAPPL0_2' import package: ERROR
    Import Monitor jobs: running 0, waiting 43, completed 0, failed 21, total 64.
    Import Monitor jobs: running 1, waiting 42, completed 0, failed 21, total 64.
    Import Monitor jobs: running 2, waiting 41, completed 0, failed 21, total 64.
    Import Monitor jobs: running 3, waiting 40, completed 0, failed 21, total 64.
    Loading of 'SAPSSEXC_3' import package: ERROR
    Import Monitor jobs: running 2, waiting 40, completed 0, failed 22, total 64.
    Loading of 'SAPSSEXC_4' import package: ERROR
    Import Monitor jobs: running 1, waiting 40, completed 0, failed 23, total 64.
    Loading of 'SAPAPPL2_10' import package: ERROR
    Import Monitor jobs: running 0, waiting 40, completed 0, failed 24, total 64.
    Import Monitor jobs: running 1, waiting 39, completed 0, failed 24, total 64.
    Import Monitor jobs: running 2, waiting 38, completed 0, failed 24, total 64.
    Import Monitor jobs: running 3, waiting 37, completed 0, failed 24, total 64.
    Loading of 'SAPSSEXC_7' import package: ERROR
    Import Monitor jobs: running 2, waiting 37, completed 0, failed 25, total 64.
    Loading of 'SAPAPPL0_7' import package: ERROR
    Import Monitor jobs: running 1, waiting 37, completed 0, failed 26, total 64.
    Loading of 'SAPAPPL0_1' import package: ERROR
    Import Monitor jobs: running 0, waiting 37, completed 0, failed 27, total 64.
    Import Monitor jobs: running 1, waiting 36, completed 0, failed 27, total 64.
    Import Monitor jobs: running 2, waiting 35, completed 0, failed 27, total 64.
    Import Monitor jobs: running 3, waiting 34, completed 0, failed 27, total 64.
    Loading of 'SAPAPPL2_7' import package: ERROR
    Import Monitor jobs: running 2, waiting 34, completed 0, failed 28, total 64.
    Loading of 'SAPAPPL2_4' import package: ERROR
    Import Monitor jobs: running 1, waiting 34, completed 0, failed 29, total 64.
    Loading of 'SAPAPPL1_6' import package: ERROR
    Import Monitor jobs: running 0, waiting 34, completed 0, failed 30, total 64.
    Import Monitor jobs: running 1, waiting 33, completed 0, failed 30, total 64.
    Import Monitor jobs: running 2, waiting 32, completed 0, failed 30, total 64.
    Import Monitor jobs: running 3, waiting 31, completed 0, failed 30, total 64.
    Loading of 'SAPAPPL0_3' import package: ERROR
    Import Monitor jobs: running 2, waiting 31, completed 0, failed 31, total 64.
    Loading of 'SAPCLUST' import package: ERROR
    Import Monitor jobs: running 1, waiting 31, completed 0, failed 32, total 64.
    Loading of 'SAPAPPL0_8' import package: ERROR
    Import Monitor jobs: running 0, waiting 31, completed 0, failed 33, total 64.
    Import Monitor jobs: running 1, waiting 30, completed 0, failed 33, total 64.
    Import Monitor jobs: running 2, waiting 29, completed 0, failed 33, total 64.
    Import Monitor jobs: running 3, waiting 28, completed 0, failed 33, total 64.
    Loading of 'SAPSSRC' import package: ERROR
    Import Monitor jobs: running 2, waiting 28, completed 0, failed 34, total 64.
    Loading of 'ENHOBJCONTRACT' import package: ERROR
    Import Monitor jobs: running 1, waiting 28, completed 0, failed 35, total 64.
    Loading of 'SAPAPPL0_4' import package: ERROR
    Import Monitor jobs: running 0, waiting 28, completed 0, failed 36, total 64.
    Import Monitor jobs: running 1, waiting 27, completed 0, failed 36, total 64.
    Import Monitor jobs: running 2, waiting 26, completed 0, failed 36, total 64.
    Import Monitor jobs: running 3, waiting 25, completed 0, failed 36, total 64.
    Loading of 'SAPSSEXC_1' import package: ERROR
    Import Monitor jobs: running 2, waiting 25, completed 0, failed 37, total 64.
    Loading of 'SAPSSEXC_6' import package: ERROR
    Import Monitor jobs: running 1, waiting 25, completed 0, failed 38, total 64.
    Loading of 'SAPAPPL2_8' import package: ERROR
    Import Monitor jobs: running 0, waiting 25, completed 0, failed 39, total 64.
    Import Monitor jobs: running 1, waiting 24, completed 0, failed 39, total 64.
    Import Monitor jobs: running 2, waiting 23, completed 0, failed 39, total 64.
    Import Monitor jobs: running 3, waiting 22, completed 0, failed 39, total 64.
    Loading of 'SAPPOOL' import package: ERROR
    Import Monitor jobs: running 2, waiting 22, completed 0, failed 40, total 64.
    Loading of 'SAPAPPL2_1' import package: ERROR
    Import Monitor jobs: running 1, waiting 22, completed 0, failed 41, total 64.
    Loading of 'SAPAPPL1_5' import package: ERROR
    Import Monitor jobs: running 0, waiting 22, completed 0, failed 42, total 64.
    Import Monitor jobs: running 1, waiting 21, completed 0, failed 42, total 64.
    Import Monitor jobs: running 2, waiting 20, completed 0, failed 42, total 64.
    Import Monitor jobs: running 3, waiting 19, completed 0, failed 42, total 64.
    Loading of 'REPOTEXT' import package: ERROR
    Import Monitor jobs: running 2, waiting 19, completed 0, failed 43, total 64.
    Loading of 'SAPAPPL0_5' import package: ERROR
    Import Monitor jobs: running 1, waiting 19, completed 0, failed 44, total 64.
    Loading of 'SAPAPPL2_9' import package: ERROR
    Import Monitor jobs: running 0, waiting 19, completed 0, failed 45, total 64.
    Import Monitor jobs: running 1, waiting 18, completed 0, failed 45, total 64.
    Import Monitor jobs: running 2, waiting 17, completed 0, failed 45, total 64.
    Import Monitor jobs: running 3, waiting 16, completed 0, failed 45, total 64.
    Loading of 'SAPSSEXC_10' import package: ERROR
    Import Monitor jobs: running 2, waiting 16, completed 0, failed 46, total 64.
    Loading of 'SAPAPPL2_3' import package: ERROR
    Import Monitor jobs: running 1, waiting 16, completed 0, failed 47, total 64.
    Loading of 'SAPAPPL0_6' import package: ERROR
    Import Monitor jobs: running 0, waiting 16, completed 0, failed 48, total 64.
    Import Monitor jobs: running 1, waiting 15, completed 0, failed 48, total 64.
    Import Monitor jobs: running 2, waiting 14, completed 0, failed 48, total 64.
    Import Monitor jobs: running 3, waiting 13, completed 0, failed 48, total 64.
    Loading of 'SAPSLEXC' import package: ERROR
    Import Monitor jobs: running 2, waiting 13, completed 0, failed 49, total 64.
    Loading of 'SAPAPPL0_9' import package: ERROR
    Import Monitor jobs: running 1, waiting 13, completed 0, failed 50, total 64.
    Loading of 'SAPAPPL2_11' import package: ERROR
    Import Monitor jobs: running 0, waiting 13, completed 0, failed 51, total 64.
    Import Monitor jobs: running 1, waiting 12, completed 0, failed 51, total 64.
    Import Monitor jobs: running 2, waiting 11, completed 0, failed 51, total 64.
    Import Monitor jobs: running 3, waiting 10, completed 0, failed 51, total 64.
    Loading of 'SAPSPROT' import package: ERROR
    Import Monitor jobs: running 2, waiting 10, completed 0, failed 52, total 64.
    Loading of 'SAPAPPL2_13' import package: ERROR
    Import Monitor jobs: running 1, waiting 10, completed 0, failed 53, total 64.
    Loading of 'SAPAPPL2_12' import package: ERROR
    Import Monitor jobs: running 0, waiting 10, completed 0, failed 54, total 64.
    Import Monitor jobs: running 1, waiting 9, completed 0, failed 54, total 64.
    Import Monitor jobs: running 2, waiting 8, completed 0, failed 54, total 64.
    Import Monitor jobs: running 3, waiting 7, completed 0, failed 54, total 64.
    Loading of 'SAPSLOAD' import package: ERROR
    Import Monitor jobs: running 2, waiting 7, completed 0, failed 55, total 64.
    Loading of 'SAPSDOCU' import package: ERROR
    Import Monitor jobs: running 1, waiting 7, completed 0, failed 56, total 64.
    Loading of 'SAPAPPL1_1' import package: ERROR
    Import Monitor jobs: running 0, waiting 7, completed 0, failed 57, total 64.
    Import Monitor jobs: running 1, waiting 6, completed 0, failed 57, total 64.
    Import Monitor jobs: running 2, waiting 5, completed 0, failed 57, total 64.
    Import Monitor jobs: running 3, waiting 4, completed 0, failed 57, total 64.
    Loading of 'SAPDDIM' import package: ERROR
    Import Monitor jobs: running 2, waiting 4, completed 0, failed 58, total 64.
    Loading of 'SAPUSER' import package: ERROR
    Import Monitor jobs: running 1, waiting 4, completed 0, failed 59, total 64.
    Loading of 'SAPDFACT' import package: ERROR
    Import Monitor jobs: running 0, waiting 4, completed 0, failed 60, total 64.
    Import Monitor jobs: running 1, waiting 3, completed 0, failed 60, total 64.
    Import Monitor jobs: running 2, waiting 2, completed 0, failed 60, total 64.
    Import Monitor jobs: running 3, waiting 1, completed 0, failed 60, total 64.
    Loading of 'SAPDODS' import package: ERROR
    Import Monitor jobs: running 2, waiting 1, completed 0, failed 61, total 64.
    Loading of 'SAPUSER1' import package: ERROR
    Import Monitor jobs: running 1, waiting 1, completed 0, failed 62, total 64.
    Loading of 'SAP0000' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 0, failed 63, total 64.
    ERROR 2009-10-27 10:53:37.125
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    ERROR 2009-10-27 10:53:37.140
    FCO-00011  The step runMigrationMonitor with step key |NW_Doublestack_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|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 ( Last error reported by the step :Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.).
    Thanks.

    i checked the DOKCLU log, pls find the log below:
    D:\usr\sap\ATD\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20091027104307
    D:\usr\sap\ATD\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#20 $ SAP
    D:\usr\sap\ATD\SYS\exe\uc\NTAMD64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Aug 23 2009 23:42:38
    D:\usr\sap\ATD\SYS\exe\uc\NTAMD64\R3load.exe -i DOKCLU.cmd -dbcodepage 4103 -k 1gage5M50Dp01eqte1]x3Qa5 -l DOKCLU.log -stop_on_error -loadprocedure fast LOAD
    (DB) INFO: connected to DB
    (GSI) INFO: dbname   = "ATD                                                                                "
    (GSI) INFO: vname    = "DB6                             "
    (GSI) INFO: hostname = "UNKNOWN                                                         "
    (GSI) INFO: sysname  = "Windows NT"
    (GSI) INFO: nodename = "SERVER"
    (GSI) INFO: release  = "5.2"
    (GSI) INFO: version  = "3790 Service Pack 1"
    (GSI) INFO: machine  = "4x AMD64 Level 6 (Mod 23 Step 7)"
    (DB) ERROR: DDL statement failed
    ( DROP TABLE "DOKCLU" )
    dsql_exec_immediate returned DS_DBOBJECTUNKNOWN
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    (DB) ERROR: DDL statement failed
    ( CREATE TABLE "DOKCLU" ( "ID" SAPDB6CHAR(2) DEFAULT ' ' NOT NULL , "OBJECT" SAPDB6CHAR(60) DEFAULT ' ' NOT NULL , "LANGU" SAPDB6FIXCHAR(1) DEFAULT ' ' NOT NULL , "TYP" SAPDB6FIXCHAR(1) DEFAULT ' ' NOT NULL , "DOKVERSION" SAPDB6FIXCHAR(4) DEFAULT '0000' NOT NULL , "PAGENO" SMALLINT DEFAULT 0 NOT NULL , "TIMESTMP" SAPDB6CHAR(46) DEFAULT ' ' NOT NULL , "PAGELG" SMALLINT DEFAULT 0 NOT NULL , "VARDATA" VARCHAR(3800) FOR BIT DATA  ) IN ATD#ES700D INDEX IN ATD#ES700I LONG IN ATD#ES700D )
    dsql_exec_immediate returned DS_DBOBJECTUNKNOWN
    (DB) INFO: disconnected from DB
    D:\usr\sap\ATD\SYS\exe\uc\NTAMD64\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\ATD\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20091027104307
    Thanks

  • IMPORT MONITOR JOBS ERROR IN ECC 6 INSTALLATION

    WARNING 2014-12-18 23:54:18
    Execution of the command "C:\Program Files\j2sdk1.4.2_13\bin\java.exe -classpath migmon.jar -showversion com.sap.inst.migmon.imp.ImportMonitor -dbType ORA -importDirs "E:\ECC EXPORT 1\EXPORT_51031897-1\EXP1;E:\EXPORT 2\51031897-2\EXP2;E:\EXPORT 3\51031897-3\EXP3;E:\EXPORT 4\51031897-4\EXP4;F:\EXPORT 5\51031897-5\EXP5;F:\EXPORT 5\51031897-5\EXP6;F:\EXPORT 5\51031897-5\EXP7;F:\EXPORT 5\51031897-5\EXP8;F:\EXPORT 5\51031897-5\EXP9;F:\EXPORT 5\51031897-5\EXP10;F:\EXPORT 5\51031897-5\EXP11" -installDir "C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\CENTRAL\AS" -orderBy "" -r3loadExe F:\usr\sap\AMC\SYS\exe\uc\NTI386\R3load.exe -tskFiles yes -extFiles yes -dbCodepage 4103 -jobNum 3 -monitorTimeout 30 -loadArgs " -stop_on_error" -trace all -sapinst" finished with return code 103. Output: java version "1.4.2_13"Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode)Import Monitor jobs: running 1, waiting 3, completed 68, failed 0, total 72.Import Monitor jobs: running 2, waiting 2, completed 68, failed 0, total 72.Import Monitor jobs: running 3, waiting 1, completed 68, failed 0, total 72.Loading of 'SAPAPPL1_14' import package: ERRORLoading of 'SAPAPPL2_2' import package: ERRORImport Monitor jobs: running 1, waiting 1, completed 68, failed 2, total 72.Import Monitor jobs: running 1, waiting 1, completed 68, failed 2, total 72.Loading of 'D010TAB' import package: ERRORImport Monitor jobs: running 0, waiting 1, completed 68, failed 3, total 72.
    this is the error i'm getting
    i started oracle instance through command prompt but in vain. only four jobs r not completing.
    i checked virtual memory.
    please help me out.
    thanks
    krish

    Hi Krish,
    Welcome to SDN.
    The installation log files would help figure out the exact error.
    In the below case, the log file SAPAPPL2_2.LOG might give more information. Let us if the logs have any errors mentioned.
    Logs should be in the <OS drive>\Program Files\sapinst_instdir\.... folfer.
    Regards,
    Srikishan

  • Error While Installing ABAP Netweaver Trail

    Hi Everyone,
    I am New to this network,
    Can anyone please help me, when i am installing SAP_NetWeaver_702e_Installation_Master Trail I am getting this error.
    How to resolve this issue?
    An error occurred while processing option SAP NetWeaver 7.0 including Enhancement Package 2 > SAP Application Server ABAP > MaxDB > Central System > Central System( Last error reported by the step :Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.). You can now:
    Choose Retry to repeat the current step.
    Choose Log Files to get more information about the error.
    Stop the option and continue with it later.
    Log files are written to C:\Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/.
    Error log file is
    TRACE      2014-10-21 01:34:02.508 [iaxxclib.cpp:188]
               CLib::load()
    Opened sylib721.dll
    TRACE      2014-10-21 01:34:02.508
    exe dir is C:\Users\Aditya\AppData\Local\Temp\sapinst_exe.3332.1413835438
    TRACE      2014-10-21 01:34:02.679
    MessageLib initialized successfully.
    INFO       2014-10-21 01:34:03.101 [synxcpath.cpp:815]
               CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Users\Aditya\AppData\Local\Temp\sapinst_exe.3332.1413835438\dev_sap_kernel_test_21_Oct_2014_01_34_02.
    INFO       2014-10-21 01:34:03.101 [synxcfile.cpp:416]
               CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
               lib=syslib module=syslib
    Removed file C:\Users\Aditya\AppData\Local\Temp\sapinst_exe.3332.1413835438\dev_sap_kernel_test_21_Oct_2014_01_34_02.
    TRACE      2014-10-21 01:34:03.116 [syxxclogbook.cpp:209]
               PSyLogBook::initSAPKernelTracing(int traceLevel, const CSyPath & filePath)
               lib=syslib module=syslib
    Initialized SAP kernel tracing to file C:\Users\Aditya\AppData\Local\Temp\sapinst_exe.3332.1413835438\dev_sap_kernel
    INFO       2014-10-21 01:34:03.116 [synxcpath.cpp:815]
               CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Users\Aditya\AppData\Local\Temp\sapinst_exe.3332.1413835438\dev_sap_kernel_test_21_Oct_2014_01_34_03.
    INFO       2014-10-21 01:34:03.116 [synxcfile.cpp:416]
               CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
               lib=syslib module=syslib
    Removed file C:\Users\Aditya\AppData\Local\Temp\sapinst_exe.3332.1413835438\dev_sap_kernel_test_21_Oct_2014_01_34_03.
    TRACE      2014-10-21 01:34:03.132 [syxxclogbook.cpp:209]
               PSyLogBook::initSAPKernelTracing(int traceLevel, const CSyPath & filePath)
               lib=syslib module=syslib
    Initialized SAP kernel tracing to file C:\Users\Aditya\AppData\Local\Temp\sapinst_exe.3332.1413835438\dev_sap_kernel
    TRACE      2014-10-21 01:34:03.132 [iaxxclib.cpp:188]
               CLib::load()
    Opened C:\Users\Aditya\AppData\Local\Temp\sapinst_exe.3332.1413835438/iaguieng721.dll
    TRACE      2014-10-21 01:34:03.132 [iaxxgenimp.cpp:918]
               CGuiEngineImp::init()
    receiving and sending on port 21200
    TRACE      2014-10-21 01:34:03.147 [syxxccuren.cpp:31]
               CSyCurrentProcessEnvironmentImpl::setEnvironmentVariable(const iastring & 'SAPINST_JRE_HOME', const iastring & 'C:/Users/Aditya/AppData/Local/Temp/sapinst_exe.3332.1413835438/jre')
               lib=syslib module=syslib
    Environment variable SAPINST_JRE_HOME set to value 'C:/Users/Aditya/AppData/Local/Temp/sapinst_exe.3332.1413835438/jre'.
    TRACE      2014-10-21 01:34:04.396
    exe dir is C:/Users/Aditya/AppData/Local/Temp/sapinst_exe.3332.1413835438
    INFO       2014-10-21 01:34:04.396 [synxcpath.cpp:815]
               CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Program Files\sapinst_instdir\x.
    INFO       2014-10-21 01:34:04.396 [synxcfile.cpp:416]
               CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
               lib=syslib module=syslib
    Removed file C:\Program Files\sapinst_instdir\x.
    TRACE      2014-10-21 01:34:04.396 [iaxxclib.cpp:188]
               CLib::load()
    Opened C:\Users\Aditya\AppData\Local\Temp\sapinst_exe.3332.1413835438/iakdblib721.dll
    TRACE      2014-10-21 01:34:04.396
    SAPinst build information:
    abi version : 721
    make variant: 720_REL
    build       : 1147189
    compile time: Apr 20 2010 22:51:41
    TRACE      2014-10-21 01:34:04.630 [iaxxgenimp.cpp:469]
               CGuiEngineImp::showDialog()
    showing dlg diProductChoice
    TRACE      2014-10-21 01:34:04.630 [iaxxgenimp.cpp:488]
               CGuiEngineImp::showDialog()
    <dialog sid="diProductChoice">
    <title>Welcome to SAP Installation Master</title>
    <dialog/>
    TRACE      2014-10-21 01:34:12.729 [iaxxclogintimeout.cpp:102]
               CLoginTimeout::run()
    Login in progress
    TRACE      2014-10-21 01:34:12.729
    Connection request to guiengine backend by host 192.168.1.3
    TRACE      2014-10-21 01:34:12.807
    Protocol version is 3.1
    TRACE      2014-10-21 01:34:12.807
    Send connect information
    TRACE      2014-10-21 01:34:12.807
    client logged on
    TRACE      2014-10-21 01:34:13.57 [iaxxgenimp.cpp:1245]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    TRACE      2014-10-21 01:34:22.745 [iaxxdlghnd.cpp:97]
               CDialogHandler::doHandleDoc()
    CDialogHandler: ACTION_NEXT requested
    TRACE      2014-10-21 01:34:22.745 [iaxxcdialogdoc.cpp:203]
               CDialogDocument::submit()
    <dialog sid="diProductChoice">
    <dialog/>
    INFO       2014-10-21 01:34:22.776 [synxcpath.cpp:815]
               CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\x.
    INFO       2014-10-21 01:34:22.776 [synxcfile.cpp:416]
               CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
               lib=syslib module=syslib
    Removed file C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\x.
    TRACE      2014-10-21 01:34:22.916 [iaxxgenimp.cpp:469]
               CGuiEngineImp::showDialog()
    showing dlg diRestartOrCancel
    TRACE      2014-10-21 01:34:22.916 [iaxxgenimp.cpp:488]
               CGuiEngineImp::showDialog()
    <dialog sid="diRestartOrCancel">
    Dialog does not contain standard input handler, so the backend is not able to generate a log entry
    <dialog/>
    TRACE      2014-10-21 01:34:22.916 [iaxxgenimp.cpp:1245]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    TRACE      2014-10-21 01:34:26.395
    current working directory is C:\Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/
    INFO       2014-10-21 01:34:26.411 [synxcpath.cpp:815]
               CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Program Files\sapinst_instdir\x.
    INFO       2014-10-21 01:34:26.411 [synxcfile.cpp:416]
               CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
               lib=syslib module=syslib
    Removed file C:\Program Files\sapinst_instdir\x.
    TRACE      2014-10-21 01:34:26.411 [syxxcfile.cpp:168]
               CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/dev_sap_kernel, m_realNodeType: 2}, ISyNode::CopyMoveMode_t 0x3, PSyNode &) const 
               lib=syslib module=syslib
    Target file exists and (mode & ISyNode::EXISTING) ==> I will copy/move.
    INFO       2014-10-21 01:34:26.411 [synxcfile.cpp:416]
               CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
               lib=syslib module=syslib
    Removed file C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\dev_sap_kernel.
    TRACE      2014-10-21 01:34:26.411 [syxxcnode.cpp:441]
               CSyNodeImpl::move(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL, ISyNode::CopyMoveMode_t 0x3)
               lib=syslib module=syslib
    Moved C:/Users/Aditya/AppData/Local/Temp/sapinst_exe.3332.1413835438/dev_sap_kernel to C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/dev_sap_kernel
    TRACE      2014-10-21 01:34:26.411 [syxxclogbook.cpp:209]
               PSyLogBook::initSAPKernelTracing(int traceLevel, const CSyPath & filePath)
               lib=syslib module=syslib
    Initialized SAP kernel tracing to file C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\dev_sap_kernel
    TRACE      2014-10-21 01:34:27.471
    Running with toplevel file C:\Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL//toplevel.xml
    TRACE      2014-10-21 01:34:27.487 [syxxcfile.cpp:130]
               CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst_dev.4.log, m_realNodeType: 8}, ISyNode::CopyMoveMode_t 0x3, PSyNode &) const 
               lib=syslib module=syslib
    Target node does not exists and (mode & ISyNode::MISSING) ==> I will copy/move.
    TRACE      2014-10-21 01:34:27.487 [syxxcnode.cpp:441]
               CSyNodeImpl::move(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst_dev.4.log, ISyNode::CopyMoveMode_t 0x3)
               lib=syslib module=syslib
    Moved C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst_dev.log to C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst_dev.4.log
    TRACE      2014-10-21 01:34:27.503 [syxxcfile.cpp:130]
               CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst.4.log, m_realNodeType: 8}, ISyNode::CopyMoveMode_t 0x3, PSyNode &) const 
               lib=syslib module=syslib
    Target node does not exists and (mode & ISyNode::MISSING) ==> I will copy/move.
    TRACE      2014-10-21 01:34:27.503 [syxxcnode.cpp:441]
               CSyNodeImpl::move(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst.4.log, ISyNode::CopyMoveMode_t 0x3)
               lib=syslib module=syslib
    Moved C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst.log to C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst.4.log
    TRACE      2014-10-21 01:34:27.674
    Using custom value info for property SAPINST_MESSAGE_CONSOLE_THRESHOLD.
    TRACE      2014-10-21 01:34:27.674
    Running with dialog file C:\Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL//dialog.xml
    TRACE      2014-10-21 01:34:27.799
    Running with keydb file C:\Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL//keydb.xml
    TRACE      2014-10-21 01:34:28.142 [syxxcfile.cpp:130]
               CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.12.xml, m_realNodeType: 8}, ISyNode::CopyMoveMode_t 0x3, PSyNode &) const 
               lib=syslib module=syslib
    Target node does not exists and (mode & ISyNode::MISSING) ==> I will copy/move.
    TRACE      2014-10-21 01:34:28.142 [synxcfile.cpp:516]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.12.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
               lib=syslib module=syslib
    Copying file C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.xml to C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.12.xml
    INFO       2014-10-21 01:34:28.158 [synxcfile.cpp:716]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.12.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
               lib=syslib module=syslib
    Copied file 'C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.xml' to 'C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.12.xml'.
    TRACE      2014-10-21 01:34:29.344 [kdxxctaco.cpp:219]
               CKdbTableContainerImpl::syncToContainerFile lib=iakdblib
    CKdbTableContainerImpl::syncToContainerFile start ...
    TRACE      2014-10-21 01:34:29.454 [syxxcfile.cpp:130]
               CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.13.xml, m_realNodeType: 8}, ISyNode::CopyMoveMode_t 0x3, PSyNode &) const 
               lib=syslib module=syslib
    Target node does not exists and (mode & ISyNode::MISSING) ==> I will copy/move.
    TRACE      2014-10-21 01:34:29.454 [synxcfile.cpp:516]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.13.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
               lib=syslib module=syslib
    Copying file C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.xml to C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.13.xml
    INFO       2014-10-21 01:34:29.469 [synxcfile.cpp:716]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.13.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
               lib=syslib module=syslib
    Copied file 'C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.xml' to 'C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.13.xml'.
    TRACE      2014-10-21 01:34:29.469 [kdxxctaco.cpp:252]
               CKdbTableContainerImpl::syncToContainerFile lib=iakdblib
    after creating out stream
    TRACE      2014-10-21 01:34:29.578 [kdxxctaco.cpp:286]
               CKdbTableContainerImpl::syncToContainerFile lib=iakdblib
    CKdbTableContainerImpl::syncToContainerFile stop ...
    TRACE      2014-10-21 01:34:30.889 [kdxxctaco.cpp:219]
               CKdbTableContainerImpl::syncToContainerFile lib=iakdblib
    CKdbTableContainerImpl::syncToContainerFile start ...
    TRACE      2014-10-21 01:34:30.998 [kdxxctaco.cpp:252]
               CKdbTableContainerImpl::syncToContainerFile lib=iakdblib
    after creating out stream
    TRACE      2014-10-21 01:34:31.107 [kdxxctaco.cpp:286]
               CKdbTableContainerImpl::syncToContainerFile lib=iakdblib
    CKdbTableContainerImpl::syncToContainerFile stop ...
    TRACE      2014-10-21 01:34:42.638
    SAPinst was started using commandline: C:\Users\Aditya\AppData\Local\Temp\sapinst_exe.3332.1413835438\sapinst.exe
    TRACE      2014-10-21 01:34:42.638
    SAPinst properties are :
    GUISERVER_DIALOG_PORT=21212
    GUISERVER_HTTP_PORT=4239
    SAPINST_CONTROL_URL=control.xml
    SAPINST_DIALOG_PORT=21200
    SAPINST_DIALOG_URL=dialog.xml
    SAPINST_EXE=SAPINST_EXE
    SAPINST_JSLIB_TRACE=NW,NWUsers,OraCom,NWCTC,ClusterMgt,SystemIdentity
    SAPINST_KEYDB_URL=keydb.xml
    SAPINST_MESSAGE_CONSOLE_THRESHOLD=info
    SAPINST_MESSAGE_URL=.
    SAPINST_PACKAGES_URL=packages.xml
    SAPINST_RESOURCE_URL=resourcepool.xml
    SAPINST_SAVE_INPUT=true
    SAPINST_SCAN_DEVICES=false
    SAPINST_SKIP_DIALOGS=false
    SAPINST_TOPLEVEL_URL=toplevel.xml
    SAPINST_USE_ADVANCED_JS_HANDLING=true
    SELFEXTRACTOR_EXECUTABLE_NAME=D:/For Abap/NWABAPTRIAL70211_64_GW204/SAP_NetWeaver_702e_Installation_Master/IM_WINDOWS_X86_64/sapinst.exe

    Hi all,
    Can any one help me on this issue please..
    An error occurred while processing option SAP NetWeaver 7.0 including Enhancement Package 2 > SAP Application Server ABAP > MaxDB > Central System > Central System( Last error reported by the step :Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.). You can now:
    Choose Retry to repeat the current step.
    Choose Log Files to get more information about the error.
    Stop the option and continue with it later.
    Log files are written to C:\Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/.
    Import Monitor.java file
    java version "1.8.0_25"
    Java(TM) SE Runtime Environment (build 1.8.0_25-b18)
    Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)
    Import Monitor jobs: running 1, waiting 2, completed 31, failed 0, total 34.
    Import Monitor jobs: running 2, waiting 1, completed 31, failed 0, total 34.
    Loading of 'D010TAB' import package: ERROR
    Import Monitor jobs: running 1, waiting 1, completed 31, failed 1, total 34.
    Loading of 'WBCROSSGT' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 31, failed 2, total 34.
    Import_monitor.log file
    INFO: 2014-10-20 18:37:17
    Import Monitor is started.
    CONFIG: 2014-10-20 18:37:17
    Application options:
    dbCodepage=4103
    dbType=ADA
    extFiles=no
    importDirs=D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1;D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP2;D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP3
    installDir=C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL
    jobNum=3
    loadArgs=-nolog -c 50000 -force_repeat -loadprocedure dbsl
    monitorTimeout=30
    orderBy=
    r3loadExe=C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe
    sapinst=
    trace=all
    tskFiles=yes
    CONFIG: 2014-10-20 18:37:17
    List of packages with table structure: 'SAP0000'.
    CONFIG: 2014-10-20 18:37:17
    List of packages with views: 'SAPVIEW'.
    TRACE: 2014-10-20 18:37:17 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL' template file is started.
    INFO: 2014-10-20 18:37:17 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL' template file is successfully completed.
    Primary key creation: before load.
    Index creation: after load.
    INFO: 2014-10-20 18:37:17
    Data codepage 4103 is determined using TOC file 'D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\ATAB.TOC' for package 'ATAB'.
    TRACE: 2014-10-20 18:37:17 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL1_1' import package is started.
    TRACE: 2014-10-20 18:37:17 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPAPPL1_1' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SAPAPPL1_1.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAPAPPL1_1.TSK ADA -l SAPAPPL1_1.log
    TRACE: 2014-10-20 18:37:17 com.sap.inst.migmon.LoadTask run
    Loading of 'REPOSRC' import package is started.
    TRACE: 2014-10-20 18:37:17 com.sap.inst.migmon.LoadTask run
    Loading of 'DOKCLU' import package is started.
    TRACE: 2014-10-20 18:37:17 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'REPOSRC' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\REPOSRC.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" REPOSRC.TSK ADA -l REPOSRC.log
    TRACE: 2014-10-20 18:37:17 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'DOKCLU' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\DOKCLU.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" DOKCLU.TSK ADA -l DOKCLU.log
    TRACE: 2014-10-20 18:37:17 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'REPOSRC' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i REPOSRC.cmd -dbcodepage 4103 -l REPOSRC.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    TRACE: 2014-10-20 18:37:17 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'DOKCLU' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i DOKCLU.cmd -dbcodepage 4103 -l DOKCLU.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    TRACE: 2014-10-20 18:37:18 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPAPPL1_1' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPAPPL1_1.cmd -dbcodepage 4103 -l SAPAPPL1_1.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-20 18:46:52 com.sap.inst.migmon.LoadTask run
    Loading of 'DOKCLU' import package is successfully completed.
    TRACE: 2014-10-20 18:47:17 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC_3' import package is started.
    TRACE: 2014-10-20 18:47:17 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSSEXC_3' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SAPSSEXC_3.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAPSSEXC_3.TSK ADA -l SAPSSEXC_3.log
    TRACE: 2014-10-20 18:47:17 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSSEXC_3' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSSEXC_3.cmd -dbcodepage 4103 -l SAPSSEXC_3.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-20 19:17:32 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL1_1' import package is successfully completed.
    TRACE: 2014-10-20 19:17:58 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL0_1' import package is started.
    TRACE: 2014-10-20 19:17:58 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPAPPL0_1' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SAPAPPL0_1.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAPAPPL0_1.TSK ADA -l SAPAPPL0_1.log
    TRACE: 2014-10-20 19:18:02 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPAPPL0_1' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPAPPL0_1.cmd -dbcodepage 4103 -l SAPAPPL0_1.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-20 19:29:15 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL0_1' import package is successfully completed.
    TRACE: 2014-10-20 19:29:29 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC_1' import package is started.
    TRACE: 2014-10-20 19:29:29 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSSEXC_1' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SAPSSEXC_1.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAPSSEXC_1.TSK ADA -l SAPSSEXC_1.log
    TRACE: 2014-10-20 19:29:29 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSSEXC_1' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSSEXC_1.cmd -dbcodepage 4103 -l SAPSSEXC_1.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-20 19:31:58 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC_1' import package is successfully completed.
    TRACE: 2014-10-20 19:31:59 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC_2' import package is started.
    TRACE: 2014-10-20 19:31:59 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSSEXC_2' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SAPSSEXC_2.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAPSSEXC_2.TSK ADA -l SAPSSEXC_2.log
    TRACE: 2014-10-20 19:31:59 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSSEXC_2' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSSEXC_2.cmd -dbcodepage 4103 -l SAPSSEXC_2.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-20 19:33:44 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC_3' import package is successfully completed.
    TRACE: 2014-10-20 19:33:59 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL2' import package is started.
    TRACE: 2014-10-20 19:33:59 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPAPPL2' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SAPAPPL2.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAPAPPL2.TSK ADA -l SAPAPPL2.log
    TRACE: 2014-10-20 19:34:03 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPAPPL2' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPAPPL2.cmd -dbcodepage 4103 -l SAPAPPL2.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-20 19:45:56 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL2' import package is successfully completed.
    TRACE: 2014-10-20 19:45:59 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPNTAB' import package is started.
    TRACE: 2014-10-20 19:45:59 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPNTAB' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SAPNTAB.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAPNTAB.TSK ADA -l SAPNTAB.log
    TRACE: 2014-10-20 19:46:00 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPNTAB' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-20 19:52:20 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPNTAB' import package is successfully completed.
    TRACE: 2014-10-20 19:52:29 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL0_2' import package is started.
    TRACE: 2014-10-20 19:52:29 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPAPPL0_2' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SAPAPPL0_2.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAPAPPL0_2.TSK ADA -l SAPAPPL0_2.log
    TRACE: 2014-10-20 19:52:30 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPAPPL0_2' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPAPPL0_2.cmd -dbcodepage 4103 -l SAPAPPL0_2.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-20 20:24:57 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC_2' import package is successfully completed.
    TRACE: 2014-10-20 20:25:00 com.sap.inst.migmon.LoadTask run
    Loading of 'DYNPSOURCE' import package is started.
    TRACE: 2014-10-20 20:25:00 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'DYNPSOURCE' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\DYNPSOURCE.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" DYNPSOURCE.TSK ADA -l DYNPSOURCE.log
    TRACE: 2014-10-20 20:25:00 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'DYNPSOURCE' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i DYNPSOURCE.cmd -dbcodepage 4103 -l DYNPSOURCE.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-20 20:56:46 com.sap.inst.migmon.LoadTask run
    Loading of 'DYNPSOURCE' import package is successfully completed.
    TRACE: 2014-10-20 20:57:02 com.sap.inst.migmon.LoadTask run
    Loading of 'D010TAB' import package is started.
    TRACE: 2014-10-20 20:57:03 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'D010TAB' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\D010TAB.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" D010TAB.TSK ADA -l D010TAB.log
    TRACE: 2014-10-20 20:57:44 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'D010TAB' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i D010TAB.cmd -dbcodepage 4103 -l D010TAB.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-20 21:07:27 com.sap.inst.migmon.LoadTask run
    Loading of 'REPOSRC' import package is successfully completed.
    TRACE: 2014-10-20 21:07:42 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSRC' import package is started.
    TRACE: 2014-10-20 21:07:42 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSSRC' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SAPSSRC.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAPSSRC.TSK ADA -l SAPSSRC.log
    TRACE: 2014-10-20 21:07:42 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSSRC' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSSRC.cmd -dbcodepage 4103 -l SAPSSRC.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-20 21:14:49 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSRC' import package is successfully completed.
    TRACE: 2014-10-20 21:15:18 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is started.
    TRACE: 2014-10-20 21:15:18 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSDIC' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SAPSDIC.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAPSDIC.TSK ADA -l SAPSDIC.log
    TRACE: 2014-10-20 21:15:18 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSDIC' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-20 21:16:48 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is successfully completed.
    TRACE: 2014-10-20 21:17:18 com.sap.inst.migmon.LoadTask run
    Loading of 'ATAB' import package is started.
    TRACE: 2014-10-20 21:17:18 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'ATAB' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\ATAB.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" ATAB.TSK ADA -l ATAB.log
    TRACE: 2014-10-20 21:17:18 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'ATAB' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i ATAB.cmd -dbcodepage 4103 -l ATAB.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-20 21:43:11 com.sap.inst.migmon.LoadTask run
    Loading of 'ATAB' import package is successfully completed.
    TRACE: 2014-10-20 21:43:24 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC_4' import package is started.
    TRACE: 2014-10-20 21:43:24 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSSEXC_4' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SAPSSEXC_4.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAPSSEXC_4.TSK ADA -l SAPSSEXC_4.log
    TRACE: 2014-10-20 21:43:25 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSSEXC_4' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSSEXC_4.cmd -dbcodepage 4103 -l SAPSSEXC_4.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-20 21:44:41 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC_4' import package is successfully completed.
    TRACE: 2014-10-20 21:44:54 com.sap.inst.migmon.LoadTask run
    Loading of 'OCSCMPLOBJ' import package is started.
    TRACE: 2014-10-20 21:44:54 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'OCSCMPLOBJ' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\OCSCMPLOBJ.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" OCSCMPLOBJ.TSK ADA -l OCSCMPLOBJ.log
    TRACE: 2014-10-20 21:44:54 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'OCSCMPLOBJ' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i OCSCMPLOBJ.cmd -dbcodepage 4103 -l OCSCMPLOBJ.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-20 21:45:35 com.sap.inst.migmon.LoadTask run
    Loading of 'OCSCMPLOBJ' import package is successfully completed.
    TRACE: 2014-10-20 21:45:54 com.sap.inst.migmon.LoadTask run
    Loading of 'SEOSUBCOTX' import package is started.
    TRACE: 2014-10-20 21:45:54 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SEOSUBCOTX' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SEOSUBCOTX.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SEOSUBCOTX.TSK ADA -l SEOSUBCOTX.log
    TRACE: 2014-10-20 21:45:54 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SEOSUBCOTX' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SEOSUBCOTX.cmd -dbcodepage 4103 -l SEOSUBCOTX.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-20 21:46:29 com.sap.inst.migmon.LoadTask run
    Loading of 'SEOSUBCOTX' import package is successfully completed.
    TRACE: 2014-10-20 21:46:54 com.sap.inst.migmon.LoadTask run
    Loading of 'D010INC' import package is started.
    TRACE: 2014-10-20 21:46:54 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'D010INC' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\D010INC.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" D010INC.TSK ADA -l D010INC.log
    TRACE: 2014-10-20 21:46:54 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'D010INC' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i D010INC.cmd -dbcodepage 4103 -l D010INC.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-20 23:35:43 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL0_2' import package is successfully completed.
    TRACE: 2014-10-20 23:35:57 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSLOAD' import package is started.
    TRACE: 2014-10-20 23:35:57 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSLOAD' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SAPSLOAD.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAPSLOAD.TSK ADA -l SAPSLOAD.log
    TRACE: 2014-10-20 23:35:57 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSLOAD' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSLOAD.cmd -dbcodepage 4103 -l SAPSLOAD.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-20 23:36:07 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSLOAD' import package is successfully completed.
    TRACE: 2014-10-20 23:36:27 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSLEXC' import package is started.
    TRACE: 2014-10-20 23:36:27 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSLEXC' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SAPSLEXC.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAPSLEXC.TSK ADA -l SAPSLEXC.log
    TRACE: 2014-10-20 23:36:27 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSLEXC' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSLEXC.cmd -dbcodepage 4103 -l SAPSLEXC.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-20 23:36:34 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSLEXC' import package is successfully completed.
    TRACE: 2014-10-20 23:36:57 com.sap.inst.migmon.LoadTask run
    Loading of 'WBCROSSGT' import package is started.
    TRACE: 2014-10-20 23:36:57 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'WBCROSSGT' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\WBCROSSGT.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" WBCROSSGT.TSK ADA -l WBCROSSGT.log
    TRACE: 2014-10-20 23:36:57 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'WBCROSSGT' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i WBCROSSGT.cmd -dbcodepage 4103 -l WBCROSSGT.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    ERROR: 2014-10-21 00:00:10 com.sap.inst.migmon.LoadTask run
    Loading of 'D010TAB' import package is interrupted with R3load error.
    Process 'C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i D010TAB.cmd -dbcodepage 4103 -l D010TAB.log -nolog -c 50000 -force_repeat -loadprocedure dbsl' exited with return code 2.
    For mode details see 'D010TAB.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
    TRACE: 2014-10-21 00:00:28 com.sap.inst.migmon.LoadTask run
    Loading of 'WDY_UI_PROPERTY' import package is started.
    TRACE: 2014-10-21 00:00:28 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'WDY_UI_PROPERTY' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\WDY_UI_PROPERTY.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" WDY_UI_PROPERTY.TSK ADA -l WDY_UI_PROPERTY.log
    TRACE: 2014-10-21 00:00:28 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'WDY_UI_PROPERTY' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i WDY_UI_PROPERTY.cmd -dbcodepage 4103 -l WDY_UI_PROPERTY.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-21 00:00:31 com.sap.inst.migmon.LoadTask run
    Loading of 'D010INC' import package is successfully completed.
    TRACE: 2014-10-21 00:00:58 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSPROT' import package is started.
    TRACE: 2014-10-21 00:00:58 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSPROT' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SAPSPROT.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAPSPROT.TSK ADA -l SAPSPROT.log
    TRACE: 2014-10-21 00:00:58 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSPROT' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSPROT.cmd -dbcodepage 4103 -l SAPSPROT.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-21 00:01:18 com.sap.inst.migmon.LoadTask run
    Loading of 'WDY_UI_PROPERTY' import package is successfully completed.
    TRACE: 2014-10-21 00:01:28 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDOCU' import package is started.
    TRACE: 2014-10-21 00:01:28 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSDOCU' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SAPSDOCU.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAPSDOCU.TSK ADA -l SAPSDOCU.log
    TRACE: 2014-10-21 00:01:28 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSDOCU' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSDOCU.cmd -dbcodepage 4103 -l SAPSDOCU.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-21 00:01:36 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSPROT' import package is successfully completed.
    INFO: 2014-10-21 00:01:43 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDOCU' import package is successfully completed.
    TRACE: 2014-10-21 00:01:58 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL1_2' import package is started.
    TRACE: 2014-10-21 00:01:58 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPAPPL1_2' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SAPAPPL1_2.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAPAPPL1_2.TSK ADA -l SAPAPPL1_2.log
    TRACE: 2014-10-21 00:01:58 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPPOOL' import package is started.
    TRACE: 2014-10-21 00:01:58 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPPOOL' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SAPPOOL.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAPPOOL.TSK ADA -l SAPPOOL.log
    TRACE: 2014-10-21 00:01:58 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPPOOL' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPPOOL.cmd -dbcodepage 4103 -l SAPPOOL.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    TRACE: 2014-10-21 00:01:58 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPAPPL1_2' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPAPPL1_2.cmd -dbcodepage 4103 -l SAPAPPL1_2.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-21 00:02:00 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPPOOL' import package is successfully completed.
    INFO: 2014-10-21 00:02:23 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL1_2' import package is successfully completed.
    TRACE: 2014-10-21 00:02:28 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPCLUST' import package is started.
    TRACE: 2014-10-21 00:02:28 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPDDIM' import package is started.
    TRACE: 2014-10-21 00:02:28 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPDDIM' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SAPDDIM.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAPDDIM.TSK ADA -l SAPDDIM.log
    TRACE: 2014-10-21 00:02:28 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPCLUST' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SAPCLUST.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAPCLUST.TSK ADA -l SAPCLUST.log
    TRACE: 2014-10-21 00:02:28 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPDDIM' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPDDIM.cmd -dbcodepage 4103 -l SAPDDIM.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    TRACE: 2014-10-21 00:02:29 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPCLUST' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPCLUST.cmd -dbcodepage 4103 -l SAPCLUST.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-21 00:02:30 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPDDIM' import package is successfully completed.
    INFO: 2014-10-21 00:02:33 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPCLUST' import package is successfully completed.
    TRACE: 2014-10-21 00:03:42 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPDFACT' import package is started.
    TRACE: 2014-10-21 00:03:42 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPDODS' import package is started.
    TRACE: 2014-10-21 00:03:42 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPDODS' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SAPDODS.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAPDODS.TSK ADA -l SAPDODS.log
    TRACE: 2014-10-21 00:04:43 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPDFACT' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SAPDFACT.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAPDFACT.TSK ADA -l SAPDFACT.log
    TRACE: 2014-10-21 00:04:44 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPDODS' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPDODS.cmd -dbcodepage 4103 -l SAPDODS.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    TRACE: 2014-10-21 00:04:44 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPDFACT' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPDFACT.cmd -dbcodepage 4103 -l SAPDFACT.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-21 00:04:45 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPDFACT' import package is successfully completed.
    INFO: 2014-10-21 00:04:45 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPDODS' import package is successfully completed.
    TRACE: 2014-10-21 00:05:13 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPUSER' import package is started.
    TRACE: 2014-10-21 00:05:13 com.sap.inst.migmon.LoadTask run
    Loading of 'SAP0000' import package is started.
    TRACE: 2014-10-21 00:05:13 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAP0000' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SAP0000.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAP0000.TSK ADA -l SAP0000.log -o D
    TRACE: 2014-10-21 00:05:13 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPUSER' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -ctf I "D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\SAPUSER.STR" "C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAPUSER.TSK ADA -l SAPUSER.log
    TRACE: 2014-10-21 00:05:14 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAP0000' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAP0000.cmd -dbcodepage 4103 -l SAP0000.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    TRACE: 2014-10-21 00:05:14 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPUSER' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPUSER.cmd -dbcodepage 4103 -l SAPUSER.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    INFO: 2014-10-21 00:05:14 com.sap.inst.migmon.LoadTask run
    Loading of 'SAP0000' import package is successfully completed.
    INFO: 2014-10-21 00:05:15 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPUSER' import package is successfully completed.
    ERROR: 2014-10-21 00:06:07 com.sap.inst.migmon.LoadTask run
    Loading of 'WBCROSSGT' import package is interrupted with R3load error.
    Process 'C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i WBCROSSGT.cmd -dbcodepage 4103 -l WBCROSSGT.log -nolog -c 50000 -force_repeat -loadprocedure dbsl' exited with return code 2.
    For mode details see 'WBCROSSGT.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: 2014-10-21 00:06:13
    Cannot start import of packages with views because not all import packages with tables are loaded successfully.
    WARNING: 2014-10-21 00:06:13
    2 error(s) during processing of packages.
    INFO: 2014-10-21 00:06:13
    Import Monitor is stopped.
    INFO: 2014-10-21 00:54:37
    Import Monitor is started.
    CONFIG: 2014-10-21 00:54:37
    Application options:
    dbCodepage=4103
    dbType=ADA
    extFiles=no
    importDirs=D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1;D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP2;D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP3
    installDir=C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL
    jobNum=3
    loadArgs=-nolog -c 50000 -force_repeat -loadprocedure dbsl
    monitorTimeout=30
    orderBy=
    r3loadExe=C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe
    sapinst=
    trace=all
    tskFiles=yes
    CONFIG: 2014-10-21 00:54:37
    List of packages with table structure: 'SAP0000'.
    CONFIG: 2014-10-21 00:54:37
    List of packages with views: 'SAPVIEW'.
    TRACE: 2014-10-21 00:54:37 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL' template file is started.
    INFO: 2014-10-21 00:54:37 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL' template file is successfully completed.
    Primary key creation: before load.
    Index creation: after load.
    INFO: 2014-10-21 00:54:37
    Data codepage 4103 is determined using TOC file 'D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\ATAB.TOC' for package 'ATAB'.
    TRACE: 2014-10-21 00:54:37 com.sap.inst.migmon.LoadTask run
    Loading of 'D010TAB' import package is started.
    TRACE: 2014-10-21 00:54:37 com.sap.inst.migmon.LoadTask run
    Loading of 'WBCROSSGT' import package is started.
    TRACE: 2014-10-21 00:54:37 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'WBCROSSGT' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i WBCROSSGT.cmd -dbcodepage 4103 -l WBCROSSGT.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    TRACE: 2014-10-21 00:54:37 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'D010TAB' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i D010TAB.cmd -dbcodepage 4103 -l D010TAB.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    ERROR: 2014-10-21 00:54:38 com.sap.inst.migmon.LoadTask run
    Loading of 'WBCROSSGT' import package is interrupted with R3load error.
    Process 'C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i WBCROSSGT.cmd -dbcodepage 4103 -l WBCROSSGT.log -nolog -c 50000 -force_repeat -loadprocedure dbsl' exited with return code 2.
    For mode details see 'WBCROSSGT.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
    ERROR: 2014-10-21 00:54:38 com.sap.inst.migmon.LoadTask run
    Loading of 'D010TAB' import package is interrupted with R3load error.
    Process 'C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i D010TAB.cmd -dbcodepage 4103 -l D010TAB.log -nolog -c 50000 -force_repeat -loadprocedure dbsl' exited with return code 2.
    For mode details see 'D010TAB.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: 2014-10-21 00:55:07
    Cannot start import of packages with views because not all import packages with tables are loaded successfully.
    WARNING: 2014-10-21 00:55:07
    2 error(s) during processing of packages.
    INFO: 2014-10-21 00:55:07
    Import Monitor is stopped.
    INFO: 2014-10-21 00:55:17
    Import Monitor is started.
    CONFIG: 2014-10-21 00:55:17
    Application options:
    dbCodepage=4103
    dbType=ADA
    extFiles=no
    importDirs=D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1;D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP2;D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP3
    installDir=C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL
    jobNum=3
    loadArgs=-nolog -c 50000 -force_repeat -loadprocedure dbsl
    monitorTimeout=30
    orderBy=
    r3loadExe=C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe
    sapinst=
    trace=all
    tskFiles=yes
    CONFIG: 2014-10-21 00:55:17
    List of packages with table structure: 'SAP0000'.
    CONFIG: 2014-10-21 00:55:17
    List of packages with views: 'SAPVIEW'.
    TRACE: 2014-10-21 00:55:17 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL' template file is started.
    INFO: 2014-10-21 00:55:17 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL' template file is successfully completed.
    Primary key creation: before load.
    Index creation: after load.
    INFO: 2014-10-21 00:55:17
    Data codepage 4103 is determined using TOC file 'D:\For Abap\NWABAPTRIAL70211_64_GW204\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\ATAB.TOC' for package 'ATAB'.
    TRACE: 2014-10-21 00:55:17 com.sap.inst.migmon.LoadTask run
    Loading of 'D010TAB' import package is started.
    TRACE: 2014-10-21 00:55:17 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'D010TAB' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i D010TAB.cmd -dbcodepage 4103 -l D010TAB.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    TRACE: 2014-10-21 00:55:17 com.sap.inst.migmon.LoadTask run
    Loading of 'WBCROSSGT' import package is started.
    TRACE: 2014-10-21 00:55:17 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'WBCROSSGT' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i WBCROSSGT.cmd -dbcodepage 4103 -l WBCROSSGT.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    ERROR: 2014-10-21 00:55:17 com.sap.inst.mig

  • Error In ECC 6.0 installation

    Hi All,
    I am installing Ecc6.0 SR2 on windows server 2003,but on phase 38 "PREPARE TO CONFIGURE AS JAVA " i am getting the following errors:
    1.ERROR 2007-05-29 10:35:15
    CJS-30156  SDM deployment failed for at least one of the components to deploy.<br> SOLUTION: Check 'C:\Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/callSdmViaSapinst.log' for more information.
    2.CO-00011  The step redeployForJSPM with step key |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Enablement|ind|ind|ind|ind|4|0|redeployForJSPM was executed with status ERROR .
    3.ERROR 2007-05-30 00:05:24
    MUT-02041  SDM call of jstartup mode=standalone ends with returncode 16
    4.ERROR 2007-05-30 00:05:24
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    5.ERROR 2007-05-30 00:05:24
    FCO-00011  The step redeployForJSPM with step key |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Enablement|ind|ind|ind|ind|4|0|redeployForJSPM was executed with status ERROR .
    I am installing Ecc6.0 first time so i do not know or aware about this error....please help me out.
    Thanks in advance
    Regards,
    Rohit

    hi
    im installing ecc6(ABAP+JAVA) on my system at home. my configuration is 400gb hdd, 4gb ram, oracle 10.2.
        while the installation process is going, at phase 13 i.e.,import abap iam getting an error. i checked the log file. im sending the log along with this
    java version "1.4.2_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
    Import Monitor jobs: running 1, waiting 58, completed 0, failed 0, total 59.
    Import Monitor jobs: running 2, waiting 57, completed 0, failed 0, total 59.
    Import Monitor jobs: running 3, waiting 56, completed 0, failed 0, total 59.
    Loading of 'PCL2' import package: OK
    Import Monitor jobs: running 2, waiting 56, completed 1, failed 0, total 59.
    Import Monitor jobs: running 3, waiting 55, completed 1, failed 0, total 59.
    Loading of 'SAPSSEXC_9' import package: ERROR
    Import Monitor jobs: running 2, waiting 55, completed 1, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 54, completed 1, failed 1, total 59.
    Loading of 'SAPCLUST' import package: OK
    Import Monitor jobs: running 2, waiting 54, completed 2, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 53, completed 2, failed 1, total 59.
    Loading of 'SAPAPPL1_10' import package: OK
    Import Monitor jobs: running 2, waiting 53, completed 3, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 52, completed 3, failed 1, total 59.
    Loading of 'DOKCLU' import package: OK
    Import Monitor jobs: running 2, waiting 52, completed 4, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 51, completed 4, failed 1, total 59.
    Loading of 'SAPSDIC_2' import package: OK
    Import Monitor jobs: running 2, waiting 51, completed 5, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 50, completed 5, failed 1, total 59.
    Loading of 'SAPAPPL1_13' import package: OK
    Import Monitor jobs: running 2, waiting 50, completed 6, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 49, completed 6, failed 1, total 59.
    Loading of 'REPOTEXT' import package: OK
    Import Monitor jobs: running 2, waiting 49, completed 7, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 48, completed 7, failed 1, total 59.
    Loading of 'RSMPTEXTS' import package: OK
    Import Monitor jobs: running 2, waiting 48, completed 8, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 47, completed 8, failed 1, total 59.
    Loading of 'SAPSDIC_3' import package: OK
    Import Monitor jobs: running 2, waiting 47, completed 9, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 46, completed 9, failed 1, total 59.
    Loading of 'SAPSSEXC_7' import package: OK
    Import Monitor jobs: running 2, waiting 46, completed 10, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 45, completed 10, failed 1, total 59.
    Loading of 'SAPSSEXC_12' import package: OK
    Import Monitor jobs: running 2, waiting 45, completed 11, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 44, completed 11, failed 1, total 59.
    Loading of 'SAPSSEXC_5' import package: OK
    Import Monitor jobs: running 2, waiting 44, completed 12, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 43, completed 12, failed 1, total 59.
    Loading of 'SAPSLEXC' import package: OK
    Import Monitor jobs: running 2, waiting 43, completed 13, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 42, completed 13, failed 1, total 59.
    Loading of 'SAPAPPL2_2' import package: OK
    Import Monitor jobs: running 2, waiting 42, completed 14, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 41, completed 14, failed 1, total 59.
    Loading of 'SAPNTAB' import package: OK
    Import Monitor jobs: running 2, waiting 41, completed 15, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 40, completed 15, failed 1, total 59.
    Loading of 'D010TAB' import package: OK
    Import Monitor jobs: running 2, waiting 40, completed 16, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 39, completed 16, failed 1, total 59.
    Loading of 'AGR_HIERT' import package: OK
    Import Monitor jobs: running 2, waiting 39, completed 17, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 38, completed 17, failed 1, total 59.
    Loading of 'SAPSSEXC_10' import package: OK
    Import Monitor jobs: running 2, waiting 38, completed 18, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 37, completed 18, failed 1, total 59.
    Loading of 'SAPAPPL0_2' import package: OK
    Import Monitor jobs: running 2, waiting 37, completed 19, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 36, completed 19, failed 1, total 59.
    Loading of 'SAPAPPL1_1' import package: OK
    Import Monitor jobs: running 2, waiting 36, completed 20, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 35, completed 20, failed 1, total 59.
    Loading of 'SAPAPPL2_4' import package: OK
    Import Monitor jobs: running 2, waiting 35, completed 21, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 34, completed 21, failed 1, total 59.
    Loading of 'SAPAPPL0_7' import package: OK
    Import Monitor jobs: running 2, waiting 34, completed 22, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 33, completed 22, failed 1, total 59.
    Loading of 'SAPAPPL2_6' import package: OK
    Import Monitor jobs: running 2, waiting 33, completed 23, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 32, completed 23, failed 1, total 59.
    Loading of 'SAPSSRC' import package: OK
    Import Monitor jobs: running 2, waiting 32, completed 24, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 31, completed 24, failed 1, total 59.
    Loading of 'E071K' import package: OK
    Import Monitor jobs: running 2, waiting 31, completed 25, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 30, completed 25, failed 1, total 59.
    Loading of 'SAPSSEXC_3' import package: OK
    Import Monitor jobs: running 2, waiting 30, completed 26, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 29, completed 26, failed 1, total 59.
    Loading of 'D021T' import package: OK
    Import Monitor jobs: running 2, waiting 29, completed 27, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 28, completed 27, failed 1, total 59.
    Loading of 'SAPAPPL2_3' import package: OK
    Import Monitor jobs: running 2, waiting 28, completed 28, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 27, completed 28, failed 1, total 59.
    Loading of 'SAPSSEXC_4' import package: OK
    Import Monitor jobs: running 2, waiting 27, completed 29, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 26, completed 29, failed 1, total 59.
    Loading of 'SAPAPPL2_5' import package: OK
    Import Monitor jobs: running 2, waiting 26, completed 30, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 25, completed 30, failed 1, total 59.
    Loading of 'SAPAPPL1_12' import package: OK
    Import Monitor jobs: running 2, waiting 25, completed 31, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 24, completed 31, failed 1, total 59.
    Loading of 'SAPSSEXC_6' import package: OK
    Import Monitor jobs: running 2, waiting 24, completed 32, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 23, completed 32, failed 1, total 59.
    Loading of 'SAPAPPL0_9' import package: OK
    Import Monitor jobs: running 2, waiting 23, completed 33, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 22, completed 33, failed 1, total 59.
    Loading of 'SAPSSEXC_2' import package: OK
    Import Monitor jobs: running 2, waiting 22, completed 34, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 21, completed 34, failed 1, total 59.
    Loading of 'SAPAPPL0_5' import package: OK
    Import Monitor jobs: running 2, waiting 21, completed 35, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 20, completed 35, failed 1, total 59.
    Loading of 'SAPAPPL0_8' import package: OK
    Import Monitor jobs: running 2, waiting 20, completed 36, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 19, completed 36, failed 1, total 59.
    Loading of 'SAPSDIC_1' import package: OK
    Import Monitor jobs: running 2, waiting 19, completed 37, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 18, completed 37, failed 1, total 59.
    Loading of 'SAPAPPL0_6' import package: OK
    Import Monitor jobs: running 2, waiting 18, completed 38, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 17, completed 38, failed 1, total 59.
    Loading of 'SAPPOOL' import package: OK
    Import Monitor jobs: running 2, waiting 17, completed 39, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 16, completed 39, failed 1, total 59.
    Loading of 'SAPAPPL0_4' import package: OK
    Import Monitor jobs: running 2, waiting 16, completed 40, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 15, completed 40, failed 1, total 59.
    Loading of 'SAPAPPL0_1' import package: OK
    Import Monitor jobs: running 2, waiting 15, completed 41, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 14, completed 41, failed 1, total 59.
    Loading of 'SAPSSEXC_11' import package: OK
    Import Monitor jobs: running 2, waiting 14, completed 42, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 13, completed 42, failed 1, total 59.
    Loading of 'SAPSSEXC_8' import package: OK
    Import Monitor jobs: running 2, waiting 13, completed 43, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 12, completed 43, failed 1, total 59.
    Loading of 'SAPAPPL1_11' import package: OK
    Import Monitor jobs: running 2, waiting 12, completed 44, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 11, completed 44, failed 1, total 59.
    Loading of 'SAPSSEXC_13' import package: OK
    Import Monitor jobs: running 2, waiting 11, completed 45, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 10, completed 45, failed 1, total 59.
    Loading of 'SAPAPPL0_3' import package: OK
    Import Monitor jobs: running 2, waiting 10, completed 46, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 9, completed 46, failed 1, total 59.
    Loading of 'GLFUNCA' import package: OK
    Import Monitor jobs: running 2, waiting 9, completed 47, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 8, completed 47, failed 1, total 59.
    Loading of 'SAPSSEXC_1' import package: OK
    Import Monitor jobs: running 2, waiting 8, completed 48, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 7, completed 48, failed 1, total 59.
    Loading of 'SAPSLOAD' import package: OK
    Import Monitor jobs: running 2, waiting 7, completed 49, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 6, completed 49, failed 1, total 59.
    Loading of 'SAPSPROT' import package: OK
    Import Monitor jobs: running 2, waiting 6, completed 50, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 5, completed 50, failed 1, total 59.
    Loading of 'SAPDDIM' import package: OK
    Import Monitor jobs: running 2, waiting 5, completed 51, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 4, completed 51, failed 1, total 59.
    Loading of 'SAPDFACT' import package: OK
    Import Monitor jobs: running 2, waiting 4, completed 52, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 3, completed 52, failed 1, total 59.
    Loading of 'SAPDODS' import package: OK
    Import Monitor jobs: running 2, waiting 3, completed 53, failed 1, total 59.
    Import Monitor jobs: running 3, waiting 2, completed 53, failed 1, total 59.
    Loading of 'SAPUSER1' import package: OK
    Import Monitor jobs: running 2, waiting 2, completed 54, failed 1, total 59.
    Loading of 'SAPUSER' import package: OK
    Import Monitor jobs: running 1, waiting 2, completed 55, failed 1, total 59.
    Import Monitor jobs: running 2, waiting 1, completed 55, failed 1, total 59.
    Loading of 'SAP0000' import package: OK
    Import Monitor jobs: running 1, waiting 1, completed 56, failed 1, total 59.
    Loading of 'SAPAPPL0_10' import package: OK
    Import Monitor jobs: running 0, waiting 1, completed 57, failed 1, total 59.
    any help in this regard is appreciable
    regards,
    scorpian

  • Error installing BW 3.1 (WAS 6.20)

    Hi all
    I'm currently working on a new installation of BW 3.1 (WAS 6.20) on MSSQL. I got the SQL Server installed, along with SP3 and I have setup the Central Instance  with no errors as well. However, when I do the Database Instance install, I get an error at the Database Load (post processing) Screen.
    Up to this point, it appears ok but now I get a pop up message saying there has been a error. When I check SAPSSEXC.log I can isolate the following error.
    ***LOG BZA=> table SVERS      does not exist on database [dblink#1 @ 1292] [dblink  1292 ]
    I've tried reinstalling multiple times and it keeps happening. Is it an authorization issue with MS SQL? Can someone advise, if I need to change any user ids, etc. I'am logged in as administrator, trying to do a local installation and have tried to log in as <SID>adm as well but get the same error...
    Some details: OS is Win2003 server, DB is MSSQL 2000 with SP3, CI and DB are one same server. If anyone can advise, i would appreciate any input.
    Below is a paste of the complete SAPSSEXC logfile.
    Regards
    /Frank
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe: START OF LOG: 20041129162541
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe: version R6.20/V1.2
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe -ctf I C:\InstalFiles\Export1/DATA/SAPSSEXC.STR C:\InstalFiles\Export1/DB/DDLMSS.TPL C:\SAPinst MSSQL KERNEL/SAPSSEXC.TSK MSS -l C:\SAPinst MSSQL KERNEL/SAPSSEXC.log
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe: job completed
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe: END OF LOG: 20041129162542
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe: START OF LOG: 20041129162604
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe: version R6.20/V1.2
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\SAPinst MSSQL KERNEL/SAPSSEXC.cmd -l C:\SAPinst MSSQL KERNEL/SAPSSEXC.log -loadprocedure fast
    DbSl Trace: SQLOLEDB Provider Release:08.50.1022
    DbSl Trace: Shared cache sizes: header 52 bytes, 10000 names (13360000 bytes), 1000 dynamic statements (5436000 bytes), total 18796052 bytes
    DbSl Trace: Initializing private procedure name cache.
    DbSl Trace: procedure cache created/attached
    DbSl Trace: Thank You for using the SLOLEDB-interface
    DbSl Trace: Connected to db server : [cphtst26], dbname: BW1, dbuser: bw1
    DbSl Trace: Using dynamic link library 'E:\usr\sap\BW1\SYS\exe\run\dbmssslib.dll'
    DbSl Trace: dbmssslib.dll patch info
    DbSl Trace:   patchlevel   0
    DbSl Trace:   patchno      494
    DbSl Trace:   patchcomment MSSQL: SY-DBCNT for EXEC SQL. EXECUTE(..) ENDEXEC (574316)
    DbSl Trace: The IRow interface is supported by this OLEDB provider
    DbSl Trace: ParamStmtExec: line 23549. hr: 0x80040e37 Invalid object name 'SVERS'.
    DbSl Trace: HandleOledbError [ParamStmtExec,line 23549]: Error/Message: (err 208, sev 16), Invalid object name 'SVERS'.
    DbSl Trace: ParamStmtExec failed.  HR 80040e37 DBSL retcode 103. stmt: [SELECT VERSION AS c FROM SVERS ]
    DbSl Trace: Conn_i:1 selection:1 singleton:1 flag_fupd:0 use_cursor:0 chksum:12157
    DbSl Trace: DbSlRead - Error 103 (dbcode 208) on open
    DbSl Trace: DbSlRead - <##Y2CPHTST26bw100000019040000000001162604>
    DbSl Trace: DbSlRead - Error 103 (dbcode 208) on fetch
    DbSl Trace: DbSlRead - <##Y2CPHTST26bw100000019040000000001162604>
    Mon Nov 29 16:26:04 2004
    ***LOG BZA=> table SVERS      does not exist on database [dblink#1 @ 1292] [dblink  1292 ]
    (DB) INFO: connected to DB
    DbSl Trace: ParamStmtExec: line 23549. hr: 0x80040e37 Invalid object name 'SVERS'.
    DbSl Trace: HandleOledbError [ParamStmtExec,line 23549]: Error/Message: (err 208, sev 16), Invalid object name 'SVERS'.
    DbSl Trace: ParamStmtExec failed.  HR 80040e37 DBSL retcode 103. stmt: [SELECT VERSION AS c FROM SVERS ]
    DbSl Trace: Conn_i:1 selection:1 singleton:1 flag_fupd:0 use_cursor:0 chksum:12157
    DbSl Trace: DbSlRead - Error 103 (dbcode 208) on open
    DbSl Trace: DbSlRead - <##Y2CPHTST26bw100000019040000000002162604>
    DbSl Trace: DbSlRead - Error 103 (dbcode 208) on fetch
    DbSl Trace: DbSlRead - <##Y2CPHTST26bw100000019040000000002162604>
    Interface access functions from dynamic library dbmssslib.dll loaded.(IMP) INFO: import of BRATEXT completed (259725 rows)
    (IMP) INFO: import of D010INC completed (359297 rows)
    (IMP) INFO: import of D010TAB completed (1180062 rows)
    (IMP) INFO: import of D020S completed (26058 rows)
    (IMP) INFO: import of D020T completed (46964 rows)
    (IMP) INFO: import of D021T completed (220317 rows)
    (IMP) INFO: import of D301T completed (0 rows)
    (IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: import of D345T completed (0 rows)
    (IMP) INFO: import of D347T completed (0 rows)
    (IMP) INFO: import of DBDIFF completed (156 rows)
    (IMP) INFO: import of DD01L completed (13508 rows)
    (IMP) INFO: import of DD01T completed (28975 rows)
    (IMP) INFO: import of DD02L completed (35238 rows)
    (IMP) INFO: import of DD02T completed (73738 rows)
    (IMP) INFO: import of DD03L completed (368844 rows)
    (IMP) INFO: import of DD03T completed (33493 rows)
    (IMP) INFO: import of DD04L completed (53152 rows)
    (IMP) INFO: import of DD04T completed (111036 rows)
    (IMP) INFO: import of DD06L completed (56 rows)
    (IMP) INFO: import of DD06T completed (212 rows)
    (IMP) INFO: import of DD07L completed (20163 rows)
    (IMP) INFO: import of DD07T completed (54024 rows)
    (IMP) INFO: import of DD09L completed (10510 rows)
    (IMP) INFO: import of DD20L completed (19 rows)
    (IMP) INFO: import of DD25L completed (3015 rows)
    (IMP) INFO: import of DD26S completed (5793 rows)
    (IMP) INFO: import of DD27S completed (23964 rows)
    (IMP) INFO: import of DD28S completed (4856 rows)
    (IMP) INFO: import of DD29L completed (2229 rows)
    (IMP) INFO: import of DD30L completed (1157 rows)
    (IMP) INFO: import of DD30T completed (2332 rows)
    (IMP) INFO: import of DD31S completed (1310 rows)
    (IMP) INFO: import of DD32S completed (3925 rows)
    (IMP) INFO: import of DD33S completed (3406 rows)
    (IMP) INFO: import of DD35L completed (1663 rows)
    (IMP) INFO: import of DD36S completed (5348 rows)
    (IMP) INFO: import of DD40L completed (7005 rows)
    (IMP) INFO: import of DD40T completed (14165 rows)
    (IMP) INFO: import of DD42S completed (1828 rows)
    (IMP) INFO: import of DDTYPES completed (103119 rows)
    (IMP) INFO: import of DDTYPET completed (2820 rows)
    (IMP) INFO: import of DDXTF completed (0 rows)
    (IMP) INFO: import of DDXTF_CONV_UC completed (0 rows)
    (IMP) INFO: import of DDXTT completed (0 rows)
    (IMP) INFO: import of DDXTT_CONV_UC completed (0 rows)
    (IMP) INFO: import of DF03L completed (0 rows)
    (IMP) INFO: import of DF03T completed (24502 rows)
    (IMP) INFO: import of DF04L completed (44 rows)
    (IMP) INFO: import of DF04T completed (25145 rows)
    (IMP) INFO: import of DF06L completed (0 rows)
    (IMP) INFO: import of DF06T completed (0 rows)
    (IMP) INFO: import of DF07L completed (0 rows)
    (IMP) INFO: import of DF07T completed (0 rows)
    (IMP) INFO: import of DF08L completed (0 rows)
    (IMP) INFO: import of DF08T completed (0 rows)
    (IMP) INFO: import of DF10L completed (0 rows)
    (IMP) INFO: import of DF10T completed (0 rows)
    (IMP) INFO: import of DF11L completed (0 rows)
    (IMP) INFO: import of DF11T completed (0 rows)
    (IMP) INFO: import of DF12L completed (0 rows)
    (IMP) INFO: import of DF12T completed (0 rows)
    (IMP) INFO: import of DF13L completed (0 rows)
    (IMP) INFO: import of DF13T completed (0 rows)
    (IMP) INFO: import of DF14L completed (542 rows)
    (IMP) INFO: import of DF14T completed (7042 rows)
    (IMP) INFO: import of DF15L completed (0 rows)
    (IMP) INFO: import of DF15T completed (0 rows)
    (IMP) INFO: import of DF16L completed (0 rows)
    (IMP) INFO: import of DF16T completed (0 rows)
    (IMP) INFO: import of DF30S completed (0 rows)
    (IMP) INFO: import of DF34S completed (0 rows)
    (IMP) INFO: import of DF40D completed (91 rows)
    (IMP) INFO: import of DF41S completed (373 rows)
    (IMP) INFO: import of DF42S completed (0 rows)
    (IMP) INFO: import of DF43S completed (0 rows)
    (IMP) INFO: import of DIAPAR completed (682 rows)
    (IMP) INFO: import of DM02L completed (286 rows)
    (IMP) INFO: import of DM02S completed (0 rows)
    (IMP) INFO: import of DM02T completed (572 rows)
    (IMP) INFO: import of DM03S completed (192 rows)
    (IMP) INFO: import of DM25L completed (93 rows)
    (IMP) INFO: import of DM26L completed (281 rows)
    (IMP) INFO: import of DM40L completed (109 rows)
    (IMP) INFO: import of DM40T completed (218 rows)
    (IMP) INFO: import of DM41S completed (370 rows)
    (IMP) INFO: import of DM42S completed (371 rows)
    (IMP) INFO: import of DM42T completed (975 rows)
    (IMP) INFO: import of DM43T completed (13 rows)
    (IMP) INFO: import of DM45L completed (39 rows)
    (IMP) INFO: import of DM45T completed (1235 rows)
    (IMP) INFO: import of DM46S completed (79 rows)
    (IMP) INFO: import of DOKCLU completed (298826 rows)
    (IMP) INFO: import of DOKHL completed (361786 rows)
    (IMP) INFO: import of DOKIL completed (311698 rows)
    (IMP) INFO: import of DSYST completed (1880 rows)
    (IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: import of DYNPSOURCE completed (26058 rows)
    (IMP) INFO: import of ENLFDIR completed (54453 rows)
    (IMP) INFO: import of EUDB completed (5577 rows)
    (IMP) INFO: import of EUGUITEXT completed (854 rows)
    (IMP) INFO: import of EUOBJ completed (417 rows)
    (IMP) INFO: import of EUOBJEDIT completed (277 rows)
    (IMP) INFO: import of EUOBJT completed (536 rows)
    (IMP) INFO: import of FUNCT completed (353242 rows)
    (IMP) INFO: import of FUPARAREF completed (364467 rows)
    (IMP) INFO: import of IADB2 completed (20 rows)
    (IMP) INFO: import of IADB6 completed (20 rows)
    (IMP) INFO: import of IAINF completed (20 rows)
    (IMP) INFO: import of IAMSS completed (0 rows)
    (IMP) INFO: import of IAORA completed (20 rows)
    (IMP) INFO: import of IGDB2 completed (10 rows)
    (IMP) INFO: import of IGORA completed (15 rows)
    (IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: import of INDTEXT completed (42717 rows)
    (IMP) INFO: import of LDBA completed (0 rows)
    (IMP) INFO: import of LDBB completed (0 rows)
    (IMP) INFO: import of LDBD completed (17 rows)
    (IMP) INFO: import of LDBH completed (6 rows)
    (IMP) INFO: import of LDBN completed (38 rows)
    (IMP) INFO: import of LDBNT completed (76 rows)
    (IMP) INFO: import of LDBQUAN completed (5 rows)
    (IMP) INFO: import of LDBT completed (35 rows)
    (IMP) INFO: import of MACID completed (16 rows)
    (IMP) INFO: import of MACOB completed (18 rows)
    (IMP) INFO: import of MCUSREXITS completed (0 rows)
    (IMP) INFO: import of MSSPROCS completed (201 rows)
    (IMP) INFO: import of MSSSOURCE completed (20644 rows)
    (IMP) INFO: import of MSSSPVERS completed (2 rows)
    (IMP) INFO: import of MSSSTORAGE completed (1 rows)
    (IMP) INFO: import of NOTRA completed (192 rows)
    (IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(RFF) ERROR: file SAPSSEXC.002 not found
    (IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (IMP) INFO: import of SEOCLASSEX completed (0 rows)
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (IMP) INFO: import of SEOCOMPOEX completed (0 rows)
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (IMP) INFO: import of TERCL completed (0 rows)
    (RFF) ERROR: file SAPSSEXC.002 not found
    (IMP) INFO: import of TERCL3 completed (0 rows)
    (RFF) ERROR: file SAPSSEXC.002 not found
    (IMP) INFO: import of TERM2 completed (0 rows)
    (IMP) INFO: import of TERM3 completed (0 rows)
    (IMP) INFO: import of TERM4 completed (0 rows)
    (IMP) INFO: import of TERM6 completed (0 rows)
    (IMP) INFO: import of TERM7 completed (0 rows)
    (RFF) ERROR: file SAPSSEXC.002 not found
    (IMP) INFO: import of TFM18X completed (0 rows)
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (IMP) INFO: import of TITLE completed (0 rows)
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (IMP) INFO: import of TRBAT completed (0 rows)
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (IMP) INFO: import of TSTC_SRT completed (0 rows)
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (IMP) INFO: import of TTREEN completed (0 rows)
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (TFH) ERROR: Unable to close C:\InstalFiles\Export1/DATA/SAPSSEXC.001
    (DB) INFO: disconnected from DB
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe: job finished with 68 error(s)
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe: END OF LOG: 20041129173637

    Hello!
    I am having exactly the same problem with my install of BW IDES.  I have reinstalled 10 times and have it admit I'm getting tired of the repetition!
    How were you able to overcome or workaround this error?
    Thanks,
    Bob

  • Error installing BW 3.1 (WAS 6.20) on MS-SQL

    Hi all
    I'm currently working on a new installation of BW 3.1 (WAS 6.20) on MSSQL. I got the SQL Server installed, along with SP3 and I have setup the Central Instance with no errors as well. However, when I do the Database Instance install, I get an error at the Database Load (post processing) Screen.
    Up to this point, it appears ok but now I get a pop up message saying there has been a error. When I check SAPSSEXC.log I can isolate the following error.
    ***LOG BZA=> table SVERS does not exist on database [dblink#1 @ 1292] [dblink 1292 ]
    I've tried reinstalling multiple times and it keeps happening. Is it an authorization issue with MS SQL? Can someone advise, if I need to change any user ids, etc. I'am logged in as administrator, trying to do a local installation and have tried to log in as <SID>adm as well but get the same error...
    Some details: OS is Win2003 server, DB is MSSQL 2000 with SP3, CI and DB are one same server. If anyone can advise, i would appreciate any input.
    Below is a paste of the complete SAPSSEXC logfile.
    Regards
    /Frank
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe: START OF LOG: 20041129162541
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe: version R6.20/V1.2
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe -ctf I C:\InstalFiles\Export1/DATA/SAPSSEXC.STR C:\InstalFiles\Export1/DB/DDLMSS.TPL C:\SAPinst MSSQL KERNEL/SAPSSEXC.TSK MSS -l C:\SAPinst MSSQL KERNEL/SAPSSEXC.log
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe: job completed
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe: END OF LOG: 20041129162542
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe: START OF LOG: 20041129162604
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe: version R6.20/V1.2
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\SAPinst MSSQL KERNEL/SAPSSEXC.cmd -l C:\SAPinst MSSQL KERNEL/SAPSSEXC.log -loadprocedure fast
    DbSl Trace: SQLOLEDB Provider Release:08.50.1022
    DbSl Trace: Shared cache sizes: header 52 bytes, 10000 names (13360000 bytes), 1000 dynamic statements (5436000 bytes), total 18796052 bytes
    DbSl Trace: Initializing private procedure name cache.
    DbSl Trace: procedure cache created/attached
    DbSl Trace: Thank You for using the SLOLEDB-interface
    DbSl Trace: Connected to db server : [cphtst26], dbname: BW1, dbuser: bw1
    DbSl Trace: Using dynamic link library 'E:\usr\sap\BW1\SYS\exe\run\dbmssslib.dll'
    DbSl Trace: dbmssslib.dll patch info
    DbSl Trace: patchlevel 0
    DbSl Trace: patchno 494
    DbSl Trace: patchcomment MSSQL: SY-DBCNT for EXEC SQL. EXECUTE(..) ENDEXEC (574316)
    DbSl Trace: The IRow interface is supported by this OLEDB provider
    DbSl Trace: ParamStmtExec: line 23549. hr: 0x80040e37 Invalid object name 'SVERS'.
    DbSl Trace: HandleOledbError [ParamStmtExec,line 23549]: Error/Message: (err 208, sev 16), Invalid object name 'SVERS'.
    DbSl Trace: ParamStmtExec failed. HR 80040e37 DBSL retcode 103. stmt: [SELECT VERSION AS c FROM SVERS ]
    DbSl Trace: Conn_i:1 selection:1 singleton:1 flag_fupd:0 use_cursor:0 chksum:12157
    DbSl Trace: DbSlRead - Error 103 (dbcode 208) on open
    DbSl Trace: DbSlRead - <##Y2CPHTST26bw100000019040000000001162604>
    DbSl Trace: DbSlRead - Error 103 (dbcode 208) on fetch
    DbSl Trace: DbSlRead - <##Y2CPHTST26bw100000019040000000001162604>
    Mon Nov 29 16:26:04 2004
    ***LOG BZA=> table SVERS does not exist on database [dblink#1 @ 1292] [dblink 1292 ]
    (DB) INFO: connected to DB
    DbSl Trace: ParamStmtExec: line 23549. hr: 0x80040e37 Invalid object name 'SVERS'.
    DbSl Trace: HandleOledbError [ParamStmtExec,line 23549]: Error/Message: (err 208, sev 16), Invalid object name 'SVERS'.
    DbSl Trace: ParamStmtExec failed. HR 80040e37 DBSL retcode 103. stmt: [SELECT VERSION AS c FROM SVERS ]
    DbSl Trace: Conn_i:1 selection:1 singleton:1 flag_fupd:0 use_cursor:0 chksum:12157
    DbSl Trace: DbSlRead - Error 103 (dbcode 208) on open
    DbSl Trace: DbSlRead - <##Y2CPHTST26bw100000019040000000002162604>
    DbSl Trace: DbSlRead - Error 103 (dbcode 208) on fetch
    DbSl Trace: DbSlRead - <##Y2CPHTST26bw100000019040000000002162604>
    Interface access functions from dynamic library dbmssslib.dll loaded.(IMP) INFO: import of BRATEXT completed (259725 rows)
    (IMP) INFO: import of D010INC completed (359297 rows)
    (IMP) INFO: import of D010TAB completed (1180062 rows)
    (IMP) INFO: import of D020S completed (26058 rows)
    (IMP) INFO: import of D020T completed (46964 rows)
    (IMP) INFO: import of D021T completed (220317 rows)
    (IMP) INFO: import of D301T completed (0 rows)
    (IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: import of D345T completed (0 rows)
    (IMP) INFO: import of D347T completed (0 rows)
    (IMP) INFO: import of DBDIFF completed (156 rows)
    (IMP) INFO: import of DD01L completed (13508 rows)
    (IMP) INFO: import of DD01T completed (28975 rows)
    (IMP) INFO: import of DD02L completed (35238 rows)
    (IMP) INFO: import of DD02T completed (73738 rows)
    (IMP) INFO: import of DD03L completed (368844 rows)
    (IMP) INFO: import of DD03T completed (33493 rows)
    (IMP) INFO: import of DD04L completed (53152 rows)
    (IMP) INFO: import of DD04T completed (111036 rows)
    (IMP) INFO: import of DD06L completed (56 rows)
    (IMP) INFO: import of DD06T completed (212 rows)
    (IMP) INFO: import of DD07L completed (20163 rows)
    (IMP) INFO: import of DD07T completed (54024 rows)
    (IMP) INFO: import of DD09L completed (10510 rows)
    (IMP) INFO: import of DD20L completed (19 rows)
    (IMP) INFO: import of DD25L completed (3015 rows)
    (IMP) INFO: import of DD26S completed (5793 rows)
    (IMP) INFO: import of DD27S completed (23964 rows)
    (IMP) INFO: import of DD28S completed (4856 rows)
    (IMP) INFO: import of DD29L completed (2229 rows)
    (IMP) INFO: import of DD30L completed (1157 rows)
    (IMP) INFO: import of DD30T completed (2332 rows)
    (IMP) INFO: import of DD31S completed (1310 rows)
    (IMP) INFO: import of DD32S completed (3925 rows)
    (IMP) INFO: import of DD33S completed (3406 rows)
    (IMP) INFO: import of DD35L completed (1663 rows)
    (IMP) INFO: import of DD36S completed (5348 rows)
    (IMP) INFO: import of DD40L completed (7005 rows)
    (IMP) INFO: import of DD40T completed (14165 rows)
    (IMP) INFO: import of DD42S completed (1828 rows)
    (IMP) INFO: import of DDTYPES completed (103119 rows)
    (IMP) INFO: import of DDTYPET completed (2820 rows)
    (IMP) INFO: import of DDXTF completed (0 rows)
    (IMP) INFO: import of DDXTF_CONV_UC completed (0 rows)
    (IMP) INFO: import of DDXTT completed (0 rows)
    (IMP) INFO: import of DDXTT_CONV_UC completed (0 rows)
    (IMP) INFO: import of DF03L completed (0 rows)
    (IMP) INFO: import of DF03T completed (24502 rows)
    (IMP) INFO: import of DF04L completed (44 rows)
    (IMP) INFO: import of DF04T completed (25145 rows)
    (IMP) INFO: import of DF06L completed (0 rows)
    (IMP) INFO: import of DF06T completed (0 rows)
    (IMP) INFO: import of DF07L completed (0 rows)
    (IMP) INFO: import of DF07T completed (0 rows)
    (IMP) INFO: import of DF08L completed (0 rows)
    (IMP) INFO: import of DF08T completed (0 rows)
    (IMP) INFO: import of DF10L completed (0 rows)
    (IMP) INFO: import of DF10T completed (0 rows)
    (IMP) INFO: import of DF11L completed (0 rows)
    (IMP) INFO: import of DF11T completed (0 rows)
    (IMP) INFO: import of DF12L completed (0 rows)
    (IMP) INFO: import of DF12T completed (0 rows)
    (IMP) INFO: import of DF13L completed (0 rows)
    (IMP) INFO: import of DF13T completed (0 rows)
    (IMP) INFO: import of DF14L completed (542 rows)
    (IMP) INFO: import of DF14T completed (7042 rows)
    (IMP) INFO: import of DF15L completed (0 rows)
    (IMP) INFO: import of DF15T completed (0 rows)
    (IMP) INFO: import of DF16L completed (0 rows)
    (IMP) INFO: import of DF16T completed (0 rows)
    (IMP) INFO: import of DF30S completed (0 rows)
    (IMP) INFO: import of DF34S completed (0 rows)
    (IMP) INFO: import of DF40D completed (91 rows)
    (IMP) INFO: import of DF41S completed (373 rows)
    (IMP) INFO: import of DF42S completed (0 rows)
    (IMP) INFO: import of DF43S completed (0 rows)
    (IMP) INFO: import of DIAPAR completed (682 rows)
    (IMP) INFO: import of DM02L completed (286 rows)
    (IMP) INFO: import of DM02S completed (0 rows)
    (IMP) INFO: import of DM02T completed (572 rows)
    (IMP) INFO: import of DM03S completed (192 rows)
    (IMP) INFO: import of DM25L completed (93 rows)
    (IMP) INFO: import of DM26L completed (281 rows)
    (IMP) INFO: import of DM40L completed (109 rows)
    (IMP) INFO: import of DM40T completed (218 rows)
    (IMP) INFO: import of DM41S completed (370 rows)
    (IMP) INFO: import of DM42S completed (371 rows)
    (IMP) INFO: import of DM42T completed (975 rows)
    (IMP) INFO: import of DM43T completed (13 rows)
    (IMP) INFO: import of DM45L completed (39 rows)
    (IMP) INFO: import of DM45T completed (1235 rows)
    (IMP) INFO: import of DM46S completed (79 rows)
    (IMP) INFO: import of DOKCLU completed (298826 rows)
    (IMP) INFO: import of DOKHL completed (361786 rows)
    (IMP) INFO: import of DOKIL completed (311698 rows)
    (IMP) INFO: import of DSYST completed (1880 rows)
    (IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: import of DYNPSOURCE completed (26058 rows)
    (IMP) INFO: import of ENLFDIR completed (54453 rows)
    (IMP) INFO: import of EUDB completed (5577 rows)
    (IMP) INFO: import of EUGUITEXT completed (854 rows)
    (IMP) INFO: import of EUOBJ completed (417 rows)
    (IMP) INFO: import of EUOBJEDIT completed (277 rows)
    (IMP) INFO: import of EUOBJT completed (536 rows)
    (IMP) INFO: import of FUNCT completed (353242 rows)
    (IMP) INFO: import of FUPARAREF completed (364467 rows)
    (IMP) INFO: import of IADB2 completed (20 rows)
    (IMP) INFO: import of IADB6 completed (20 rows)
    (IMP) INFO: import of IAINF completed (20 rows)
    (IMP) INFO: import of IAMSS completed (0 rows)
    (IMP) INFO: import of IAORA completed (20 rows)
    (IMP) INFO: import of IGDB2 completed (10 rows)
    (IMP) INFO: import of IGORA completed (15 rows)
    (IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: import of INDTEXT completed (42717 rows)
    (IMP) INFO: import of LDBA completed (0 rows)
    (IMP) INFO: import of LDBB completed (0 rows)
    (IMP) INFO: import of LDBD completed (17 rows)
    (IMP) INFO: import of LDBH completed (6 rows)
    (IMP) INFO: import of LDBN completed (38 rows)
    (IMP) INFO: import of LDBNT completed (76 rows)
    (IMP) INFO: import of LDBQUAN completed (5 rows)
    (IMP) INFO: import of LDBT completed (35 rows)
    (IMP) INFO: import of MACID completed (16 rows)
    (IMP) INFO: import of MACOB completed (18 rows)
    (IMP) INFO: import of MCUSREXITS completed (0 rows)
    (IMP) INFO: import of MSSPROCS completed (201 rows)
    (IMP) INFO: import of MSSSOURCE completed (20644 rows)
    (IMP) INFO: import of MSSSPVERS completed (2 rows)
    (IMP) INFO: import of MSSSTORAGE completed (1 rows)
    (IMP) INFO: import of NOTRA completed (192 rows)
    (IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(RFF) ERROR: file SAPSSEXC.002 not found
    (IMP) INFO: InitFastLoad failed with <3: (null)>(IMP) INFO: DBSL will be used(RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (IMP) INFO: import of SEOCLASSEX completed (0 rows)
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (IMP) INFO: import of SEOCOMPOEX completed (0 rows)
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (IMP) INFO: import of TERCL completed (0 rows)
    (RFF) ERROR: file SAPSSEXC.002 not found
    (IMP) INFO: import of TERCL3 completed (0 rows)
    (RFF) ERROR: file SAPSSEXC.002 not found
    (IMP) INFO: import of TERM2 completed (0 rows)
    (IMP) INFO: import of TERM3 completed (0 rows)
    (IMP) INFO: import of TERM4 completed (0 rows)
    (IMP) INFO: import of TERM6 completed (0 rows)
    (IMP) INFO: import of TERM7 completed (0 rows)
    (RFF) ERROR: file SAPSSEXC.002 not found
    (IMP) INFO: import of TFM18X completed (0 rows)
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (IMP) INFO: import of TITLE completed (0 rows)
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (IMP) INFO: import of TRBAT completed (0 rows)
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (IMP) INFO: import of TSTC_SRT completed (0 rows)
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (IMP) INFO: import of TTREEN completed (0 rows)
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (RFF) ERROR: file SAPSSEXC.002 not found
    (TFH) ERROR: Unable to close C:\InstalFiles\Export1/DATA/SAPSSEXC.001
    (DB) INFO: disconnected from DB
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe: job finished with 68 error(s)
    E:\usr\sap\BW1\SYS\exe\run/R3load.exe: END OF LOG: 20041129173637

    Hello!
    I am having exactly the same problem with my install of BW IDES.  I have reinstalled 10 times and have it admit I'm getting tired of the repetition!
    How were you able to overcome or workaround this error?
    Thanks,
    Bob

  • Error when import ABAP stage for Database Instance Installation

    I got error for DI Installation for ERP2005 (NW2004sSR2) on Windows 2003 R2, MSSQL2005 on IA64. Below is are logs. Please help. Thanks in advance.
    import_monitor.java.log
    [code]
    java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_13-b06, mixed mode)
    Import Monitor jobs: running 1, waiting 18, completed 0, failed 0, total 19.
    Loading of 'SAPSDIC' import package: OK
    Import Monitor jobs: running 0, waiting 18, completed 1, failed 0, total 19.
    Import Monitor jobs: running 1, waiting 17, completed 1, failed 0, total 19.
    Import Monitor jobs: running 2, waiting 16, completed 1, failed 0, total 19.
    Import Monitor jobs: running 3, waiting 15, completed 1, failed 0, total 19.
    Loading of 'SAPAPPL0' import package: OK
    Import Monitor jobs: running 2, waiting 15, completed 2, failed 0, total 19.
    Import Monitor jobs: running 3, waiting 14, completed 2, failed 0, total 19.
    Loading of 'SAPAPPL2' import package: OK
    Import Monitor jobs: running 2, waiting 14, completed 3, failed 0, total 19.
    Import Monitor jobs: running 3, waiting 13, completed 3, failed 0, total 19.
    Loading of 'SAPSLEXC' import package: OK
    Import Monitor jobs: running 2, waiting 13, completed 4, failed 0, total 19.
    Import Monitor jobs: running 3, waiting 12, completed 4, failed 0, total 19.
    Loading of 'SAPSSRC' import package: OK
    Import Monitor jobs: running 2, waiting 12, completed 5, failed 0, total 19.
    Import Monitor jobs: running 3, waiting 11, completed 5, failed 0, total 19.
    Loading of 'SAPPOOL' import package: ERROR
    Import Monitor jobs: running 2, waiting 11, completed 5, failed 1, total 19.
    Import Monitor jobs: running 3, waiting 10, completed 5, failed 1, total 19.
    Loading of 'SAPSPROT' import package: OK
    Import Monitor jobs: running 2, waiting 10, completed 6, failed 1, total 19.
    Import Monitor jobs: running 3, waiting 9, completed 6, failed 1, total 19.
    Loading of 'SAPSDOCU' import package: OK
    Import Monitor jobs: running 2, waiting 9, completed 7, failed 1, total 19.
    Import Monitor jobs: running 3, waiting 8, completed 7, failed 1, total 19.
    Loading of 'SAPCLUST' import package: ERROR
    Import Monitor jobs: running 2, waiting 8, completed 7, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 7, completed 7, failed 2, total 19.
    Loading of 'SAPUSER' import package: OK
    Import Monitor jobs: running 2, waiting 7, completed 8, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 6, completed 8, failed 2, total 19.
    Loading of 'SAPSLOAD' import package: OK
    Import Monitor jobs: running 2, waiting 6, completed 9, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 5, completed 9, failed 2, total 19.
    Loading of 'SAPDDIM' import package: OK
    Import Monitor jobs: running 2, waiting 5, completed 10, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 4, completed 10, failed 2, total 19.
    Loading of 'SAPDFACT' import package: OK
    Import Monitor jobs: running 2, waiting 4, completed 11, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 3, completed 11, failed 2, total 19.
    Loading of 'SAPDODS' import package: OK
    Import Monitor jobs: running 2, waiting 3, completed 12, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 2, completed 12, failed 2, total 19.
    Loading of 'SAPUSER1' import package: OK
    Import Monitor jobs: running 2, waiting 2, completed 13, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 1, completed 13, failed 2, total 19.
    Loading of 'SAP0000' import package: OK
    Import Monitor jobs: running 2, waiting 1, completed 14, failed 2, total 19.
    Loading of 'SAPAPPL1' import package: OK
    Import Monitor jobs: running 1, waiting 1, completed 15, failed 2, total 19.
    Loading of 'SAPSSEXC' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 15, failed 3, total 19.
    [/code]
    SAPCLUST.log
    [code]
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121150033
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -ctf I C:\installcd\Netweaver 2004 SR2 Installation Export Disc 1\EXP1\DATA\SAPCLUST.STR C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\DISTRIBUTED\AS\DB\DDLMSS.TPL SAPCLUST.TSK MSS -l SAPCLUST.log
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: job completed
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: END OF LOG: 20071121150033
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121150034
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -i SAPCLUST.cmd -dbcodepage 4103 -l SAPCLUST.log -loadprocedure fast
    (DB) INFO: connected to DB
    (DB) INFO: AABLG created
    (DB) INFO: AABLG~0 created
    (IMP) INFO: import of AABLG completed (0 rows) #20071121150034
    (DB) INFO: CDCLS created
    (DB) INFO: CDCLS~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table CDCLS.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table CDCLS.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: CLU4 created
    (DB) INFO: CLU4~0 created
    (IMP) INFO: import of CLU4 completed (0 rows) #20071121150034
    (DB) INFO: CLUSTERVER created
    (DB) INFO: CLUSTERVER~0 created
    (IMP) INFO: import of CLUSTERVER completed (0 rows) #20071121150034
    (DB) INFO: CLUTAB created
    (DB) INFO: CLUTAB~0 created
    (IMP) INFO: import of CLUTAB completed (0 rows) #20071121150035
    (DB) INFO: CVEP1 created
    (DB) INFO: CVEP1~0 created
    (IMP) INFO: import of CVEP1 completed (0 rows) #20071121150035
    (DB) INFO: CVEP2 created
    (DB) INFO: CVEP2~0 created
    (IMP) INFO: import of CVEP2 completed (0 rows) #20071121150035
    (DB) INFO: CVER1 created
    (DB) INFO: CVER1~0 created
    (IMP) INFO: import of CVER1 completed (0 rows) #20071121150035
    (DB) INFO: CVER2 created
    (DB) INFO: CVER2~0 created
    (IMP) INFO: import of CVER2 completed (0 rows) #20071121150035
    (DB) INFO: CVER3 created
    (DB) INFO: CVER3~0 created
    (IMP) INFO: import of CVER3 completed (0 rows) #20071121150035
    (DB) INFO: CVER4 created
    (DB) INFO: CVER4~0 created
    (IMP) INFO: import of CVER4 completed (0 rows) #20071121150035
    (DB) INFO: CVER5 created
    (DB) INFO: CVER5~0 created
    (IMP) INFO: import of CVER5 completed (0 rows) #20071121150035
    (DB) INFO: DOKCL created
    (DB) INFO: DOKCL~0 created
    (IMP) INFO: import of DOKCL completed (0 rows) #20071121150036
    (DB) INFO: DSYCLV created
    (DB) INFO: DSYCLV~0 created
    (IMP) INFO: import of DSYCLV completed (0 rows) #20071121150036
    (DB) INFO: DSYO1 created
    (DB) INFO: DSYO1~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table DSYO1.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table DSYO1.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: DSYO2 created
    (DB) INFO: DSYO2~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table DSYO2.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table DSYO2.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: DSYO3 created
    (DB) INFO: DSYO3~0 created
    (IMP) INFO: import of DSYO3 completed (0 rows) #20071121150036
    (DB) INFO: EDI30C created
    (DB) INFO: EDI30C~0 created
    (IMP) INFO: import of EDI30C completed (0 rows) #20071121150036
    (DB) INFO: EDI40 created
    (DB) INFO: EDI40~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table EDI40.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table EDI40.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: EDIDOC created
    (DB) INFO: EDIDOC~0 created
    (IMP) INFO: import of EDIDOC completed (0 rows) #20071121150037
    (DB) INFO: EPIDXB created
    (DB) INFO: EPIDXB~0 created
    (IMP) INFO: import of EPIDXB completed (0 rows) #20071121150037
    (DB) INFO: EPIDXC created
    (DB) INFO: EPIDXC~0 created
    (IMP) INFO: import of EPIDXC completed (0 rows) #20071121150037
    (DB) INFO: GLS2CLUS created
    (DB) INFO: GLS2CLUS~0 created
    (IMP) INFO: import of GLS2CLUS completed (0 rows) #20071121150038
    (DB) INFO: IMPREDOC created
    (DB) INFO: IMPREDOC~0 created
    (IMP) INFO: import of IMPREDOC completed (0 rows) #20071121150038
    (DB) INFO: J_CLU created
    (DB) INFO: J_CLU~0 created
    (IMP) INFO: import of J_CLU completed (0 rows) #20071121150038
    (DB) INFO: KOCLU created
    (DB) INFO: KOCLU~0 created
    (IMP) INFO: import of KOCLU completed (0 rows) #20071121150038
    (DB) INFO: MWOFF_CL created
    (DB) INFO: MWOFF_CL~0 created
    (IMP) INFO: import of MWOFF_CL completed (0 rows) #20071121150038
    (DB) INFO: PCDCLS created
    (DB) INFO: PCDCLS~0 created
    (IMP) INFO: import of PCDCLS completed (0 rows) #20071121150038
    (DB) INFO: PRCD_CLUST created
    (DB) INFO: PRCD_CLUST~0 created
    (IMP) INFO: import of PRCD_CLUST completed (0 rows) #20071121150039
    (DB) INFO: REGUC created
    (DB) INFO: REGUC~0 created
    (IMP) INFO: import of REGUC completed (0 rows) #20071121150039
    (DB) INFO: RFBLG created
    (DB) INFO: RFBLG~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table RFBLG.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table RFBLG.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: RFMHN created
    (DB) INFO: RFMHN~0 created
    (IMP) INFO: import of RFMHN completed (0 rows) #20071121150039
    (DB) INFO: RKEPI created
    (DB) INFO: RKEPI~0 created
    (IMP) INFO: import of RKEPI completed (0 rows) #20071121150039
    (DB) INFO: SFHOA created
    (DB) INFO: SFHOA~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table SFHOA.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table SFHOA.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: SFHYT created
    (DB) INFO: SFHYT~0 created
    (IMP) INFO: import of SFHYT completed (0 rows) #20071121150040
    (DB) INFO: TESCL created
    (DB) INFO: TESCL~0 created
    (IMP) INFO: import of TESCL completed (0 rows) #20071121150040
    (DB) INFO: UMG_TEST_C created
    (DB) INFO: UMG_TEST_C~0 created
    (IMP) INFO: import of UMG_TEST_C completed (0 rows) #20071121150040
    (DB) INFO: UMG_TEST_F created
    (DB) INFO: UMG_TEST_F~0 created
    (IMP) INFO: import of UMG_TEST_F completed (0 rows) #20071121150040
    (DB) INFO: VBCLU created
    (DB) INFO: VBCLU~0 created
    (IMP) INFO: import of VBCLU completed (0 rows) #20071121150040
    (DB) INFO: VBFCL created
    (DB) INFO: VBFCL~0 created
    (IMP) INFO: import of VBFCL completed (0 rows) #20071121150040
    (DB) INFO: VBLOG created
    (DB) INFO: VBLOG~0 created
    (IMP) INFO: import of VBLOG completed (0 rows) #20071121150040
    (DB) INFO: VERCLUSTER created
    (DB) INFO: VERCLUSTER~0 created
    (IMP) INFO: import of VERCLUSTER completed (0 rows) #20071121150040
    (DB) INFO: VER_CLUSTR created
    (DB) INFO: VER_CLUSTR~0 created
    (IMP) INFO: import of VER_CLUSTR completed (0 rows) #20071121150040
    (DB) INFO: VTEST10 created
    (DB) INFO: VTEST10~0 created
    (IMP) INFO: import of VTEST10 completed (0 rows) #20071121150041
    (DB) INFO: disconnected from DB
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: job finished with 6 error(s)
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: END OF LOG: 20071121150041
    [/code]
    SAPPOOL.log
    [code]
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121145733
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -ctf I C:\installcd\Netweaver 2004 SR2 Installation Export Disc 1\EXP1\DATA\SAPPOOL.STR C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\DISTRIBUTED\AS\DB\DDLMSS.TPL SAPPOOL.TSK MSS -l SAPPOOL.log
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: job completed
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: END OF LOG: 20071121145733
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121145734
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -i SAPPOOL.cmd -dbcodepage 4103 -l SAPPOOL.log -loadprocedure fast
    (DB) INFO: connected to DB
    (DB) INFO: AANK created
    (DB) INFO: AANK~0 created
    (IMP) INFO: import of AANK completed (0 rows) #20071121145734
    (DB) INFO: AANL created
    (DB) INFO: AANL~0 created
    (IMP) INFO: import of AANL completed (0 rows) #20071121145734
    (DB) INFO: ATAB created
    (DB) INFO: ATAB~0 created
    failed to read short nametab of table ARCH_NUM                       (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#8280;††††††††††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: BPHIER created
    (DB) INFO: BPHIER~0 created
    (IMP) INFO: import of BPHIER completed (0 rows) #20071121145734
    (DB) INFO: CFIS created
    (DB) INFO: CFIS~0 created
    (IMP) INFO: import of CFIS completed (0 rows) #20071121145734
    (DB) INFO: CRVP created
    (DB) INFO: CRVP~0 created
    (IMP) INFO: import of CRVP completed (0 rows) #20071121145734
    (DB) INFO: DEBI created
    (DB) INFO: DEBI~0 created
    (IMP) INFO: import of DEBI completed (0 rows) #20071121145734
    (DB) INFO: DVPOOL created
    (DB) INFO: DVPOOL~0 created
    (IMP) INFO: import of DVPOOL completed (0 rows) #20071121145734
    (DB) INFO: DVPOOLTEXT created
    (DB) INFO: DVPOOLTEXT~0 created
    (IMP) INFO: import of DVPOOLTEXT completed (0 rows) #20071121145734
    (DB) INFO: FINPL created
    (DB) INFO: FINPL~0 created
    failed to read short nametab of table FINK                           (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#21316;&#21337;&#16965;&#20303;&#17995;&#16991;&#24389;&#20290;&#19279;†††††&#17696;&#12357;&#12336;&#8241;†††††††††††††††††††††††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: GLSP created
    (DB) INFO: GLSP~0 created
    (IMP) INFO: import of GLSP completed (0 rows) #20071121145735
    (DB) INFO: GLTP created
    (DB) INFO: GLTP~0 created
    (IMP) INFO: import of GLTP completed (0 rows) #20071121145735
    (DB) INFO: KALK created
    (DB) INFO: KALK~0 created
    (IMP) INFO: import of KALK completed (0 rows) #20071121145735
    (DB) INFO: KAPOL created
    (DB) INFO: KAPOL~0 created
    failed to read short nametab of table A026                           (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#12336;&#17200;&#16723;&#23085;&#12338;&#12336;&#12593;&#12336;&#12336;&#12336;&#12852;&#12337;&#14641;&#12857;&#12849;&#12595;††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: KBPOL created
    (DB) INFO: KBPOL~0 created
    (IMP) INFO: import of KBPOL completed (0 rows) #20071121145735
    (DB) INFO: KCPOL created
    (DB) INFO: KCPOL~0 created
    (IMP) INFO: import of KCPOL completed (0 rows) #20071121145735
    (DB) INFO: KDPOL created
    (DB) INFO: KDPOL~0 created
    (IMP) INFO: import of KDPOL completed (0 rows) #20071121145735
    (DB) INFO: KEPOOL created
    (DB) INFO: KEPOOL~0 created
    failed to read short nametab of table K9001                          (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#12336;&#21296;&#12336;&#12337;&#12336;&#12336;&#14641;&#14649;&#12601;&#13106;&#8241;†††††††††††††††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: KGPOL created
    (DB) INFO: KGPOL~0 created
    (IMP) INFO: import of KGPOL completed (0 rows) #20071121145736
    (DB) INFO: KRED created
    (DB) INFO: KRED~0 created
    (IMP) INFO: import of KRED completed (0 rows) #20071121145736
    (DB) INFO: LDAN created
    (DB) INFO: LDAN~0 created
    (IMP) INFO: import of LDAN completed (0 rows) #20071121145736
    (DB) INFO: LDKO created
    (DB) INFO: LDKO~0 created
    (IMP) INFO: import of LDKO completed (0 rows) #20071121145736
    (DB) INFO: LISA created
    (DB) INFO: LISA~0 created
    (IMP) INFO: import of LISA completed (0 rows) #20071121145736
    (DB) INFO: MAT1 created
    (DB) INFO: MAT1~0 created
    (IMP) INFO: import of MAT1 completed (0 rows) #20071121145736
    (DB) INFO: MBAN created
    (DB) INFO: MBAN~0 created
    (IMP) INFO: import of MBAN completed (0 rows) #20071121145736
    (DB) INFO: MBMP created
    (DB) INFO: MBMP~0 created
    (IMP) INFO: import of MBMP completed (0 rows) #20071121145736
    (DB) INFO: MBRK created
    (DB) INFO: MBRK~0 created
    (IMP) INFO: import of MBRK completed (0 rows) #20071121145736
    (DB) INFO: MCLIB created
    (DB) INFO: MCLIB~0 created
    (IMP) INFO: import of MCLIB completed (0 rows) #20071121145736
    (DB) INFO: MEIN created
    (DB) INFO: MEIN~0 created
    (IMP) INFO: import of MEIN completed (0 rows) #20071121145737
    (DB) INFO: MEKK created
    (DB) INFO: MEKK~0 created
    (IMP) INFO: import of MEKK completed (0 rows) #20071121145737
    (DB) INFO: MEOR created
    (DB) INFO: MEOR~0 created
    (IMP) INFO: import of MEOR completed (0 rows) #20071121145737
    (DB) INFO: MSAK created
    (DB) INFO: MSAK~0 created
    (IMP) INFO: import of MSAK completed (0 rows) #20071121145737
    (DB) INFO: MSPOOL created
    (DB) INFO: MSPOOL~0 created
    (IMP) INFO: import of MSPOOL completed (0 rows) #20071121145737
    (DB) INFO: M_AANL created
    (DB) INFO: M_AANL~0 created
    (IMP) INFO: import of M_AANL completed (0 rows) #20071121145737
    (DB) INFO: M_ADMC created
    (DB) INFO: M_ADMC~0 created
    (IMP) INFO: import of M_ADMC completed (0 rows) #20071121145737
    (DB) INFO: M_ADRC created
    (DB) INFO: M_ADRC~0 created
    (IMP) INFO: import of M_ADRC completed (0 rows) #20071121145737
    (DB) INFO: M_ADRP created
    (DB) INFO: M_ADRP~0 created
    (IMP) INFO: import of M_ADRP completed (0 rows) #20071121145737
    (DB) INFO: M_AEN1 created
    (DB) INFO: M_AEN1~0 created
    (IMP) INFO: import of M_AEN1 completed (0 rows) #20071121145737
    (DB) INFO: M_BUPA created
    (DB) INFO: M_BUPA~0 created
    (IMP) INFO: import of M_BUPA completed (0 rows) #20071121145737
    (DB) INFO: M_CF01 created
    (DB) INFO: M_CF01~0 created
    (IMP) INFO: import of M_CF01 completed (0 rows) #20071121145737
    (DB) INFO: M_CLAS created
    (DB) INFO: M_CLAS~0 created
    (IMP) INFO: import of M_CLAS completed (0 rows) #20071121145738
    (DB) INFO: M_CLFN created
    (DB) INFO: M_CLFN~0 created
    (IMP) INFO: import of M_CLFN completed (0 rows) #20071121145738
    (DB) INFO: M_ESM2 created
    (DB) INFO: M_ESM2~0 created
    (IMP) INFO: import of M_ESM2 completed (0 rows) #20071121145738
    (DB) INFO: M_FDUP created
    (DB) INFO: M_FDUP~0 created
    (IMP) INFO: import of M_FDUP completed (0 rows) #20071121145738
    (DB) INFO: M_FPVT created
    (DB) INFO: M_FPVT~0 created
    (IMP) INFO: import of M_FPVT completed (0 rows) #20071121145738
    (DB) INFO: M_IBEW created
    (DB) INFO: M_IBEW~0 created
    (IMP) INFO: import of M_IBEW completed (0 rows) #20071121145738
    (DB) INFO: M_IFLM created
    (DB) INFO: M_IFLM~0 created
    (IMP) INFO: import of M_IFLM completed (0 rows) #20071121145738
    (DB) INFO: M_IIMA created
    (DB) INFO: M_IIMA~0 created
    (IMP) INFO: import of M_IIMA completed (0 rows) #20071121145738
    (DB) INFO: M_IRLM created
    (DB) INFO: M_IRLM~0 created
    (IMP) INFO: import of M_IRLM completed (0 rows) #20071121145738
    (DB) INFO: M_J1BA created
    (DB) INFO: M_J1BA~0 created
    (IMP) INFO: import of M_J1BA completed (0 rows) #20071121145738
    (DB) INFO: M_J1IA created
    (DB) INFO: M_J1IA~0 created
    (IMP) INFO: import of M_J1IA completed (0 rows) #20071121145739
    (DB) INFO: M_J1IB created
    (DB) INFO: M_J1IB~0 created
    (IMP) INFO: import of M_J1IB completed (0 rows) #20071121145739
    (DB) INFO: M_J1ID created
    (DB) INFO: M_J1ID~0 created
    (IMP) INFO: import of M_J1ID completed (0 rows) #20071121145739
    (DB) INFO: M_J1IH created
    (DB) INFO: M_J1IH~0 created
    (IMP) INFO: import of M_J1IH completed (0 rows) #20071121145739
    (DB) INFO: M_J1IK created
    (DB) INFO: M_J1IK~0 created
    (IMP) INFO: import of M_J1IK completed (0 rows) #20071121145739
    (DB) INFO: M_KLSW created
    (DB) INFO: M_KLSW~0 created
    (IMP) INFO: import of M_KLSW completed (0 rows) #20071121145739
    (DB) INFO: M_KMNR created
    (DB) INFO: M_KMNR~0 created
    (IMP) INFO: import of M_KMNR completed (0 rows) #20071121145739
    (DB) INFO: M_LOBJ created
    (DB) INFO: M_LOBJ~0 created
    (IMP) INFO: import of M_LOBJ completed (0 rows) #20071121145739
    (DB) INFO: M_MCA1 created
    (DB) INFO: M_MCA1~0 created
    (IMP) INFO: import of M_MCA1 completed (0 rows) #20071121145739
    (DB) INFO: M_MCA2 created
    (DB) INFO: M_MCA2~0 created
    (IMP) INFO: import of M_MCA2 completed (0 rows) #20071121145739
    (DB) INFO: M_MCBM created
    (DB) INFO: M_MCBM~0 created
    (IMP) INFO: import of M_MCBM completed (0 rows) #20071121145740
    (DB) INFO: M_MCEA created
    (DB) INFO: M_MCEA~0 created
    (IMP) INFO: import of M_MCEA completed (0 rows) #20071121145740
    (DB) INFO: M_MCEM created
    (DB) INFO: M_MCEM~0 created
    (IMP) INFO: import of M_MCEM completed (0 rows) #20071121145740
    (DB) INFO: M_MCES created
    (DB) INFO: M_MCES~0 created
    (IMP) INFO: import of M_MCES completed (0 rows) #20071121145740
    (DB) INFO: M_MCGB created
    (DB) INFO: M_MCGB~0 created
    (IMP) INFO: import of M_MCGB completed (0 rows) #20071121145740
    (DB) INFO: M_MCGU created
    (DB) INFO: M_MCGU~0 created
    (IMP) INFO: import of M_MCGU completed (0 rows) #20071121145740
    (DB) INFO: M_MCHA created
    (DB) INFO: M_MCHA~0 created
    (IMP) INFO: import of M_MCHA completed (0 rows) #20071121145740
    (DB) INFO: M_MCOB created
    (DB) INFO: M_MCOB~0 created
    (IMP) INFO: import of M_MCOB completed (0 rows) #20071121145740
    (DB) INFO: M_MERK created
    (DB) INFO: M_MERK~0 created
    (IMP) INFO: import of M_MERK completed (0 rows) #20071121145740
    (DB) INFO: M_MJB2 created
    (DB) INFO: M_MJB2~0 created
    (IMP) INFO: import of M_MJB2 completed (0 rows) #20071121145740
    (DB) INFO: M_MJB3 created
    (DB) INFO: M_MJB3~0 created
    (IMP) INFO: import of M_MJB3 completed (0 rows) #20071121145740
    (DB) INFO: M_MJB4 created
    (DB) INFO: M_MJB4~0 created
    (IMP) INFO: import of M_MJB4 completed (0 rows) #20071121145741
    (DB) INFO: M_MJB5 created
    (DB) INFO: M_MJB5~0 created
    (IMP) INFO: import of M_MJB5 completed (0 rows) #20071121145741
    (DB) INFO: M_MJBU created
    (DB) INFO: M_MJBU~0 created
    (IMP) INFO: import of M_MJBU completed (0 rows) #20071121145741
    (DB) INFO: M_MJBV created
    (DB) INFO: M_MJBV~0 created
    (IMP) INFO: import of M_MJBV completed (0 rows) #20071121145741
    (DB) INFO: M_MJBW created
    (DB) INFO: M_MJBW~0 created
    (IMP) INFO: import of M_MJBW completed (0 rows) #20071121145741
    (DB) INFO: M_MJBX created
    (DB) INFO: M_MJBX~0 created
    (IMP) INFO: import of M_MJBX completed (0 rows) #20071121145741
    (DB) INFO: M_MJBZ created
    (DB) INFO: M_MJBZ~0 created
    (IMP) INFO: import of M_MJBZ completed (0 rows) #20071121145741
    (DB) INFO: M_MREA created
    (DB) INFO: M_MREA~0 created
    (IMP) INFO: import of M_MREA completed (0 rows) #20071121145741
    (DB) INFO: M_MSAK created
    (DB) INFO: M_MSAK~0 created
    (IMP) INFO: import of M_MSAK completed (0 rows) #20071121145741
    (DB) INFO: M_MTLN created
    (DB) INFO: M_MTLN~0 created
    (IMP) INFO: import of M_MTLN completed (0 rows) #20071121145741
    (DB) INFO: M_MTVM created
    (DB) INFO: M_MTVM~0 created
    (IMP) INFO: import of M_MTVM completed (0 rows) #20071121145742
    (DB) INFO: M_MTVN created
    (DB) INFO: M_MTVN~0 created
    (IMP) INFO: import of M_MTVN completed (0 rows) #20071121145742
    (DB) INFO: M_MTVO created
    (DB) INFO: M_MTVO~0 created
    (IMP) INFO: import of M_MTVO completed (0 rows) #20071121145742
    (DB) INFO: M_MVER created
    (DB) INFO: M_MVER~0 created
    (IMP) INFO: import of M_MVER completed (0 rows) #20071121145742
    (DB) INFO: M_MWAK created
    (DB) INFO: M_MWAK~0 created
    (IMP) INFO: import of M_MWAK completed (0 rows) #20071121145742
    (DB) INFO: M_OBJE created
    (DB) INFO: M_OBJE~0 created
    (IMP) INFO: import of M_OBJE completed (0 rows) #20071121145742
    (DB) INFO: M_PTER created
    (DB) INFO: M_PTER~0 created
    (IMP) INFO: import of M_PTER completed (0 rows) #20071121145742
    (DB) INFO: M_PTRM created
    (DB) INFO: M_PTRM~0 created
    (IMP) INFO: import of M_PTRM completed (0 rows) #20071121145742
    (DB) INFO: M_SFIP created
    (DB) INFO: M_SFIP~0 created
    (IMP) INFO: import of M_SFIP completed (0 rows) #20071121145742
    (DB) INFO: M_SPBB created
    (DB) INFO: M_SPBB~0 created
    (IMP) INFO: import of M_SPBB completed (0 rows) #20071121145742
    (DB) INFO: M_SWZA created
    (DB) INFO: M_SWZA~0 created
    (IMP) INFO: import of M_SWZA completed (0 rows) #20071121145742
    (DB) INFO: M_VMCF created
    (DB) INFO: M_VMCF~0 created
    (IMP) INFO: import of M_VMCF completed (0 rows) #20071121145742
    (DB) INFO: M_VMVK created
    (DB) INFO: M_VMVK~0 created
    (IMP) INFO: import of M_VMVK completed (0 rows) #20071121145743
    (DB) INFO: M_VTBS created
    (DB) INFO: M_VTBS~0 created
    (IMP) INFO: import of M_VTBS completed (0 rows) #20071121145743
    (DB) INFO: M_VTMA created
    (DB) INFO: M_VTMA~0 created
    (IMP) INFO: import of M_VTMA completed (0 rows) #20071121145743
    (DB) INFO: M_VTOF created
    (DB) INFO: M_VTOF~0 created
    (IMP) INFO: import of M_VTOF completed (0 rows) #20071121145743
    (DB) INFO: M_WASV created
    (DB) INFO: M_WASV~0 created
    (IMP) INFO: import of M_WASV completed (0 rows) #20071121145743
    (DB) INFO: M_WDEP created
    (DB) INFO: M_WDEP~0 created
    (IMP) INFO: import of M_WDEP completed (0 rows) #20071121145743
    (DB) INFO: M_WORD created
    (DB) INFO: M_WORD~0 created
    (IMP) INFO: import of M_WORD completed (0 rows) #20071121145743
    (DB) INFO: M_WPAN created
    (DB) INFO: M_WPAN~0 created
    (IMP) INFO: import of M_WPAN completed (0 rows) #20071121145743
    (DB) INFO: NCOM created
    (DB) INFO: NCOM~0 created
    (IMP) INFO: import of NCOM completed (0 rows) #20071121145743
    (DB) INFO: ORDE created
    (DB) INFO: ORDE~0 created
    (IMP) INFO: import of ORDE completed (0 rows) #20071121145744
    (DB) INFO: PLOM created
    (DB) INFO: PLOM~0 created
    (IMP) INFO: import of PLOM completed (0 rows) #20071121145744
    (DB) INFO: PTEST1 created
    (DB) INFO: PTEST1~0 created
    (IMP) INFO: import of PTEST1 completed (0 rows) #20071121145744
    (DB) INFO: PVER1 created
    (DB) INFO: PVER1~0 created
    (IMP) INFO: import of PVER1 completed (0 rows) #20071121145744
    (DB) INFO: QDPT created
    (DB) INFO: QDPT~0 created
    (IMP) INFO: import of QDPT completed (0 rows) #20071121145744
    (DB) INFO: REBL created
    (DB) INFO: REBL~0 created
    (IMP) INFO: import of REBL completed (0 rows) #20071121145744
    (DB) INFO: SAKO created
    (DB) INFO: SAKO~0 created
    (IMP) INFO: import of SAKO completed (0 rows) #20071121145744
    (DB) INFO: SFCPL created
    (DB) INFO: SFCPL~0 created
    failed to read short nametab of table SFIA                           (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#9766;&#20291;&#21587;††††††††††††††††††††††††††††††††††††††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: SFWPL created
    (DB) INFO: SFWPL~0 created
    (IMP) INFO: import of SFWPL completed (0 rows) #20071121145744
    (DB) INFO: SMPOOL created
    (DB) INFO: SMPOOL~0 created
    (IMP) INFO: import of SMPOOL completed (0 rows) #20071121145745
    (DB) INFO: TESPO created
    (DB) INFO: TESPO~0 created
    (IMP) INFO: import of TESPO completed (0 rows) #20071121145745
    (DB) INFO: UMG_TEST_P created
    (DB) INFO: UMG_TEST_P~0 created
    (IMP) INFO: import of UMG_TEST_P completed (0 rows) #20071121145745
    (DB) INFO: UTAB created
    (DB) INFO: UTAB~0 created
    failed to read short nametab of table T449U                          (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#12336;‰†††††††††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: VBMC created
    (DB) INFO: VBMC~0 created
    (IMP) INFO: import of VBMC completed (0 rows) #20071121145745
    (DB) INFO: VIND created
    (DB) INFO: VIND~0 created
    (IMP) INFO: import of VIND completed (0 rows) #20071121145745
    (DB) INFO: VLIM created
    (DB) INFO: VLIM~0 created
    (IMP) INFO: import of VLIM completed (0 rows) #20071121145745
    (DB) INFO: VMCV created
    (DB) INFO: VMCV~0 created
    (IMP) INFO: import of VMCV completed (0 rows) #20071121145745
    (DB) INFO: VPOOL created
    (DB) INFO: VPOOL~0 created
    (IMP) INFO: import of VPOOL completed (0 rows) #20071121145745
    (DB) INFO: VTEST11 created
    (DB) INFO: VTEST11~0 created
    (IMP) INFO: import of VTEST11 completed (0 rows) #20071121145745
    (DB) INFO: YMUS created
    (DB) INFO: YMUS~0 created
    (IMP) INFO: import of YMUS completed (0 rows) #20071121145745
    (DB) INFO: disconnected from DB
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: job finished with 6 error(s)
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: END OF LOG: 20071121145745
    [/code]
    SAPSSEXC.log
    [code]
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121123833
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -ctf I C:\installcd\Netweaver 2004 SR2 Installation Export Disc 3\EXP3\DATA\SAPSSEXC.STR C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\DISTRIBUTED\AS\DB\DDLMSS.TPL SAPSSEXC.TSK MSS -l SAPSSEXC.log
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: job completed
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: END OF LOG: 20071121123834
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121123834
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -i SAPSSEXC.cmd -dbcodepage 4103 -l SAPSSEXC.log -loadprocedure fast
    (DB) INFO: connected to DB
    (DB) INFO: AAB_ID_PROP created
    (DB) INFO: AAB_ID_PROP~0 created
    Interface access functions from dynamic library dbmssslib.dll loaded.
    (IMP) INFO: import of AAB_ID_PROP completed (676 rows) #20071121123834
    (DB) INFO: AAB_ID_PROPT created
    (DB) INFO: AAB_ID_PROPT~0 created
    (IMP) INFO: import of AAB_ID_PROPT completed (7690 rows) #20071121123834
    (DB) INFO: BRATEXT created
    (DB) INFO: BRATEXT~0 created
    (IMP) INFO: import of BRATEXT completed (229628 rows) #20071121123853
    (DB) INFO: D010INC created
    (DB) INFO: D010INC~0 created
    (IMP) INFO: import of D010INC completed (14295517 rows) #20071121124550
    (DB) INFO: D010INC~1 created
    (DB) INFO: D010TAB created
    (DB) INFO: D010TAB~0 created
    (IMP) INFO: import of D010TAB completed (42971435 rows) #20071121131352
    (DB) INFO: D010TAB~1 created
    (DB) INFO: D020S created
    (DB) INFO: D020S~0 created
    (IMP) INFO: import of D020S completed (172222 rows) #20071121132909
    (DB) INFO: D020T created
    (DB) INFO: D020T~0 created
    (IMP) INFO: import of D020T completed (682520 rows) #20071121132930
    (DB) INFO: D021T created
    (DB) INFO: D021T~0 created
    (IMP) INFO: import of D021T completed (4535077 rows) #20071121133341
    (DB) INFO: D301T created
    (DB) INFO: D301T~0 created
    (IMP) INFO: import of D301T completed (6654 rows) #20071121133341
    (DB) INFO: D301T~A created
    (DB) INFO: D345T created
    (DB) INFO: D345T~0 created
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: import of D345T completed (1867 rows) #20071121133347
    (DB) INFO: D347T created
    (DB) INFO: D347T~0 created
    (IMP) INFO: import of D347T completed (27321 rows) #20071121133348
    (DB) INFO: DBDIFF created
    (DB) INFO: DBDIFF~0 created
    (IMP) INFO: import of DBDIFF completed (202 rows) #20071121133348
    (DB) INFO: DBMAPS created
    (DB) INFO: DBMAPS~0 created
    (IMP) INFO: import of DBMAPS completed (0 rows) #20071121133348
    (DB) INFO: DD01L created
    (DB) INFO: DD01L~0 created
    (IMP) INFO: import of DD01L completed (73037 rows) #20071121133354
    (DB) INFO: DD01L~1 created
    (DB) INFO: DD01T created
    (DB) INFO: DD01T~0 created
    (IMP) INFO: import of DD01T completed (806872 rows) #20071121133424
    (DB) INFO: DD02L created
    (DB) INFO: DD02L~0 created
    (IMP) INFO: import of DD02L completed (295550 rows) #20071121133444
    (DB) INFO: DD02L~1 created
    (DB) INFO: DD02T created
    (DB) INFO: DD02T~0 created
    (IMP) INFO: import of DD02T completed (2951280 rows) #20071121133623
    (DB) INFO: DD03L created
    (DB) INFO: DD03L~0 created
    (IMP) INFO: import of DD03L completed (4785428 rows) #20071121134238
    (DB) INFO: DD03L~1 created
    (DB) INFO: DD03L~2 created
    (DB) INFO: DD03L~3 created
    (DB) INFO: DD03L~4 created
    (DB) INFO: DD03L~5 created
    (DB) INFO: DD03L~6 created
    (DB) INFO: DD03L~7 created
    (DB) INFO: DD03T created
    (DB) INFO: DD03T~0 created
    (IMP) INFO: import of DD03T completed (719472 rows) #20071121134905
    (DB) INFO: DD04L created
    (DB) INFO: DD04L~0 created
    (IMP) INFO: import of DD04L completed (344271 rows) #20071121134934
    (DB) INFO: DD04L~1 created
    (DB) INFO: DD04T created
    (DB) INFO: DD04T~0 created
    (IMP) INFO: import of DD04T completed (3477223 rows) #20071121135239
    (DB) INFO: DD06L created
    (DB) INFO: DD06L~0 created
    (IMP) INFO: import of DD06L completed (172 rows) #20071121135239
    (DB) INFO: DD06T created
    (DB) INFO: DD06T~0 created
    (IMP) INFO: import of DD06T completed (1187 rows) #20071121135239
    (DB) INFO: DD07L created
    (DB) INFO: DD07L~0 created
    (IMP) INFO: import of DD07L completed (137884 rows) #20071121135243
    (DB) INFO: DD07T created
    (DB) INFO: DD07T~0 created
    (IMP) INFO: import of DD07T completed (1548660 rows) #20071121135348
    (DB) INFO: DD09L created
    (DB) INFO: DD09L~0 created
    (IMP) INFO: import of DD09L completed (69863 rows) #20071121135351
    (DB) INFO: DD20L created
    (DB) INFO: DD20L~0 created
    (IMP) INFO: import of DD20L completed (215 rows) #20071121135351
    (DB) INFO: DD25L created
    (DB) INFO: DD25L~0 created
    (IMP) INFO: import of DD25L completed (45190 rows) #20071121135354
    (DB) INFO: DD25L~1 created
    (DB) INFO: DD26S created
    (DB) INFO: DD26S~0 created
    (IMP) INFO: import of DD26S completed (111584 rows) #20071121135359
    (DB) INFO: DD26S~1 created
    (DB) INFO: DD26S~2 created
    (DB) INFO: DD27S created
    (DB) INFO: DD27S~0 created
    (IMP) INFO: import of DD27S completed (468737 rows) #20071121135423
    (DB) INFO: DD27S~1 created
    (DB) INFO: DD27S~2 created
    (DB) INFO: DD28S created
    (DB) INFO: DD28S~0 created
    (IMP) INFO: import of DD28S completed (68679 rows) #20071121135436
    (DB) INFO: DD29L created
    (DB) INFO: DD29L~0 created
    (IMP) INFO: import of DD29L completed (40288 rows) #20071121135437
    (DB) INFO: DD30L created
    (DB) INFO: DD30L~0 created
    (IMP) INFO: import of DD30L completed (14122 rows) #20071121135438
    (DB) INFO: DD30L~EXI created
    (DB) INFO: DD30L~MET created
    (DB) INFO: DD30L~TXT created
    (DB) INFO: DD30T created
    (DB) INFO: DD30T~0 created
    (IMP) INFO: import of DD30T completed (160514 rows) #20071121135443
    (DB) INFO: DD31S created
    (DB) INFO: DD31S~0 created
    (IMP) INFO: import of DD31S completed (21370 rows) #20071121135444
    (DB) INFO: DD32S created
    (DB) INFO: DD32S~0 created
    (IMP) INFO: import of DD32S completed (61724 rows) #20071121135447
    (DB) INFO: DD32S~ROL created
    (DB) INFO: DD32S~SQL created
    (DB) INFO: DD33S created
    (DB) INFO: DD33S~0 created
    (IMP) INFO: import of DD33S completed (62514 rows) #20071121135451
    (DB) INFO: DD35L created
    (DB) INFO: DD35L~0 created
    (IMP) INFO: import of DD35L completed (59959 rows) #20071121135452
    (DB) INFO: DD35L~1 created
    (DB) INFO: DD36S created
    (DB) INFO: DD36S~0 created
    (IMP) INFO: import of DD36S completed (212767 rows) #20071121135501
    (DB) INFO: DD40L created
    (DB) INFO: DD40L~0 created
    (IMP) INFO: import of DD40L completed (70613 rows) #20071121135505
    (DB) INFO: DD40L~1 created
    (DB) INFO: DD40T created
    (DB) INFO: DD40T~0 created
    (IMP) INFO: import of DD40T completed (800240 rows) #20071121135534
    (DB) INFO: DD42S created
    (DB) INFO: DD42S~0 created
    (IMP) INFO: import of DD42S completed (20627 rows) #20071121135535
    (DB) INFO: DDTYPES created
    (DB) INFO: DDTYPES~0 created
    (IMP) INFO: import of DDTYPES completed (764846 rows) #20071121135552
    (DB) INFO: DDTYPET created
    (DB) INFO: DDTYPET~0 created
    (IMP) INFO: import of DDTYPET completed (41000 rows) #20071121135553
    (DB) INFO: DDXTF created
    (DB) INFO: DDXTF~0 created
    (IMP) INFO: import of DDXTF completed (0 rows) #20071121135553
    (DB) INFO: DDXTF_CONV_UC created
    (DB) INFO: DDXTF_CONV_UC~0 created
    (IMP) INFO: import of DDXTF_CONV_UC completed (0 rows) #20071121135554
    (DB) INFO: DDXTT created
    (DB) INFO: DDXTT~0 created
    (IMP) INFO: import of DDXTT completed (0 rows) #20071121135554
    (DB) INFO: DDXTT_CONV_UC created
    (DB) INFO: DDXTT_CONV_UC~0 created
    (IMP) INFO: import of DDXTT_CONV_UC completed (0 rows) #20071121135554
    (DB) INFO: DF03L created
    (DB) INFO: DF03L~0 created
    (IMP) INFO: import of DF03L completed (1764 rows) #20071121135554
    (DB) INFO: DF03L~ARI created
    (DB) INFO: DF03T created
    (DB) INFO: DF03T~0 created
    (IMP) INFO: import of DF03T completed (148261 rows) #20071121135603
    (DB) INFO: DF03T~OBJ created
    (DB) INFO: DF04L created
    (DB) INFO: DF04L~0 created
    (IMP) INFO: import of DF04L completed (3715 rows) #20071121135605
    (DB) INFO: DF04L~ARI created
    (DB) INFO: DF04L~STR created
    (DB) INFO: DF04L~SYN created
    (DB) INFO: DF04T created
    (DB) INFO: DF04T~0 created
    (IMP) INFO: import of DF04T completed (25566 rows) #20071121135607
    (DB) INFO: DF04T~OBJ created
    (DB) INFO: DF06L created
    (DB) INFO: DF06L~0 created
    (IMP) INFO: import of DF06L completed (0 rows) #20071121135608
    (DB) INFO: DF06L~ARI created
    (DB) INFO: DF06T created
    (DB) INFO: DF06T~0 created
    (IMP) INFO: import of DF06T completed (0 rows) #20071121135608
    (DB) INFO: DF07L created
    (DB) INFO: DF07L~0 created
    (IMP) INFO: import of DF07L completed (0 rows) #20071121135608
    (DB) INFO: DF07L~ARI created
    (DB) INFO: DF07L~OVW created
    (DB) INFO: DF07T created
    (DB) INFO: DF07T~0 created
    (IMP) INFO: import of DF07T completed (0 rows) #20071121135608
    (DB) INFO: DF08L created
    (DB) INFO: DF08L~0 created
    (IMP) INFO: import of DF08L completed (0 rows) #20071121135608
    (DB) INFO: DF08L~ARI created
    (DB) INFO: DF08T created
    (DB) INFO: DF08T~0 created
    (IMP) INFO: import of DF08T completed (0 rows) #20071121135608
    (DB) INFO: DF10L created
    (DB) INFO: DF10L~0 created
    (IMP) INFO: import of DF10L completed (0 rows) #20071121135609
    (DB) INFO: DF10L~ARI created
    (DB) INFO: DF10L~PRE created
    (DB) INFO: DF10L~SUC created
    (DB) INFO: DF10T created
    (DB) INFO: DF10T~0 created
    (IMP) INFO: import of DF10T completed (0 rows) #20071121135609
    (DB) INFO: DF11L created
    (DB) INFO: DF11L~0 created
    (IMP) INFO: import of DF11L completed (0 rows) #20071121135609
    (DB) INFO: DF11L~ARI created
    (DB) INFO: DF11L~REF created
    (DB) INFO: DF11T created
    (DB) INFO: DF11T~0 created
    (IMP) INFO: import of DF11T completed (0 rows) #20071121135609
    (DB) INFO: DF12L created
    (DB) INFO: DF12L~0 created
    (IMP) INFO: import of DF12L completed (17 rows) #20071121135609
    (DB) INFO: DF12L~ARI created
    (DB) INFO: DF12L~REF created
    (DB) INFO: DF12T created
    (DB) INFO: DF12T~0 created
    (IMP) INFO: import of DF12T completed (17 rows) #20071121135610
    (DB) INFO: DF13L created
    (DB) INFO: DF13L~0 created
    (IMP) INFO: import of DF13L completed (0 rows) #20071121135610
    (DB) INFO: DF13L~ARI created
    (DB) INFO: DF13T created
    (DB) INFO: DF13T~0 created
    (IMP) INFO: import of DF13T completed (0 rows) #20071121135610
    (DB) INFO: DF14L created
    (DB) INFO: DF14L~0 created
    (IMP) INFO: import of DF14L completed (5010 rows) #20071121135611
    (DB) INFO: DF14L~ARI created
    (DB) INFO: DF14L~PS created
    (DB) INFO: DF14L~REF created
    (DB) INFO: DF14T created
    (DB) INFO: DF14T~0 created
    (IMP) INFO: import of DF14T completed (66673 rows) #20071121135614
    (DB) INFO: DF14T~OBJ created
    (DB) INFO: DF15L created
    (DB) INFO: DF15L~0 created
    (IMP) INFO: import of DF15L completed (0 rows) #20071121135615
    (DB) INFO: DF15L~ARI created
    (DB) INFO: DF15T created
    (DB) INFO: DF15T~0 created
    (IMP) INFO: import of DF15T completed (0 rows) #20071121135615
    (DB) INFO: DF16L created
    (DB) INFO: DF16L~0 created
    (IMP) INFO: import of DF16L completed (724 rows) #20071121135615
    (DB) INFO: DF16L~REF created
    (DB) INFO: DF16T created
    (DB) INFO: DF16T~0 created
    (IMP) INFO: import of DF16T completed (1448 rows) #20071121135615
    (DB) INFO: DF16T~OBJ created
    (DB) INFO: DF30S created
    (DB) INFO: DF30S~0 created
    (IMP) INFO: import of DF30S completed (12181 rows) #20071121135616
    (DB) INFO: DF30S~SUC created
    (DB) INFO: DF34S created
    (DB) INFO: DF34S~0 created
    (IMP) INFO: import of DF34S completed (0 rows) #20071121135616
    (DB) INFO: DF40D created
    (DB) INFO: DF40D~0 created
    (IMP) INFO: import of DF40D completed (6188 rows) #20071121135617
    (DB) INFO: DF40D~OBJ created
    (DB) INFO: DF40D~SHI created
    (DB) INFO: DF41S created
    (DB) INFO: DF41S~0 created
    (IMP) INFO: import of DF41S completed (140387 rows) #20071121135624
    (DB) INFO: DF41S~ACT created
    (DB) INFO: DF41S~OVW created
    (DB) INFO: DF42S created
    (DB) INFO: DF42S~0 created
    (IMP) INFO: import of DF42S completed (125131 rows) #20071121135633
    (DB) INFO: DF43S created
    (DB) INFO: DF43S~0 created
    (IMP) INFO: import of DF43S completed (0 rows) #20071121135633
    (DB) INFO: DIAPAR created
    (DB) INFO: DIAPAR~0 created
    (IMP) INFO: import of DIAPAR completed (8422 rows) #20071121135633
    (DB) INFO: DM02L created
    (DB) INFO: DM02L~0 created
    (IMP) INFO: import of DM02L completed (5255 rows) #20071121135634
    (DB) INFO: DM02S created
    (DB) INFO: DM02S~0 created
    (IMP) INFO: import of DM02S completed (0 rows) #20071121135634
    (DB) INFO: DM02T created
    (DB) INFO: DM02T~0 created
    (IMP) INFO: import of DM02T completed (33187 rows) #20071121135635
    (DB) INFO: DM03S created
    (DB) INFO: DM03S~0 created
    (IMP) INFO: import of DM03S completed (12151 rows) #20071121135636
    (DB) INFO: DM03S~1 created
    (DB) INFO: DM25L created
    (DB) INFO: DM25L~0 created
    (IMP) INFO: import of DM25L completed (2644 rows) #20071121135637
    (DB) INFO: DM25L~A created
    (DB) INFO: DM26L created
    (DB) INFO: DM26L~0 created
    (IMP) INFO: import of DM26L completed (8516 rows) #20071121135637
    (DB) INFO: DM26L~A created
    (DB) INFO: DM40L created
    (DB) INFO: DM40L~0 created
    (IMP) INFO: import of DM40L completed (5032 rows) #20071121135638
    (DB) INFO: DM40L~A created
    (DB) INFO: DM40T created
    (DB) INFO: DM40T~0 created
    (IMP) INFO: import of DM40T completed (31492 rows) #20071121135639

    Hi Henry,
    Regarding your initial problem.
    Only the imports of the non-transparent tables (pool, cluster, report/dynpro sources) fail.
    return code received from nametab is 32
    ==
    no entry for the searched table is found in the nametab (runtime dictionary, consists of tables DDNTT (table description) and DDNTF (field catalogue)).
    Is this a complete new installation or is this a migration (with unicode conversion)?
    If it's an unicode migration of an own R/3 system, I assume that the RADCUCNT-report wasn't executed on the non-unicode source system. RADCUCNT writes the 'unicode version' of the nametab (DDNTT_CONV_UC and DDNTF_CONV_UC). During the import with uc-conversion R3load exchanges DDNTT and DDNTT_CONV_UC resp DDNTF and DDNTF_CONV_UC. So if the RADCUCNT wasn't run on the source system, the conversions can't be done (and later your target system won't run at all).
    Please check if there are entries in your target system's DDNTT (it should have been imported with SAPSDIC).
    See note 932779 Unicode conversion - analysis of nametab problems
           note 837173 RADCUCNT in Unicode Conversion: Collective Note
    and the migration guide.
    Best regards,
    Guenther

  • DB13 bakcground job - error

    Hi,
    I have scheduled for the update optimizer statistics immediately in DB 13 it failed with the error as
    "Job started                                                                 
    Step 001 started (program RSDBAJOB, variant &0000000000012, user name SBUDDAR
    Execute logical command SAPDBA On host sap2dqsrv
    Parameters: -u / -analyze DBSTATCO
    Can't exec external program (No such file or directory)
    WaitForSingleObject failedwith %d (No such deviceor address)
    Job finished"
    similarly for  " Check optimizer stattistics"                                         
    "Job started                                                                             
    Step 001 started (program RSDBAJOB, variant &0000000000013, user name SBUDDARA)         
    Execute logical command SAPDBA On host sap2dqsrv                                        
    Parameters: -u / -checkopt DBSTATC_TAB                                                  
    Can't exec external program (No such file or directory)                                 
    WaitForSingleObject failedwith %d (No such deviceor address)                            
    Job finished"
    similarly for "Adapt next extents"
    "Job started                                                                          
    Step 001 started (program RSDBAJOB, variant &0000000000015, user name SBUDDARA)      
    Execute logical command SAPDBA On host sap2dqsrv                                     
    Parameters: -u / -next PSAPBTABD                                                     
    Can't exec external program (No such file or directory)                              
    WaitForSingleObject failedwith %d (No such deviceor address)                         
    Job finished"
    Our environment is windows 2003 server, SAP 4.6C.
    Please help us how resolve above issue.
    Thanks and Regards
    Satya

    Hi Eric,
    Thank you for the information that is really helpful. After following that note, I can successfully ran it.
    When I ran database check in db13 calendar in production, I got the following issue.
    BR0978W Database profile alert - level: ERROR, parameter: COMPATIBLE, value: 10.2.0.2.0 (<> 10.2.0)               
    BR0978W Database profile alert - level: WARNING, parameter: DB_FILE_MULTIBLOCK_READ_COUNT, value: 8(not default)  
    BR0978W Database profile alert - level: ERROR, parameter: FILESYSTEMIO_OPTIONS, value:   (<> SETALL)              
    BR0978W Database profile alert - level: WARNING, parameter: LOG_CHECKPOINTS_TO_ALERT, value: FALSE (<> TRUE)      
    BR0978W Database profile alert - level: WARNING, parameter: OPTIMIZER_INDEX_CACHING, value: 0 (>< 100,20)         
    BR0978W Database profile alert - level: WARNING, parameter: OPTIMIZER_INDEX_COST_ADJ, value: 100 (>< 50,10)       
    BR0978W Database profile alert - level: WARNING, parameter: OPTIMIZER_MODE, value: CHOOSE (not default)           
    BR0978W Database profile alert - level: ERROR, parameter: QUERY_REWRITE_ENABLED, value: TRUE (<> FALSE)           
    BR0978W Database profile alert - level: ERROR, parameter: RECYCLEBIN, value: ON (<> OFF)                          
    BR0978W Database profile alert - level: ERROR, parameter: REMOTE_OS_AUTHENT, value: FALSE (<> TRUE)               
    BR0978W Database profile alert - level: ERROR, parameter: REPLICATION_DEPENDENCY_TRACKING, value: TRUE (<> FALSE) 
    BR0978W Database profile alert - level: WARNING, parameter: TIMED_STATISTICS, value: TRUE (not default)           
    Similarly for my quality..
    BR0970W Database administration alert - level: ERROR, type: ARCHIVE_STUCK, object: E:\oracle\QA1\saparch\QA1arch, value: 93.62%  
    BR0970W Database administration alert - level: WARNING, type: MANY_EXTENTS, object: (index) SAPR3.D010TAB~0, value: 80.67% (> 80 
    BR0970W Database administration alert - level: ERROR, type: TABLES_NOT_IN_TABLE_TABLESPACE, object:(index) SAPR3.MLICHECK~0, va  
    BR0280I BRCONNECT time stamp: 2009-04-27 04.01.26                                                                               
    BR0972I Checking database operations...                                                                               
    BR0973W Database operation alert - level: ERROR, operation: 0811132000.opt, time: 2008-11-13 20.00.05, condition: Last successfu 
    BR0280I BRCONNECT time stamp: 2009-04-27 04.01.26                                                                               
    BR0974I Checking database messages in E:\ORACLE\QA1\SAPTRACE\BACKGROUND\alert_qa1.log ...                                        
    BR0976W Database message alert - level: ERROR, line: 5846, time: 2009-01-01 07.29.39, message:                                   
    Checkpoint not complete                                                                               
    BR0976W Database message alert - level: ERROR, line: 5864, time: 2009-01-01 07.29.52, message:                                   
    Checkpoint not complete                                                                               
    BR0976W Database message alert - level: ERROR, line: 5882, time: 2009-01-01 07.30.10, message:                                   
    Checkpoint not complete                                                                               
    BR0976W Database message alert - level: ERROR, line: 5900, time: 2009-01-01 07.30.29, message:                                   
    Checkpoint not complete                                                                               
    BR0976W Database message alert - level: ERROR, line: 38376, time: 2009-04-24 22.07.48, message:                  
    Checkpoint not complete                                                                               
    BR0976W Database message alert - level: ERROR, line: 38411, time: 2009-04-24 22.16.10, message:                  
    Checkpoint not complete                                                                               
    BR0280I BRCONNECT time stamp: 2009-04-27 04.01.26                                                                
    BR0977I Checking database profile...                                                                             
    BR0978W Database profile alert - level: WARNING, parameter: DB_BLOCK_BUFFERS, value: 0 (< 8960)                  
    BR0978W Database profile alert - level: WARNING, parameter: DB_FILE_MULTIBLOCK_READ_COUNT, value: 128 (> 8)      
    BR0978W Database profile alert - level: ERROR, parameter: LOG_ARCHIVE_START, value: FALSE (<> TRUE)              
    BR0978W Database profile alert - level: WARNING, parameter: LOG_BUFFER, value: 54942720 (>< 1100,300 KB)         
    BR0978W Database profile alert - level: WARNING, parameter: LOG_CHECKPOINT_INTERVAL, value: 0 (< 3000000000)     
    BR0978W Database profile alert - level: WARNING, parameter: LOG_CHECKPOINT_TIMEOUT, value: 1800 (> 0)            
    BR0978W Database profile alert - level: WARNING, parameter: OPTIMIZER_FEATURES_ENABLE, value: 10.2.0.1 (<> 8.0.4)
    BR0978W Database profile alert - level: WARNING, parameter: OPTIMIZER_INDEX_COST_ADJ, value: 100 (<> 10)         
    BR0978W Database profile alert - level: WARNING, parameter: OPTIMIZER_MODE, value: ALL_ROWS (<> CHOOSE)          
    Can you please help me how to correct this error?
    Thanks and Regards
    Satya
    Edited by: Satyanarayana Buddarapu on Apr 28, 2009 12:47 AM

  • Create Index error on all jobs of import abap installation phase

    Hello,
    I'm facing an issue on import abap phase on IDES SAP ERP 2004 installation over SLES 11/MaxDB 7.6.03 build 9.
    Logs below are focused on table REPOSRC because it is the first error over installation, the same error appear again and again for the next tables.
    We ran the installation again changing the number of parallel processes to 1 job at time but finally nothing change.
    sapdb log size : -rw-rw---- 1 sdb  sdba 8808038400 Mar 30 23:01 DISKL001
    cache_size = 159488
    Thanks in advance, Deiby 
    import_monitor.log
    TRACE: 2010-03-29 16:53:00 com.sap.inst.migmon.LoadTask run
    Loading of 'REPOSRC' import package is started.
    TRACE: 2010-03-29 16:53:00 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'REPOSRC' import package:
    /usr/sap/IDS/SYS/exe/run/R3load -ctf I /software/51034985/51034985_2/EXP2/DATA/REPOSRC.STR /tmp/sapinst_instdir/ERP/SYSTEM/ADA/CENTRAL/AS/DDLADA.TPL REPOSRC.TSK ADA -l REPOSRC.log
    TRACE: 2010-03-29 16:53:00 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'REPOSRC' import package into database:
    /usr/sap/IDS/SYS/exe/run/R3load -i REPOSRC.cmd -dbcodepage 4103 -l REPOSRC.log -nolog -c 10000
    ERROR: 2010-03-29 16:53:04 com.sap.inst.migmon.LoadTask run
    Loading of 'REPOSRC' import package is interrupted with R3load error.
    Process '/usr/sap/IDS/SYS/exe/run/R3load -i REPOSRC.cmd -dbcodepage 4103 -l REPOSRC.log -nolog -c 10000' exited with return code 2.
    For mode details see 'REPOSRC.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
    REPOSRC.log
    /usr/sap/IDS/SYS/exe/run/R3load: START OF LOG: 20100329165300
    /usr/sap/IDS/SYS/exe/run/R3load: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP
    /usr/sap/IDS/SYS/exe/run/R3load: version R7.00/V1.4
    Compiled Jan 23 2008 17:32:58
    /usr/sap/IDS/SYS/exe/run/R3load -ctf I /software/51034985/51034985_2/EXP2/DATA/REPOSRC.STR /tmp/sapinst_instdir/ERP/SYSTEM/ADA/CENTRAL/AS/DDLADA.TPL REPOSRC.TSK ADA -l REPOSRC.log
    /usr/sap/IDS/SYS/exe/run/R3load: job completed
    /usr/sap/IDS/SYS/exe/run/R3load: END OF LOG: 20100329165300
    /usr/sap/IDS/SYS/exe/run/R3load: START OF LOG: 20100329165300
    /usr/sap/IDS/SYS/exe/run/R3load: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP
    /usr/sap/IDS/SYS/exe/run/R3load: version R7.00/V1.4
    Compiled Jan 23 2008 17:32:58
    /usr/sap/IDS/SYS/exe/run/R3load -i REPOSRC.cmd -dbcodepage 4103 -l REPOSRC.log -nolog -c 10000
    DbSl Trace:   prepare() of C_0000, rc=1, rcSQL=-942 (POS(28) Unknown table name:SVERS)
    DbSl Trace: SQL PREPARE on connection 0, rc=-942 (POS(28) Unknown table name:SVERS)
    (DB) INFO: connected to DB
    (DB) INFO: The MaxDB logwriter is switched off#20100329165300
    (DB) INFO: Savepoint on database executed#20100329165300
    (DB) INFO: REPOSRC created#20100329165300
    (DB) INFO: Savepoint on database executed#20100329165301
    (DB) INFO: REPOSRC~0 created#20100329165301
    DbSl Trace:   writeLob() of C_0003, rc=1, rcSQL=-10201 (Function sequence error (no data for execution expected))
    DbSl Trace: LOB_WRITE on connection 0, rc=-10201 (Function sequence error (no data for execution expected))
    (IMP) ERROR: DbSlExeModify/DbSlLobPutPiece failed
      rc = 99, table "REPOSRC"
      (SQL error -10201)
      error message returned by DbSl:
    Function sequence error (no data for execution expected)
    (DB) INFO: disconnected from DB
    /usr/sap/IDS/SYS/exe/run/R3load: job finished with 1 error(s)
    /usr/sap/IDS/SYS/exe/run/R3load: END OF LOG: 20100329165304
    /usr/sap/IDS/SYS/exe/run/R3load: START OF LOG: 20100330120734
    /usr/sap/IDS/SYS/exe/run/R3load: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP
    /usr/sap/IDS/SYS/exe/run/R3load: version R7.00/V1.4
    Compiled Jan 23 2008 17:32:58
    /usr/sap/IDS/SYS/exe/run/R3load -i REPOSRC.cmd -dbcodepage 4103 -l REPOSRC.log -nolog -c 10000
    (DB) INFO: connected to DB
    (DB) INFO: The MaxDB logwriter is switched off#20100330120734
    (DB) INFO: Savepoint on database executed#20100330120735
    (DB) INFO: REPOSRC deleted/truncated#20100330120735
    DbSl Trace:   writeLob() of C_0004, rc=1, rcSQL=-10201 (Function sequence error (no data for execution expected))
    DbSl Trace: LOB_WRITE on connection 0, rc=-10201 (Function sequence error (no data for execution expected))
    (IMP) ERROR: DbSlExeModify/DbSlLobPutPiece failed
      rc = 99, table "REPOSRC"
      (SQL error -10201)
      error message returned by DbSl:
    Function sequence error (no data for execution expected)
    DbSl Trace: EXECUTE on connection 0, rc=-1452 (POS(1) Duplicate secondary key)
    ERROR : Execute for create index BNK_BATCH_HEADERBA on BNK_BATCH_HEADER failed (dbrc=99).
      (SQL error -1452)
      error message returned by DbSl:
    SQL-Statement: CREATE UNIQUE  INDEX "BNK_BATCH_HEADERBA" ON "BNK_BATCH_HEADER" ( "MANDT" , "BATCH_NO"  )
    /usr/sap/IDS/SYS/exe/run/R3load: job finished with 1 error(s)
    /usr/sap/IDS/SYS/exe/run/R3load: END OF LOG: 20100330120739
    REPOSRC.TSK
    T REPOSRC C ok
    P REPOSRC~0 C ok
    D REPOSRC I err
    Edited by: Deiby Alvez on Mar 31, 2010 10:39 PM

    hello friends,
    i have a similar error in context of an unicode conversion in phase import with r3load. in logs in file D010TAB.log i see the following output:
    DbSl Trace: EXECUTE on connection 0, rc=-7055 (POS(55) Column(s) already indexed:/BI0/E0D_DECU~P)
    ERROR : Execute for create index /BI0/E0D_DECU~P on /BI0/E0D_DECU failed (dbrc=99).
      (SQL error -7055)
      error message returned by DbSl:
    SQL-Statement: CREATE  INDEX "/BI0/E0D_DECU~P" ON "/BI0/E0D_DECU" ( "KEY_0D_DECUP" , "KEY_0D_DECUT" , "KEY_0D_DECUU" , "KEY_0D_DECU1" , "KEY_0D_DECU2" , "KEY_0D_DECU3" , "KEY_0D_DECU4" , "KEY_0D_DECU5"  ) 
    POS(55) Column(s) already indexed:/BI0/E0D_DECU~P
    /usr/sap/SPV/SYS/exe/run/R3load: job finished with 1 error(s)
    /usr/sap/SPV/SYS/exe/run/R3load: END OF LOG: 20100414185908
    45 / 47 are complete in phase import.
    For a TEST Case , i have deleted all indices on tables in selection of /BI0/*. I will rerun this procedure. the largest part of indices on tables come from a bw-installation in a seperate client.
    best regards,
    christoph

  • ECC 5.0 database instance install error in  database load (post processing)

    HI  all!
    The installation of the environment :
    VM SERVER v1.03
    ECC 5.0 /WINDOWS SERVER 2003
    SQL SERVER 2000 SP3
    DB INSTANCE install occur error in database load (post processing)  step:
    sapinst.log:
    INFO 2008-10-16 14:20:54
    Creating file C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB\keydb.5.xml.
    ERROR 2008-10-16 14:22:29
    MSC-01015 Process finished with error(s), check log file C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPSSEXC.log
    ERROR 2008-10-16 14:24:59
    MSC-01015 Process finished with error(s), check log file C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPAPPL2.log
    ERROR 2008-10-16 14:24:59
    MSC-01015 Process finished with error(s), check log file C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPSDIC.log
    ERROR 2008-10-16 14:26:30
    MSC-01015 Process finished with error(s), check log file C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPPOOL.log
    SAPSSEXC.log:
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: START OF LOG: 20081016142100
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#27 $ SAP
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: version R6.40/V1.4
    Compiled Aug 18 2008 23:28:15
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPSSEXC.cmd -l C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPSSEXC.log -loadprocedure fast
    (DB) INFO: connected to DB
    (DB) INFO: D010INC deleted/truncated
    Interface access functions from dynamic library dbmssslib.dll loaded.
    (IMP) INFO: EndFastLoad failed with <2: Bulk-copy commit unsuccessful:3624 Location: rowset.cpp:5001
    Expression: pBind->FCheckForNull ()
    SPID: 54
    Process ID: 1120
    3624 >
    (IMP) ERROR: EndFastload: rc = 2
    (DB) INFO: D010TAB deleted/truncated
    SAPAPPL2.log
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: START OF LOG: 20081016142130
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#27 $ SAP
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: version R6.40/V1.4
    Compiled Aug 18 2008 23:28:15
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPAPPL2.cmd -l C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPAPPL2.log -loadprocedure fast
    (DB) INFO: connected to DB
    (DB) INFO: AGR_1250 deleted/truncated
    Interface access functions from dynamic library dbmssslib.dll loaded.
    (IMP) INFO: import of AGR_1250 completed (139232 rows) #20081016142200
    (DB) INFO: AGR_1251 deleted/truncated
    (IMP) INFO: EndFastLoad failed with <2: Bulk-copy commit unsuccessful:2627 Violation of PRIMARY KEY constraint 'AGR_1251~0'. Cannot insert duplicate key in object 'AGR_1251'.
    3621 The statement has been terminated.>
    (IMP) ERROR: EndFastload: rc = 2
    (DB) INFO: AQLTS deleted/truncated
    (IMP) INFO: import of AQLTS completed (17526 rows) #20081016142456
    (DB) INFO: disconnected from DB
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: END OF LOG: 20081016142456
    SAPSDIC.log:
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: START OF LOG: 20081016142230
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#27 $ SAP
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: version R6.40/V1.4
    Compiled Aug 18 2008 23:28:15
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPSDIC.cmd -l C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPSDIC.log -loadprocedure fast
    (DB) INFO: connected to DB
    (DB) INFO: DD08L deleted/truncated
    Interface access functions from dynamic library dbmssslib.dll loaded.
    (IMP) INFO: ExeFastLoad failed with <2: BCP Commit failed:3624 Location: p:\sql\ntdbms\storeng\drs\include\record.inl:1447
    Expression: m_SizeRec > 0 && m_SizeRec <= MAXDATAROW
    SPID: 54
    Process ID: 1120
    3624 >
    (IMP) ERROR: ExeFastload: rc = 2
    (DB) INFO: disconnected from DB
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: END OF LOG: 20081016142437
    SAPPOOL.log:
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: START OF LOG: 20081016142530
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#27 $ SAP
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: version R6.40/V1.4
    Compiled Aug 18 2008 23:28:15
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPPOOL.cmd -l C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPPOOL.log -loadprocedure fast
    (DB) INFO: connected to DB
    (DB) INFO: ATAB deleted/truncated
    Interface access functions from dynamic library dbmssslib.dll loaded.
    (IMP) INFO: ExeFastLoad failed with <2: BCP Commit failed:3624 Location: p:\sql\ntdbms\storeng\drs\include\record.inl:1447
    Expression: m_SizeRec > 0 && m_SizeRec <= MAXDATAROW
    SPID: 54
    Process ID: 1120
    3624 >
    (IMP) ERROR: ExeFastload: rc = 2
    (DB) INFO: disconnected from DB
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: END OF LOG: 20081016142621
    please help!   thanks!

    VM SERVER v1.03
    can you please tell me what you mean with that? VMWare? Is that ESX-Server?
    (DB) INFO: connected to DB
    (DB) INFO: ATAB deleted/truncated
    Interface access functions from dynamic library dbmssslib.dll loaded.
    (IMP) INFO: ExeFastLoad failed with <2: BCP Commit failed:3624 Location: p:sql
    tdbmsstorengdrsinclude
    ecord.inl:1447
    Expression: m_SizeRec > 0 && m_SizeRec <= MAXDATAROW
    SPID: 54
    Process ID: 1120
    3624 >
    (IMP) ERROR: ExeFastload: rc = 2
    I´ve seen those load problems under VMWare and on boxes hosted as Xen VMs.
    Markus

  • Post refresh : unable to extend table SAPSR3.D010TAB by 128 in PSAPSR3700

    Hello,
    SAP Release : ECC6
    Oracle 10g (Locally Managed Tablespace)
    Sun Solaris 10 X86
    We just have performed an homogeneous system copy from our production environnement PMA to our sandbox BMA.
    All the post copy actions have been done ( delete entries from tables, se06, bdls, etc ...)
    The SAP instance is now working correctly.
    Afterwards, I've tried to perform a database check either using the DB13 action "Check database" or
    directly from the command line  : "brconnect -u / -c -f check"
    Either way, I'm getting hundreds of error messages :
    ORA-1653: unable to extend table SAPSR3.D010TAB by 128 in                 tablespace PSAPSR3700
    BR0976W Database message alert - level: ERROR, line: 202054, time: 2008-03-03 17.16.14, message:
    ORA-1653: unable to extend table SAPSR3.D010TAB by 128 in                 tablespace PSAPSR3700
    BR0976W Database message alert - level: ERROR, line: 202055, time: 2008-03-03 17.16.14, message:
    I was quite surprised because the tablespace PSAPSR3700  wasn't saturated (20% free), nevertheless
    I have added a new datafile to the tablespace, but still I'm getting the same error message.
    Tablespace  Size (kb) Free (kb)      Used (%)   Tab/ind    Extents AutoExt (kb)   Used (%) Status Backup   
    PSAPSR3700    105.861.120     28.370.176   73    861     11.051    Off    73    ONLINE     NOT ACTIVE
    I have 28 Gb of free space in tablespace PSAPSR3700  and the system can not extend a 2Gb table ???
    How is it possible ?
    Owner    Object       Type  Tablespace       KBytes         Blocks       Extents   MaxExtents   Next (K)
    SAPSR3   D010TAB  TABLE  PSAPSR3700   2.031.616      253.952       199            1-           0
    I've refreshed the Oracle statistics but it didcn't help either.
    Thank you for your help.
    Best Regards.

    Hello Indus,
    have you seen the date of the alert?
    >ORA-1653: unable to extend table SAPSR3.D010TAB by 128 in tablespace PSAPSR3700
    >BR0976W Database message alert - level: ERROR, line: 202054, time: 2008-03-03 17.16.14, message:
    >ORA-1653: unable to extend table SAPSR3.D010TAB by 128 in tablespace PSAPSR3700
    >BR0976W Database message alert - level: ERROR, line: 202055, time: 2008-03-03 17.16.14, message
    I think that there was a problem on 03.03.2008 and an admin has extended the tablespace.
    Regards
    Stefan

  • Ecc5 installation error

    hi!
    i try to install ecc5 & oracle 9i. i was successfully installed CI ( ecc5,uni-code,abap ).
    when i try to install DB port, at the time of DATABASE LOAD( R3load shows running 1: waiting ), the following error will occur.
    log file : SAPSSEXC.log shows,
    C:\usr\sap\EAS\SYS\exe\run/R3load.exe: START OF LOG: 20200514020453
    C:\usr\sap\EAS\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_LO_REL/src/R3ld/R3load/R3ldmain.c#1 $ SAP
    C:\usr\sap\EAS\SYS\exe\run/R3load.exe: version R6.40/V1.4
    C:\usr\sap\EAS\SYS\exe\run/R3load.exe -ctf I E:/ECC5/dbexport2/EXPORT2/DATA/SAPSSEXC.STR C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/DDLORA.TPL C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPSSEXC.TSK ORA -l C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPSSEXC.log
    C:\usr\sap\EAS\SYS\exe\run/R3load.exe: job completed
    C:\usr\sap\EAS\SYS\exe\run/R3load.exe: END OF LOG: 20200514020453
    C:\usr\sap\EAS\SYS\exe\run/R3load.exe: START OF LOG: 20200514020500
    C:\usr\sap\EAS\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_LO_REL/src/R3ld/R3load/R3ldmain.c#1 $ SAP
    C:\usr\sap\EAS\SYS\exe\run/R3load.exe: version R6.40/V1.4
    C:\usr\sap\EAS\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPSSEXC.cmd -l C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPSSEXC.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): WE8DEC
    (DB) INFO: BRATEXT created
    (IMP) INFO: import of BRATEXT completed (229628 rows)
    (DB) INFO: BRATEXT~0 created
    (DB) INFO: D010INC created
    (IMP) INFO: import of D010INC completed (8139003 rows)
    (DB) INFO: D010INC~0 created
    (DB) INFO: D010INC~1 created
    (DB) INFO: D010TAB created
    (IMP) INFO: import of D010TAB completed (22842365 rows)
    (DB) INFO: D010TAB~0 created
    (DB) INFO: D010TAB~1 created
    (DB) INFO: D020S created
    (IMP) INFO: import of D020S completed (136376 rows)
    (DB) INFO: D020S~0 created
    (DB) INFO: D020T created
    (IMP) INFO: import of D020T completed (520245 rows)
    (DB) INFO: D020T~0 created
    (DB) INFO: D021T created
    (RFF) ERROR: invalid checksum in data file "E:/ECC5/dbexport2/EXPORT2/DATA/SAPSSEXC.001"
    current table was "D021T"
    (DB) INFO: disconnected from DB
    C:\usr\sap\EAS\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\EAS\SYS\exe\run/R3load.exe: END OF LOG: 20200514033533
    C:\usr\sap\EAS\SYS\exe\run/R3load.exe: START OF LOG: 20200514062321
    C:\usr\sap\EAS\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_LO_REL/src/R3ld/R3load/R3ldmain.c#1 $ SAP
    C:\usr\sap\EAS\SYS\exe\run/R3load.exe: version R6.40/V1.4
    C:\usr\sap\EAS\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPSSEXC.cmd -l C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPSSEXC.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): WE8DEC
    (DB) INFO: D021T deleted/truncated
    (RFF) ERROR: invalid checksum in data file "E:/ECC5/dbexport2/EXPORT2/DATA/SAPSSEXC.001"
    current table was "D021T"
    (DB) INFO: disconnected from DB
    C:\usr\sap\EAS\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\EAS\SYS\exe\run/R3load.exe: END OF LOG: 20200514062404
    1. when i install oracle 9i, i try to use sapserver.cmd. but it will not work. so i go for setup.exe from oracle directory. tell me is it wright way or not?
    2. i was use jdk1.4.9 version. is it enough for ecc5 installation?
    kindly give me a solution.
    regards
    raghubalan

    hi!
    thanks for valuable reply.
    u said about DB shared memory problem.my OS win2003, page file,
    i set c: min. 4093 - max. 4094 and d: min. 4095 - max. 4096. is it ok???????
    And i was go thro log file which was created during installation directory ( which is pasted above).
    kindly relply me.
    regards
    raghu

  • ORA-14508 errors within ValidStruct job

    Hello!
    After the ValidStruct job in our SAP EHP4 system we get the following errors:
    ORA-14508: specified VALIDATE INTO table not found                                      
    BR0893E Validating structure failed for table/cluster SYS.STREAMS$_APPLY_SPILL_MSGS_PART
    BR1309E Validation of structure failed for 50/0/0 tables/indexes/clusters
    BR0894I Tables with the longest duration of validating structure for owner SAPSR3      
      Pos. Owner    Table                          Duration                                                                               
    1  SAPSR3   DD03L                           111:41                                 
        2  SAPSR3   REPOSRC                          23:20                                 
        3  SAPSR3   E071                              8:10                                 
        4  SAPSR3   D010TAB                           7:36                                 
        5  SAPSR3   WBCROSSGT                         6:22                                 
    Can some one explain how to proceed and to solve these errors?
    Any helpful information will be very appreciated!

    >
    Holger Thomasson wrote:
    > Hello!
    >
    > After the ValidStruct job in our SAP EHP4 system we get the following errors:
    >
    > ORA-14508: specified VALIDATE INTO table not found                                      
    > BR0893E Validating structure failed for table/cluster SYS.STREAMS$_APPLY_SPILL_MSGS_PART
    > Can some one explain how to proceed and to solve these errors?
    >
    > Any helpful information will be very appreciated!
    ??? Anything wrong with putting "VALIDATE INTO" into the search box and check the results?
    You might stumble across notes like #514178 that explains what this message is about.
    regards,
    Lars

Maybe you are looking for

  • URGENT:HOW TO COMBINE CLUSTER AND TRANSPARENT TABLE..WITHOUT USING FOR ALL

    how can we join bkpf and bseg without using FOR ALL ENTRIES.HOW DO I COMBINE THE 2 TABLES SO THAT I GET BETTER PERFORMANCE. START-OF-SELECTION. SELECT bukrs belnr gjahr budat FROM bkpf INTO TABLE i_bkpf WHERE bukrs = p_bukrs AND "COMPANY CODE gjahr =

  • Business Partner relationship assignment

    Hi experts, we have a slight problem in CRM. We are working with 4.0 and connected R/3 4.7c. We enter BPs in CRM and transfer them to R/3. Two Problems: 1. in the BP Role "Customer" we want to set one Partner Function (relationship) "Has Employee Res

  • Font sizing in IE for windows

    I made a web page for our church and while the pages look good in all of my browsers (Opera, IE, Safari) when I look at them on an IE windows browser the fonts are not scaled correctly and they look as if they are bit-mapped. Is there a set of fonts

  • Regarding J1IS (vendor rejection)

    Hi expert, can anybody  tell me where the J1IS invoice number stored , i allready checked VBRK but it was not there. thanks and regards abaper

  • SIMBL Error when opening Safari from the desk tray

    I get a SIMBL Error when I open Safari from the desk tray. The error reads: SIMBL Error: Safari 3.0.4 version 523.12 has not been tested with plugin PCB (null) (v19). Any idea on the origin of this error? I have recently turned on parental controls -