cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

import monitor error ehp8

hbrito
Explorer
0 Kudos
596

Hi people,

I'm trying to install sap ides ehp8 ecc6.0 with MSSQL in a Windows server 2019 and the final of import presents me with 3 errors.

here are the logs.
Import_monitor.java.log

 

Java(TM) SE Runtime Environment (build 8.1.088)
SAP Java Server VM (build 8.1.088 11.0.15+000, May  6 2022 20:08:59 - 81_REL - optU - windows amd64 - 6 - bas2:333212 (mixed mode))

Import Monitor jobs: running 1, waiting 3, completed 223, failed 0, total 227.
Import Monitor jobs: running 2, waiting 2, completed 223, failed 0, total 227.
Import Monitor jobs: running 3, waiting 1, completed 223, failed 0, total 227.
Loading of 'SAPAPPL0_26' import package: ERROR
Import Monitor jobs: running 2, waiting 1, completed 223, failed 1, total 227.
Loading of 'SAPAPPL0_1' import package: ERROR
Import Monitor jobs: running 1, waiting 1, completed 223, failed 2, total 227.
Loading of 'SAPAPPL2_8' import package: ERROR
Import Monitor jobs: running 0, waiting 1, completed 223, failed 3, total 227.

 

'SAPAPPL0_26' import package: ERROR

 

A2 ETSK 000 Starting create for object "STXH~REF" of type "index" #20240703151817
A1EEIMP 008 Task failed with error: (MSS) DDL statement failed
A1EEIMP 008 (CREATE  INDEX [STXH~REF]
A1EEIMP 008 ON [STXH]
A1EEIMP 008 (  [MANDT] ,  [TDREFOBJ] ,  [TDREFNAME] ,  [TDREFID]  ) WITH ( DATA_COMPRESSION = PAGE ))
A1EEIMP 008 DbSlExecute: rc = 102
A1EEIMP 008 (MSS) SQL error = 1913
A1EEIMP 008 (MSS) The operation failed because an index or statistics with name 'STXH~REF' already exists on table 'STXH'.
A2EETSK 007 Finished create for object "STXH~REF" of type "index" with error in 0.006 sec #20240703151817

 

SAPAPPL0_1' import package: ERROR

 

A2EEDBS 015 Object '/CPD/PWSC_OATPL' exists, checked via statement: SELECT N'X' FROM [nsp].[/CPD/PWSC_OATPL] WHERE 1 = 0
A1EEIMP 042 Object '/CPD/PWSC_OATPL' already exists even though task is initial!
A2 ETSK 000 Starting create for object "/CPD/PWSC_OATPL" of type "table" #20240703155942
A2EETSK 007 Finished create for object "/CPD/PWSC_OATPL" of type "table" with error in 0.001 sec #20240703155942
A2 ETSK 008 ------------------------------------------------------------------

 

SAPAPPL2_8' import package: ERROR

 

A2EEDBS 015 Object 'ESH_OM_AOTYPQN' exists, checked via statement: SELECT N'X' FROM [nsp].[ESH_OM_AOTYPQN] WHERE 1 = 0
A1EEIMP 042 Object 'ESH_OM_AOTYPQN' already exists even though task is initial!
A2 ETSK 000 Starting create for object "ESH_OM_AOTYPQN" of type "table" #20240703155942
A2EETSK 007 Finished create for object "ESH_OM_AOTYPQN" of type "table" with error in 0.001 sec #20240703155942
A2 ETSK 008 ------------------------------------------------------------------
A2EEDBS 015 Object 'ESH_OM_AOTYPQR' exists, checked via statement: SELECT N'X' FROM [nsp].[ESH_OM_AOTYPQR] WHERE 1 = 0
A1EEIMP 042 Object 'ESH_OM_AOTYPQR' already exists even though task is initial!
A2 ETSK 000 Starting create for object "ESH_OM_AOTYPQR" of type "table" #20240703155942
A2EETSK 007 Finished create for object "ESH_OM_AOTYPQR" of type "table" with error in 0.001 sec #20240703155942
A2 ETSK 008 ------------------------------------------------------------------
A2EEDBS 015 Object 'ESH_OM_AOTYPT' exists, checked via statement: SELECT N'X' FROM [nsp].[ESH_OM_AOTYPT] WHERE 1 = 0
A1EEIMP 042 Object 'ESH_OM_AOTYPT' already exists even though task is initial!
A2 ETSK 000 Starting create for object "ESH_OM_AOTYPT" of type "table" #20240703155942
A2EETSK 007 Finished create for object "ESH_OM_AOTYPT" of type "table" with error in 0.001 sec #20240703155942
A2 ETSK 008 ------------------------------------------------------------------
A2EEDBS 015 Object 'ESH_OM_AOTYPTV' exists, checked via statement: SELECT N'X' FROM [nsp].[ESH_OM_AOTYPTV] WHERE 1 = 0
A1EEIMP 042 Object 'ESH_OM_AOTYPTV' already exists even though task is initial!
A2 ETSK 000 Starting create for object "ESH_OM_AOTYPTV" of type "table" #20240703155942
A2EETSK 007 Finished create for object "ESH_OM_AOTYPTV" of type "table" with error in 0.001 sec #20240703155942
A2 ETSK 008 ------------------------------------------------------------------
A1 EGEN 002 ====================================================
A1 EDAT 007 Resource usage: GENERAL    times:    0.148/   0.031/   0.047  6.5%/24.8%/42.7% real/usr/sys
A1 EDAT 007 Resource usage: DATABASE   times:    2.117/   0.094/   0.063 93.3%/75.2%/57.3% real/usr/sys
A1 EDAT 007 Resource usage: FILE       times:    0.003/   0.000/   0.000  0.1%/ 0.0%/ 0.0% real/usr/sys
A1 EDAT 006 Memory usage: 24/1/0 MB buffer/objectcache/disk (1 reused buffers)
A1EEGEN 000 
A1EEGEN 026 Number of error(s): 4
A1EEGEN 027 Exit code: "8"            

 

View Entire Topic
hbrito
Explorer
0 Kudos

Hello, I solved it, the problem was that many tables are replicated, so I deleted all the tables indicated by the registry and tried the installation again.