Symptom
You got the error "role ORA_SID is not created yet" in sapinst.log:
ERROR 2022-06-15 13:02:52.380 (root/sapinst) id=controller.stepExecuted errno=FCO-00011
The step addNeededOSGroupsOra12Unix with step key |NW_ABAP_DB_ORA_EXADATA|ind|ind|ind|ind|0|0|NW_OraAccounts|ind|ind|ind|ind|account|0|addNeededOSGroupsOra12Unix was executed with status ERROR (Last error reported by the step: 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 ORA_SID is not created yet).
Read more...
Environment
SAP on Oracle
Product
Keywords
role ORA_SID is not created yet,addNeededOSGroupsOra12Unix , KBA , BC-DB-ORA-INS , Installation SAP System , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.