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