Symptom
- An error occurs While running Adapt Database for Java Target System step in Software Provivisioning Manager (SWPM) during a Dual-Stack Split,
- The error message is "role ORA_DBA is not created yet"
- You can find the error in the sapinst_dev.log
ERROR <date> <time>
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_DBA is not created yet.
ERROR <date> <time>
The step OraCreateOPSDUser with step key |dss_adapt_db|ind|ind|ind|ind|0|0|dss_adapt_java_schema|ind|ind|ind|ind|adaptSchema|0|dss_adaptJavaSchema_ORA|ind|ind|ind|ind|ora|0|OraCreateOPSDUser was executed with status ERROR
Read more...
Environment
- Unix-based Operating System
- Oracle database
- SAP Systems based on SAP NetWeaver 7.3 or higher
Product
SAP NetWeaver 7.3 ; SAP NetWeaver 7.4 ; SAP NetWeaver 7.5 ; SAP enhancement package 1 for SAP NetWeaver 7.3
Keywords
SAPinst, Installer, Install, Installation, NW, 7.3, 7.31, 7.4, 7.5, 710, 711, 720, 730, 731, 740, 750, AS, Java, ABAP, Backup, Splitting, Adapting, Keeping, Keep Database , KBA , BC-INS-DSS , Dual-Stack Split Tool , BC-DB-ORA , Oracle , BC-INS , Installation Tools (SAP Note 1669327) , BC-DB-ORA-SYS , Database Interface / DBMS , 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.
SAP Knowledge Base Article - Preview