Hi
Installing IDES ERP (windows 2012 R2 - SQL Server 2012) fail in fase Import ABAP. Import_log shows a lot of these:
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 6.1.051)
SAP Java Server VM (build 6.1.051 23.5-b05, May 30 2013 00:49:05 - 61_REL - optU - windows amd64 - 6 - bas2:197575 (mixed mode))
Import Monitor jobs: running 1, waiting 104, completed 38, failed 0, total 143.
Import Monitor jobs: running 2, waiting 103, completed 38, failed 0, total 143.
Import Monitor jobs: running 3, waiting 102, completed 38, failed 0, total 143.
Loading of 'D010TAB' import package: ERROR
Loading of 'D021T' import package: ERROR
Import Monitor jobs: running 1, waiting 102, completed 38, failed 2, total 143.
Import Monitor jobs: running 2, waiting 102, completed 38, failed 1, total 143.
Loading of 'DD03L' import package: ERROR
Import Monitor jobs: running 0, waiting 102, completed 38, failed 3, total 143.
Import Monitor jobs: running 1, waiting 101, completed 38, failed 3, total 143.
Import Monitor jobs: running 2, waiting 100, completed 38, failed 3, total 143.
Import Monitor jobs: running 3, waiting 99, completed 38, failed 3, total 143.
Loading of 'REPOTEXT' import package: ERROR
Loading of 'DOKCLU' import package: ERROR
Import Monitor jobs: running 2, waiting 99, completed 38, failed 4, total 143.
Import Monitor jobs: running 1, waiting 99, completed 38, failed 5, total 143.
Loading of 'REPOSRC' import package: ERROR
Import Monitor jobs: running 0, waiting 99, completed 38, failed 6, total 143.
Import Monitor jobs: running 1, waiting 98, completed 38, failed 6, total 143.
Import Monitor jobs: running 2, waiting 97, completed 38, failed 6, total 143.
Import Monitor jobs: running 3, waiting 96, completed 38, failed 6, total 143.
Loading of 'SAP0000' import package: ERROR
When digging into logfiles i found this:
Compiled Aug 16 2011 02:26:46
patchinfo (patches.h): (0.098) DB6: correction for R3load PL 91 on HP-UX and SOLARIS (note 1609719)
process id 2020
C:\usr\sap\VM5\SYS\exe\uc\NTAMD64\R3load.exe -i D010TAB.cmd -dbcodepage 4103 -l D010TAB.log -loadprocedure fast
(DB) INFO: connected to DB
(SQL) INFO: Searching for SQL file SQLFiles.LST
(SQL) INFO: SQLFiles.LST not found
(SQL) INFO: Searching for SQL file C:\sap.install\export\51044815_1\DATA_UNITS\EXPORT_1\DB/SQLFiles.LST
(SQL) INFO: C:\sap.install\export\51044815_1\DATA_UNITS\EXPORT_1\DB/SQLFiles.LST not found
(SQL) INFO: Searching for SQL file SSEXC.SQL
(SQL) INFO: SSEXC.SQL not found
(SQL) INFO: Searching for SQL file C:\sap.install\export\51044815_1\DATA_UNITS\EXPORT_1\DB/MSS/SSEXC.SQL
(SQL) INFO: found C:\sap.install\export\51044815_1\DATA_UNITS\EXPORT_1\DB/MSS/SSEXC.SQL
(SQL) INFO: Trying to open C:\sap.install\export\51044815_1\DATA_UNITS\EXPORT_1\DB/MSS/SSEXC.SQL
(SQL) INFO: C:\sap.install\export\51044815_1\DATA_UNITS\EXPORT_1\DB/MSS/SSEXC.SQL opened
(DB) ERROR: DDL statement failed
( INSERT INTO @XSQL VALUES (' sap_atomic_defaultbind ' ', 'D010TAB', 'MASTER' ') )
DbSlExecute: rc = 103
(SQL error 2812)
error message returned by DbSl:
[Microsoft][SQL Server Native Client 11.0][SQL Server]Could not find stored procedure 'sap_atomic_defaultbind'.
(DB) INFO: D010TAB~0 created
Seems that something is wrong in the SQL server?? Any ideas?