cancel
Showing results for 
Search instead for 
Did you mean: 

Error during Dialog instance installation

Former Member
0 Kudos

Hi Everyone,

I am trying to insall the App server for one of the already installed SAP SCM System on another Server.

Description: 7.01 SCM, DB2, AIX

While choosing the profile file (mounted with CI/DB Server), the following error is generating.

Last error reported by the step :Assertion failed: in function (nothrow) { NW.trace("NW.hasJava(", nothrow, ")"); if (_hasJava == undefined && !nothrow) { ASSERT(arguments.callee, false, "NW(" + this.getSID() + ").hasJava() is undefined"); } NW.trace("NW.hasJava() done: ", _hasJava); return

Need some suggestions on this error resolution.

Thanks,

Rajesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello Rajesh,

Can you please check if Java is installed in your app server,and env variable is set accordingly.

Check if version of JAVA is same with CI.

Please mention the last 50 lines of installation log file.

Thanks & Regards,

Amit Barnawal

Former Member
0 Kudos

What is your installation log reported?

Regards,

Nick Loy

former_member188883
Active Contributor
0 Kudos

Hi,

Could you check whether /sapmnt/<SID> is shared fully on the App server. User <sidadm> has full permission on this file system.

Regards,

Deepak Kori

Former Member
0 Kudos

Deepak, I had checked it and i has necessary permission Plese see.

drwxr-xr-x 7 <sid>adm sapsys

former_member188883
Active Contributor
0 Kudos

Hi Rajesh,

Deepak, I had checked it and i has necessary permission Plese see.

drwxr-xr-x 7 <sid>adm sapsys

Can you make the permission as drwxrwxrwx /sapmnt/<SID>. Use chmod -R 777 command to achieve the same.

This permission should be given on CI/DB server.

Hope this is useful.

Regards,

Deepak Kori

Former Member
0 Kudos

I read the logs which were saying not able to read Central instance profile file.

Soi changed the persmission of CI Profile file to 777 and then sapinst could moved forward.

Thanks to All for kind suggestions. Reward points to useful suggestions have been given.

There is another barrier, and this is related to Password file.

Error : Passwordfile not in new Format Run dscdb6up -rewrite ...

Does any one have any idea about it.

Thanks

Rajesh

Former Member
0 Kudos

Dear Rajesh,

Great that issue resolved.

Where it is asking to run the command "dscdb6up -rewrite "

This "dscdb6up" is program to change sap<SID> passwords.

Regards,

Amit Barnawal

Edited by: Amit Barnawal on Dec 26, 2011 11:33 AM

Former Member
0 Kudos

This error occured while installing DB client.

I presume this error has occured because there is no db2<sid> user exist on the application/Dialog instance.

Former Member
0 Kudos

Hello Rajesh,

GOTO /usr/sap/<SID>/SYS/exe/run and run command "dscdb6up -rewrite"

Hope it solves your problem.

Thanks & Regards,

Amit Barnawal

Former Member
0 Kudos

Hello Rajesh,

I would suggest you to create db2sid and set same password as CI on dialog instance server before you run "dscdb6up -rewrite".

Thanks,

Siva Kumar

former_member188883
Active Contributor
0 Kudos

Hi Rajesh,

The SAP programs must know the passwords of the connect user and of SYSglobaldscdb6.conf.

DB2 UDB for UNIX and Windows provides functions to:

· Create password file dscdb6.conf

This file can be recreated any time manually using the following command:

dscdb6up u2013create <connect_userpwd> <sapsid_adm_pwd>

As you mention users have not been created, use the above command to create them manually.

This functions need the environment variables DSDDB6HOME, DB2DB6EKEY, DB2INSTANCEand DB2DBDFT to be set correctly.

Hope this is useful.

Regards,

Deepak Kori

Edited by: deepakkori on Dec 26, 2011 8:02 PM

Former Member
0 Kudos

Hello Siva Kumar Arivinti, if I run "dscdb6up -rewrite" it will affect the existing application servers. We are installing a Windows dialog instance, but the others are in HP-UX.

Thanks.

Former Member
0 Kudos

Hello, if I run "dscdb6up -rewrite" it will affect the existing application servers. We are installing a Windows dialog instance, but the others are in HP-UX.

Thanks.