cancel
Showing results for 
Search instead for 
Did you mean: 

Uninstall error: FCO-00011 The step checkForExistingDatabase

Former Member
0 Kudos

Hello,

trying to uninstall a cluster installation of NW7.0 and getting the following error:

ERROR 2008-11-16 12:27:10.860
FCO-00011  The step checkForExistingDatabase with step key |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0|NW_uninstallDB|ind|ind|ind|ind|1|0|NW_OraDBCheck|ind|ind|ind|ind|2|0|checkForExistingDatabase was executed with status ERROR ( Last error reported by the step :Caught ESAPinstException in Modulecall: 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.locked) {
        ad.password = masterpwd;
    }
    NWUsers.trace("NWUsers.getAccountData(): ", dump_properties(ad));
    return ad;
}
role ORA_SID_DBA is not created yet..).

The group exists locally !

Please advice,

Dimitry

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Dimitri,

did you find a solution? I am running in (nearly9 exactly the same problem.

Rgds

Konrad