cancel
Showing results for 
Search instead for 
Did you mean: 

role ORA_SID is not created yet

Former Member
0 Kudos

Hello,

I am performing a installation of NW PI 7.3 (ABAP+Java) with oracle 11.2 as the DB. the OS is Suse linux x86_64. I am facing this error in the initial stages. I am getting this error once after I select next in the screen where oracle listener related details are shown

the error is as shown below.

INFO 2012-01-12 12:38:55.9
Execute step setLocalDefaultContextParameter of component |NW_Doublestack_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_CreateDB|ind|ind|ind|ind|createdb|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|std|0|NW_OraDbBuild|ind|ind|ind|ind|5|0

ERROR 2012-01-12 12:38:55.383
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 ORA_SID is not created yet.

ERROR 2012-01-12 12:38:55.384
MUT-03025  Caught ESAPinstException in module call: .

1002  Last successfully executed installation step: NW_OraNetworkDia -> CommonNetworkParameterSrv @ 12:38:54 
1029 FCO-00011 An error occurred at step:
ERROR 2012-01-12 12:38:55.434 [sixxcstepexecute.cpp:937] 
FCO-00011 The step setLocalDefaultContextParameter with step key NW_OraDbBuild -> setLocalDefaultContextParameter was executed with status ERROR

I have already check the SAP note 1527078 and control.xml file is maintained as per suggested in the note.

kindly let me know how can i resolve the issue

Thanks!

Regards,

Chandru

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thread moved to the linux forum

marksmyth
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

Installation issues are not covered on this forum. This is for PI technical issues only. We will forward this thread to the [SAP on Linux|; forum. You should get a better response on that forum.

Regards

Moderator