cancel
Showing results for 
Search instead for 
Did you mean: 

Developer Workplace installation: exception at master password entry

Former Member
0 Kudos

At the master password entry of the Developer Workplace

installation (SAP NetWeaver 2004s SR1) we get the

exception

"Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined".

This is the log in sapinst.log:

CJS-00030 Assertion failed: in

function (role) {

NWUsers.trace("NWUsers.getAccountData(", role, ")");

this._initAccountData();

ASSERT(arguments.callee, this.haveAccountData(role), "role " + role + " is not created yet.");

var ad = this._readAccountDataFromKeydb(role);

ad = this._readAccountData(ad);

var masterpwd = this.getMasterPassword();

if (ad.password == "" && this._useMasterPasswordForAccountData(ad) && ad.type == "USER" && masterpwd !== undefined && role != NWUsers.roles.J2EEGuest) {

ad.password = masterpwd;

}

NWUsers.trace("NWUsers.getAccountData(): ", dump_properties(ad));

return ad;

}

role CONTROL is not created yet.

Any idea!!??

Best regards

Wolfgang

Accepted Solutions (1)

Accepted Solutions (1)

former_member192350
Active Participant
0 Kudos

Have you tried a more complex password (e.g. p4ssw0rd#)? The newer products require passwords of longer length and at least one non-alpha character. I'm guessing the DW does as well, and just doesn't have the errror message configured to let you know...

Rich

Former Member
0 Kudos

It is working!!

Thank you for the password witch works!

Best Regards

Wolfgang

Answers (0)