Quantcast
Channel: SCN : All Content - SAP NetWeaver Application Server
Viewing all articles
Browse latest Browse all 2997

fail to create DDLOG table

$
0
0

I am installing NetWeaver 7.3 > MS SQL Server > SAP System > Application Server ABAP > Standard System

 

Our environment is SQL Server 2012 Enterprise which is installed by SQL4SAP.bat

And OS is Windows Server 2012 Standard

 

During installing,  I encountered the error.

 

Error step is Program 'Migration Monitor' exits with error code 103.

 

When I saw import_monitor.log, I found out below message.

 

--------------------------------------------------------------------------------------------------------------------------------------------------

ERROR: 2014-08-11 16:40:39 com.sap.inst.migmon.LoadTask run

Loading of 'SAPSPROT' import package is interrupted with R3load error.

Process 'D:\usr\sap\BAK\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSPROT.cmd -dbcodepage 4103 -l SAPSPROT.log -loadprocedure fast' exited with return code 2.

For mode details see 'SAPSPROT.log' file.

 

---------------------------------------------------------------------------------------------------------------------------------------------------

 

So, I checked 'SAPSPROT.lof' file as below

 

(DB) ERROR: DDL statement failed

(CREATE TABLE [DDLOG] ( [SEQNUMBER] int NOT NULL default 0 , [TIMESTAMP] nvarchar(26) NOT NULL default N' ' , [SYSTEMID] nvarchar(22) NOT NULL default N' ' , [NBLENGTH] smallint NOT NULL default 0 , [NOTEBOOK] varbinary(MAX) NULL  )  WITH ( DATA_COMPRESSION = ROW ) )

DbSlExecute: rc = 99

  (SQL error 1754)

  error message returned by DbSl:

[Microsoft][SQL Server Native Client 11.0][SQL Server]Defaults cannot be created on columns with an IDENTITY attribute. Table 'DDLOG', column 'SEQNUMBER'.

(DB) ERROR: DDL statement failed

(ALTER TABLE [DDLOG] ADD CONSTRAINT [DDLOG~0] PRIMARY KEY CLUSTERED ( [SEQNUMBER], [TIMESTAMP] ) )

DbSlExecute: rc = 99

  (SQL error 4902)

  error message returned by DbSl:

[Microsoft][SQL Server Native Client 11.0][SQL Server]Cannot find the object "DDLOG" because it does not exist or you do not have permissions.

(DB) ERROR: DDL statement failed

(CREATE  INDEX [DDLOG~DB2] ON [DDLOG] ( [TIMESTAMP]  ) )

DbSlExecute: rc = 99

  (SQL error 1088)

  error message returned by DbSl:

[Microsoft][SQL Server Native Client 11.0][SQL Server]Cannot find the object "DDLOG" because it does not exist or you do not have permissions.

(DB) INFO: DDSTATHIST created

(DB) INFO: DDSTATHIST~0 created

(IMP) INFO: import of DDSTATHIST completed (0 rows) #20140811164015

 

--------------------------------------------------------------------------------------------------------------------------------------------------

 

I think that the most important reason is failing create table 'DDLOG'.

 

How can I solve this problem??


Viewing all articles
Browse latest Browse all 2997

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>