cancel
Showing results for 
Search instead for 
Did you mean: 

Homogeneous System Copy (MS SQL Server-specific: Backup/Restore)

Former Member
0 Kudos

I'm doing an Homogeneous System Copy (MS SQL Server-specific: Backup/Restore).

Source and Target are UNICODE. Installation is performed on Windows Server 2008 by administrator account.

In the SAPInst i choose the system Copy -> MS SQL -> Target system installation -> Central system -> Based on AS ABAP -> Central system.

In the running phase: "Post load activities" an error occurred:

sapinst.log

INFO 2009-09-22 13:15:16.616

An error occured and the user decided to retry the current step: "|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_Postload|ind|ind|ind|ind|10|0|NW_Postload_MSS|ind|ind|ind|ind|2|0|adjustNametab".

INFO 2009-09-22 13:15:16.846

Switched to user: bpdadm.

INFO 2009-09-22 13:15:16.893

Creating file C:\Program Files\sapinst_instdir\NW701\LM\COPY\MSS\SYSTEM\CENTRAL\AS-ABAP\dipgntab.log.

INFO 2009-09-22 13:15:16.928

Switched to user: bpdadm.

INFO 2009-09-22 13:15:16.931

Working directory changed to C:\Program Files\sapinst_instdir\NW701\LM\COPY\MSS\SYSTEM\CENTRAL\AS-ABAP.

INFO 2009-09-22 13:15:16.934

Output of E:\usr\sap\BPD\SYS\exe\uc\NTAMD64\dipgntab.exe -rwr40 -srctt DDNTT -srctf DDNTF -dsttt DDNTT -dsttf DDNTF -ttonly TT is written to the logfile dipgntab.log.

WARNING 2009-09-22 13:15:19.629

Execution of the command "E:\usr\sap\BPD\SYS\exe\uc\NTAMD64\dipgntab.exe -rwr40 -srctt DDNTT -srctf DDNTF -dsttt DDNTT -dsttf DDNTF -ttonly TT" finished with return code -1. Output:

ERROR in initialization (can't get R/3-version)

ERROR in initialization (can't get R/3-version)

E:\usr\sap
D00\log\SLOG00.LOG: No such file or directory

rslgwr1(20): rstrbopen cannot open pre-existing SysLog file.

E:\usr\sap
D00\log\SLOG00.LOG: No such file or directory

rslgwr1(11): rstrbopen cannot open SysLog file.

SysLog:iE1020090922131519000000000000 this TTY

: 0000

:SCSA 4096

SysLog:gBY220090922131519000000000000 this TTY

: 0000

CON dblink 431

SysLog: BY020090922131519000000000000 this TTY

: 0000

: 1

WARNING[E] 2009-09-22 13:15:19.631

CJS-30023 Process call 'E:\usr\sap\BPD\SYS\exe\uc\NTAMD64\dipgntab.exe -rwr40 -srctt DDNTT -srctf DDNTF -dsttt DDNTT -dsttf DDNTF -ttonly TT' exits with error code -1. For details see log file(s) dipgntab.log.

ERROR 2009-09-22 13:15:19.640

FCO-00011 The step adjustNametab with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_Postload|ind|ind|ind|ind|10|0|NW_Postload_MSS|ind|ind|ind|ind|2|0|adjustNametab was executed with status ERROR .

dipgntab.log

ERROR in initialization (can't get R/3-version)

ERROR in initialization (can't get R/3-version)

E:\usr\sap
D00\log\SLOG00.LOG: No such file or directory

rslgwr1(20): rstrbopen cannot open pre-existing SysLog file.

E:\usr\sap
D00\log\SLOG00.LOG: No such file or directory

rslgwr1(11): rstrbopen cannot open SysLog file.

SysLog:iE1020090922110214000000000000 this TTY

: 0000

:SCSA 4096

SysLog:gBY220090922110214000000000000 this TTY

: 0000

CON dblink 431

SysLog: BY020090922110214000000000000 this TTY

: 0000

: 1

Performed a retry with latest kernel version (including latest version dipgntab.exe), but no succes.

Any ideas how to solve this ?

Thanks,

Gidion

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

looks like the database connection is not working...

Are you using the right account to start sapinst?

try to run r3trans -d and have a look what is working.

regards Peter

Former Member
0 Kudos

Hi,

On yesterday i struggled with the below error  and today i resolved by the below mentioned solution.This is happened while  the installation in 29th Phase of 60 "Adjusting Name Table ".

dipgntab.log

ERROR in initialization (can't get R/3-version)

ERROR in initialization (can't get R/3-version)

updated the kernel files with latest  sapexe ,sapexedb and lib file ( sap note 1480785).Please ensure you are downloaded,extracted and copied the latest lib file(4 files will be there after extraction).

This was resolved the above error in Server and completed the Installation.

and i faced one more error while using old sap car ,so ensure the latest SAPCAR used for extracting.

And also ensure the <SID>ADM  and other sap system users added to the SAP system groups.

Best of luck!!!!!!!!!!

Regards,

Mathew Vaidyan

Former Member
0 Kudos

>>>WARNING 2009-09-22 13:15:19.629

very interesting timestamp!

are we looking at a 3.5 year old problem?

Former Member
0 Kudos

The above parameter did not work from me, but I did upgrade my kernel to 7.20 level 300+ and it was able to re-write the nametabs and sapinst continued.

Former Member
0 Kudos

Here's the short version of the dipgntab.log:

ERROR in initialization (can't get R/3-version)

ERROR in initialization (can't get R/3-version)

E:\usr\sap
D00\log\SLOG00.LOG: No such file or directory

rslgwr1(20): rstrbopen cannot open pre-existing SysLog file.

E:\usr\sap
D00\log\SLOG00.LOG: No such file or directory

rslgwr1(11): rstrbopen cannot open SysLog file.

Former Member
0 Kudos

Found the solution.

The environment variable MSSQL_FORCEOLEDB = 1 has to be set for the userID performing the installation.