cancel
Showing results for 
Search instead for 
Did you mean: 

SOLMAN 7.2 Install error Role ORA_HOME_DBA not create yet

troy_sorbet
Participant
0 Kudos

I am attempting a solution manager installation on Win X64 oracle 121 and am getting the above error. The installation is being run using the stack file paramenter. If I remove the call to the stack file I do not get the error. I would like to use the stack file as it will incorporate SP4 into the process. This is SWPM 1.0 patch 19 Windows server 2012

Thank You

Troy

Error text

An error occurred while processing option SAP Solution Manager 7.2 Support Release 1 > SAP Solution Manager 7.2 ABAP Support Release 1 > Oracle > SAP Systems > Application Server ABAP > Standard System > Standard System( 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_HOME_DBA is not created yet.). You can now: Choose Retry

Accepted Solutions (1)

Accepted Solutions (1)

troy_sorbet
Participant
0 Kudos

For anyone else who might run across this issue, this was my solution. I went in and delete all references to sapinst from the c: drive. Of course this only works in cases where you don't care if you have the logs from previous attempts.

Good Luck

Troy

Answers (0)