cancel
Showing results for 
Search instead for 
Did you mean: 

Error while System copy in Sapinist

Former Member
0 Kudos

Hi All,

i found an error while system copy ABAP + Java in SAPinist

Error is

CJS-00030 Assertion failed: 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(SAPID).hasABAP() is undefined

ERROR 2010-09-24 10:52:45

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

ERROR 2010-09-24 10:52:45

FCO-00011 The step setLoadType with step key |NW_Prepare_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|2|0|

NW_getDBInfo|ind|ind|ind|ind|4|0|

NW_getLoadType|ind|ind|ind|ind|0|0|setLoadType was executed with status ERROR .

any body have solution

gagandeep

Accepted Solutions (1)

Accepted Solutions (1)

former_member217765
Active Participant
0 Kudos

Hi gagandeep,

The error means that SAPinst is not being able to find the ABAP instance.

Could you please clarify if you are using virtual hostnames? If so, you

must start sapinst using the parameter SAPINST_USE_HOSTNAME=<virtual

hostname>.

Please make sure entry

sapms<SID> <No>/tcp

is maintained in services file.

Please check whether all perameters in profiles are correctly maintained.

For example, SAPSYSTEMNAME=<SID> ( <SID> must be in uppercase).

in Unix operation system, do not forget to maintain sapstartsrv entries in '/usr/sap/sapservices' as per note # 823941.

Please apply the fixed control.xml file as per note # 1052298.

With Best Regards

Julia

Answers (4)

Answers (4)

Former Member
0 Kudos

Julia's reply is helpful

former_member217765
Active Participant
0 Kudos

Hi,

Please make sure the hostname is not beginning with digit?

We found similar problem reported by other customers that the error occurs if hostname begginning with digit.

For details, please refer to note 611361.

If it is difficult for you to change hostname, please stop sapinst and modify the control.xml in your

installation directory:

search for the string pfdir.getChildNodes and repleace the

line

for (var it =

pfdir.getChildNodes(/^START_[A-Z0-9]+_[a-zA-z][a-zA-Z0-9-]*$/);

!it.isDone(); it.next()) {

with the line:

for (var it = pfdir.getChildNodes(/^START_[A-Z0-9]+_[a-zA-Z0-9-]*$/);

!it.isDone(); it.next()) {

It is not sufficient to just restart SAPinst in order to fix the problem.

You have to restart the installation from scratch with the modified control.xml.

You can restart the installer from DVD, choose the installation service

on the first screen, and when the next screen appears, interrupt the

installer. Then patch the control.xml in the installation directory and

restart the installer.

Best Regards

Julia

Former Member
0 Kudos

thnx Julia its working

Former Member
0 Kudos

Hi ,

IS this SAP Netweaver 7.0 SR1 ,

Try this Note 919106 - SAP NetWeaver 7.0 SR1 Installation on Windows: Oracle

Search For CJS-00030 Assertion failed.

Also pleae mention what stage you are getting this error .

Regards,

Former Member
0 Kudos

hi,

i am getting this error while NW -->system copy --> ABAP+Java --> Central System......

& this error displays after entering password in 2n phase of SAPinst.

System Details are:

OS is win2003 R2 with SQL server 2005 (X64)

Edited by: Jattxxx on Sep 25, 2010 11:49 AM

Former Member
0 Kudos

Hi,

Post the SAPINST.log available in the installation directory. This will let us guide you.

Regards,

Varadharajan M