Hello
I do this:
ADDENVVAR ENVVAR(CLASSICUSERCONCEPT) VALUE('Y')
addlible SAPPRDIND
CRTR3SYS SID(PRD) GLOBALHOST(*LOCAL) NUCUC(*NO)
and retry sapinst.
Now I obtain a new error, I check the SAP note 1813238 - IBM i: Group profile assignment fails
but the error persist. The error is:
ERROR 2016-02-25 07:52:16.793 (sapius1/sapinst) id=ind-rel.ind-os.ind-db.assertionFailed errno=CJS-00030
Assertion failed: in
function (role, readAccountData) {
if (readAccountData === undefined) {
readAccountData = true;
}
NWUsers.trace("NWUsers.getAccountData(", role, ")");
this._initAccountData();
ASSERT(arguments.callee, this.haveAccountData(role), "role " + role + " is not created yet.");
var ad = this._readAccountDataFromKeydb(role);
if (readAccountData) {
ad = this._readAccountData(ad);
}
var masterpwd = this.getMasterPassword();
if (ad.password == "" && this._useMasterPasswordForAccountData(ad) && ad.type == "USER" && masterpwd !== undefined && role != NWUsers.roles.J2EEGuest && !ad.locked) {
ad.password = masterpwd;
}
NWUsers.trace("NWUsers.getAccountData(): ", dump_properties(ad));
return ad;
}
: role SIDGroup is not created yet.
I am confused, if it's possible for independent ASP?
Thanks,
Regards,
Osmany Martinez