cancel
Showing results for 
Search instead for 
Did you mean: 

Failure during database recovery on Homogeneous System Copy

mariana_listiani
Explorer
0 Kudos

Dear all,

i am trying to do system copy, and it fails after the execution step: database recovery

MaxDB: 7.6.5.15

SAP Netweaver 7 Ehp 1

apparantly this is something to do with LOAD_SYSTAB.

I could run load_systab [-u <sysdba_user>,<sysdba_user_password>] manually, but the Log file of SAPinst shows the following:

WARNING[E] 2009-09-28 17:17:57.328

CJSlibModule::writeError_impl()

The dbmcli call for action LOAD_SYSTAB failed. SOLUTION: Check the logfile XCMDOUT.LOG.

TRACE 2009-09-28 17:17:57.546 [iaxxejsbas.hpp:408]

handleException<ESAPinstJSError>()

Converting exception into JS Exception EJSException.

TRACE 2009-09-28 17:17:57.562

Function setMessageIdOfExceptionMessage: dbmodada.actorext.dbmcliCallFailed

WARNING[E] 2009-09-28 17:17:57.562

CJSlibModule::writeError_impl()

The dbmcli call for action LOAD_SYSTAB failed. SOLUTION: Check the logfile XCMDOUT.LOG.

TRACE 2009-09-28 17:17:57.562 [iaxxejsbas.hpp:483]

EJS_Base::dispatchFunctionCall()

JS Callback has thrown unknown exception. Rethrowing.

ERROR 2009-09-28 17:17:57.781 [sixxcstepexecute.cpp:950]

FCO-00011 The step sdb_instance_load_systables 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_CreateDB|ind|ind|ind|ind|0|0|NW_ADA_DB|ind|ind|ind|ind|6|0|SdbPreInstanceDialogs|ind|ind|ind|ind|4|0|SdbInstanceDialogs|ind|ind|ind|ind|1|0|SDB_INSTANCE_CREATE|ind|ind|ind|ind|0|0|sdb_instance_load_systables was executed with status ERROR .

TRACE 2009-09-28 17:17:58.93 [iaxxgenimp.cpp:752]

CGuiEngineImp::showMessageBox

<html> <head> </head> <body> <p> An error occurred while processing option SAP NetWeaver 7.0 including Enhancement Package 1 Support Release 1 > Software Life-Cycle Options > System Copy > MaxDB > Target System Installation > Central System > Based on AS ABAP > Central System. You can now: </p> <ul> <li> Choose <i>Retry</i> to repeat the current step. </li> <li> Choose <i>View Log</i> to get more information about the error. </li> <li> Stop the option and continue with it later. </li> </ul> <p> Log files are written to C:\Program Files/sapinst_instdir/NW701/LM/COPY/ADA/SYSTEM/CENTRAL/AS-ABAP/. </p> </body></html>

TRACE 2009-09-28 17:17:58.109 [iaxxgenimp.cpp:1255]

CGuiEngineImp::acceptAnswerForBlockingRequest

Waiting for an answer from GUI

---

XCMDOUT.LOG shows only the SAP users data from the source system, and not for the target system which is having the error.

Could somebody please advise me what to do?

Thank you,

Mariana

Accepted Solutions (0)

Answers (3)

Answers (3)

mariana_listiani
Explorer
0 Kudos

Dear Christian,

yes, I solved this LOAD_SYSTAB problem.

This is what I did:

1. check XCMDOUT.LOG

2. However in my case, I did not see any clue there, so I read this link about LOAD_SYSTAB http://maxdb.sap.com/doc/7_7/45/11cbd6459d7201e10000000a155369/content.htm

I tried it manually, and it worked: dbmcli u2013d <DB_ID> u2013u DBMUser,password1 load_systab u2013u superdba,password2

From there, I know that I entered the wrong SYSADM User (superdba) password, this password was in my case the same one a SAPinst Master Password.

According to https://websmp130.sap-ag.de/sap(bD1kZSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=25591

a new installation of MaxDB database, by default, the credential for SYSADM is: "superdba,admin"

So, accordingly, the solution is:

change the SYSADM for the <DB_ID> in DBMGUI: D7D - Configuration - Database User area, exactly as the SAPinst Master Passwort.

Hope this helps.

Regards,

Mariana

Former Member
0 Kudos

Hi Mariana,

could you fix this error?

I am facing nearly the same...

Thank you.

Best regards

Christian

lbreddemann
Active Contributor
0 Kudos

Would you mind to follow the suggestion of the error message:

>SOLUTION: Check the logfile XCMDOUT.LOG

?

There must be a reason for why load_systab does not work here...

regards,

Lars