cancel
Showing results for 
Search instead for 
Did you mean: 

CJS-00030 Assertion failed - Error when Installing a Dialog Instance

Former Member
0 Kudos

Hi,

I am installing an Dialog Instance for an ERP2005, SR2, Oracle 10.2.0.2 HP-UX-System; after input of the profil-directory, which is an mount of the profile directory of central instance, I get the following error message in SAPINST:

ERROR 2007-05-18 12:07:03 [iaxxinscbk.cpp:282]

abortInstallation

CJS-00030 : in

function (nothrow) {

NW.trace("NW.hasABAP(", nothrow, ")");

if (_hasABAP == undefined && !nothrow) {

ASSERT(arguments.callee, false, "NW(" + this.getSID() + ").hasABAP() is undefined");

}

NW.trace("NW.hasABAP() done: ", _hasABAP);

return _hasABAP;

}

NW(SW2).hasABAP() is undefined

TRACE [iaxxejsbas.hpp:388]

handleException<ESAPinstException>()

Converting exception into JS Exception Exception.

ERROR 2007-05-18 12:07:03

CJSlibModule::writeError_impl()

MUT-03025 Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.

TRACE [iaxxejsbas.hpp:460]

EJS_Base::dispatchFunctionCall()

JS Callback has thrown unknown exception. Rethrowing.

ERROR 2007-05-18 12:07:03

FCO-00011 The step setLoadType with step key |NW_DI|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|1|0|NW_getDBInfo|ind|ind|ind|ind|4|0|NW_getLoadType|ind|ind|ind|ind|0|0|setLoadType was executed with status ERROR .

Can anybody help?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Change the following line in the 'control.xml' file from

if (!OraBackRel.isBackRel(dbSid) || "DB" == instanceType ) {

into

if ( "DB" == instanceType )

Then restart SAPinst and choose "Continue old installation".

This should work.I got the same error at my dialog instance installation.Please refer 919106.

Reward points if you find this note useful

Answers (1)

Answers (1)

former_member214355
Contributor
0 Kudos

Hello Sandri

Can you check if the parameter jstartup/vm/home = <location of the jdk>

is set in the instance profile

/usr/sap/<SID>/SYS/profile/<SID>_JC DVEBMGS<num>_<host> ?

If it is not please set it and try again

Do you have links in the profile directory (e.g. as you run SAP in a

HA envrionment)? The error occurs as sapinst cannot handle links in

the profile directory. The only way to proceed is to delete the links

there and if necessary to rename the profile names.

Don't forget to reward points.

Thanks

Kenny