cancel
Showing results for 
Search instead for 
Did you mean: 

Error during installation on step 6

former_member192818
Active Participant
0 Kudos

Hi all,

Like some of you, I have installed and uninstalled the SP15 full java editions about 15 times now. I got my first error at the Install Temporary License step. Since then I have uninstalled, deleted registry entries and a whole bunch of steps, and am currently stuck at step 6 MaxDB Database Installation step. The error is

ERROR 2006-01-16 15:46:21

CJS-00030 Assertion failed: in function sapdb_db_create(db_nm, db_host, db_ver) { var dep_root = sapdb_inst_root(db_nm); var sdb_i = new sdbInstance(); sdb_i.dbName = db_nm; sdb_i.dbHost = db_host; sdb_i.dbVer = db_ver[0] + "." + db_ver[1]; sdb_i.ctlUser = sapdb_get_db_user("CONTROL", db_nm, db_host); sdb_i.ctlUserPasswd = sapdb_get_db_user_passwd("CONTROL", db_nm, db_host); var actorObj = new SdbExtActor(); actorObj.setSdbInstance(sdb_i); actorObj.setDbmCmd("DB_CREATE"); actorObj.setExecutable(sapdb_dbmcli_path()); actorObj.setDbRoot(dep_root); var rv = actorObj.sessionExecute(); ASSERT(arguments.callee, rv == "OK", " SDB: ERROR CREATING DATABASE INSTANCE! Check the XCMDOUT.LOG FILE"); var creation_ok = false; var i_size = actorObj.outSize(); for (var i = 0; i < i_size; i++) { var s_line = actorObj.getOutputLine(i); if (/OK/.test(s_line)) { creation_ok = true; } } ASSERT(arguments.callee, creation_ok, "SDB: ERROR WHILE DB INSTANCE CREATION! CHECK THE XCMDOUT.LOG FILE! ");} SDB: ERROR CREATING DATABASE INSTANCE! Check the XCMDOUT.LOG FILE

When I go to the log file the detailed information is as follows.

> Subprocess starts at 20060116154621

Execute Command : d:\sapdb\programs\pgm\dbmcli.exe -R d:\sapdb\j2e\db db_create J2E CONTROL,CONTROL

Execute Session Command : exit

> Subprocess stops at 20060116154621

ERR

-24953,ERR_DBEXIST: database instance already exists

I believe I am not able to successfully un-install MaxDB. Any hints? I always uninstall MaxDB before I start installing, and somehow the database entries still seem to persist like a ghost in the machine.

Thank you for your help.

Regards

Sumit.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member192818
Active Participant
0 Kudos

Hi All,

One little tit bit I forgot to install in my previous questions which might have a big impact on your answers is that the machine that I am trying to install is

Microsoft Windows 2000 Service Pack 4.

Is that a problem? I know that several of you have had successful installations on Win XP. Do I definitely need to have windows XP?

Regards

Sumit.

former_member192818
Active Participant
0 Kudos

Hi,

The way I solved this problem was

<b>1.</b> Uninstall the entire netweaver installation.

<b>2.</b> Log into windows in safe mode, by pressing F8 during installation, and then deleting the SAPDB directory.

<b>3.</b> I deleted the following registry entries.

HKEY_CURRENT_USER\Software\SAP\SAP DBTech

HKEY_LOCAL_MACHINE\SOFTWARE\SAP\SAP DBTech

Thank You.

Sumit.