cancel
Showing results for 
Search instead for 
Did you mean: 

MSSQL database connect problem during installation

Syamkriz
Active Participant
0 Kudos

Hi Experts,

Could you please advice.

I doing a system copy of ECC6.0 system. The database is restored and I am using connect to existing database option.

During installation I am facing problem in connecting to database.

Initial sapinst log is

INFO 2010-03-11 06:50:33.606

CJSlibModule::writeInfo_impl()

Output of G:\usr\sap\RSF\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 2010-03-11 06:50:38.481

CJSlibModule::writeWarning_impl()

Execution of the command "G:\usr\sap\RSF\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)

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

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

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

rslgwr1(11): rstrbopen cannot open SysLog file.

SysLog:iE1020100311065036000000000000 this TTY

: 0000

:SCSA 4096

SysLog:gBY220100311065036000000000000 this TTY

: 0000

CON dblink 431

SysLog: BY020100311065036000000000000 this TTY

: 0000

: 1

TRACE 2010-03-11 06:50:38.481

Function setMessageIdOfExceptionMessage: nw.processError

ERROR 2010-03-11 06:50:38.481

CJSlibModule::writeError_impl()

CJS-30023 Process call 'G:\usr\sap\RSF\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.

TRACE 2010-03-11 06:50:38.496 [iaxxejsbas.hpp:483]

EJS_Base::dispatchFunctionCall()

JS Callback has thrown unknown exception. Rethrowing.

ERROR 2010-03-11 06:50:38.496 [sixxcstepexecute.cpp:951]

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 ( Last error reported by the step :Process call 'G:\usr\sap\RSF\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.).

then i checked dipgntab.log

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

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

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

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

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

rslgwr1(11): rstrbopen cannot open SysLog file.

SysLog:iE1020100311065036000000000000 this TTY

: 0000

:SCSA 4096

SysLog:gBY220100311065036000000000000 this TTY

: 0000

CON dblink 431

SysLog: BY020100311065036000000000000 this TTY

: 0000

: 1

  • i have my R3trans -d as*

G:\usr\sap\RSF\SYS\exe\uc\NTAMD64>R3trans -d

This is R3trans version 6.14 (release 701 - 05.03.09 - 08:28:00).

unicode enabled version

2EETW169 no connect possible: "DBMS = MSSQL --- SERV

ER = 'ctcadbta2' DBNAME = 'RSF'"

R3trans finished (0012).

I have set all my database environment variables correctly and my Kernal is update and in sync with source system. Could you please advice?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks for your info, then another clue might be this one:

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

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

See the wrong directory path? I don't know why it's being this way, but please start with checking path parameter you defined in SAPinst.

Former Member
0 Kudos

Hi Syam,

Just try creating blank file using notepad in the below location.

G:\usr\sap
D00\log\SLOG00.LOG

Then retry the operation.

Regards.

Rajesh Narkhede

Syamkriz
Active Participant
0 Kudos

Hi Effan,

We were following this step for a long time in our project for many systems which we have done refresh, and this has proved to be working. Not sure why the database is not connecting this time.

Thanks and Regards

Syam

Former Member
0 Kudos

>The database is restored and I am using connect to existing database option.

If you use database copy to refresh a system, then this is not the right sequence with SAPinst.

1. install a new instance with the same component as source system you want to copy;

2. detach the newly installed database, attach the source system database;

3. run STM to finish database copy.

Note 683447 - SAP Tools for MS SQL Server

Regards,

Effan