cancel
Showing results for 
Search instead for 
Did you mean: 

SMD Agent installation error

Former Member
0 Kudos

Hi

While installation of SMD Agent I'm getting the following error in the initial phase.

"Collecting information about installed SAP systems"

OS is HP-Unix.

Please suggest the solution.

Primary group of wdpadm has to be defined..

ERROR 2010-07-27 12:31:05.867

CJS-00030 Assertion failed: in

function (password) {

Trace("User", this, ".getLoginEnvironment(...)");

var env = installer.onWindows() ? new Properties(undefined, true) : new Properties();

var mgt = new ProcessMgt();

Regards,

Ravi.

Accepted Solutions (0)

Answers (1)

Answers (1)

paul_power
Active Contributor
0 Kudos

Hi Ravi,

Is this from the sapinst.log ?

Please post the entries from the error to the end of the sapinst_dev.log as this gives more details.

1. Make sure that the profiles at:
<server>\sapmnt\<SID>\SYS\profile

are fully readable to all of the SAP-users on the dialog instance,

including the Adminstrator and the <sid>adm

2. If it should still fail after 1., get the instance profiles and

check them for inconsistencies regarding the hostname (SAPLOCALHOST,

SAPGLOBALHOST, etc, etc.)

Regards,

Paul

Former Member
0 Kudos

Hi Paul,

Pls find the below sapinst.dev.log.

INFO 2010-07-27 14:13:21.990

Collecting information about installed SAP systems: Found SAP instance STE/ASCS02 ...

INFO 2010-07-27 14:13:22.410

Collecting information about installed SAP systems: Found SAP instance STE/SCS01 ...

INFO 2010-07-27 14:13:23.140

Collecting information about installed SAP systems: Found SAP instance STE/DVEBMGS00 ...

INFO 2010-07-27 14:13:27.890

Collecting information about installed SAP systems: Found SAP instance SMD/J98 ...

INFO 2010-07-27 14:13:31.390

Account wdpadm already exists.

INFO 2010-07-27 14:13:31.400

Account 0 already exists.

INFO[E] 2010-07-27 14:13:31.400

FSH-00006 Return value of function getgrnam() is Error 0.

INFO[E] 2010-07-27 14:13:31.400

FSL-01027 Account group="107 does not exist.

INFO 2010-07-27 14:13:31.410

Account -1 does not exist.

ERROR 2010-07-27 14:13:31.410

CJS-00030 Assertion failed: in

function (password) {

Trace("User", this, ".getLoginEnvironment(...)");

var env = installer.onWindows() ? new Properties(undefined, true) : new Properties();

var mgt = new ProcessMgt();

INFO 2010-07-27 14:13:31.430

Unexpected exception caught: modlib.jslib.caughtException:

Caught ESAPinstException in Modulecall: in

function (password) {

Trace("User", this, ".getLoginEnvironment(...)");

var env = installer.onWindows() ? new Properties(undefined, true) : new Properties();

var mgt = new ProcessMgt();

Regards

Ravi.