Hello All,
I'm facing a problem while installing ECC6. Ehp6. in oracle client install phase the below error is thrown.
<html> <head> </head> <body> <p> An error occurred while processing option <i>SAP Business Suite 7i 2011 > Enhancement Package 6 for SAP ERP 6.0 > SAP Application Server ABAP > Oracle > Central Sys
tem > Central System( Last error reported by the step: Assertion failed: in
function (src) {
ASSERT(arguments.callee, src, "src argument is mandatory");
OraCom.trace("OraCom._isClientLink (start): ", src);
var rc = false;
var fileMgt = new FileMgt();
var path = this.getOclDir().concat("instantclient");
if (path.isExisting() && path.getNodeType() == "LINK") {
var link = fileMgt.getNode(path.toStringOS()).getTargetName();
OraCom.trace("OraCom._isClientLink link: ", link);
rc = (link == src);
}
OraCom.trace("OraCom._isClientLink (done): ", rc);
return rc;
}
src argument is mandatory)</i>. You can now: </p> <ul> <li> Choose <i>Retry</i> to repeat the current step. </li> <li> Choose <i>Log Files</i> to get more information about the error. </li> <li> S
though oracle client is installed on the host which i can see, getting the error message.
I have tried updating the keydb.xml ERROR string as OK. However, i didn't help me.
quickly reply's are much appreciated. I have attached sapinst error message screen shot as well.
Tried changing oracle client permissions, re creating the soft link for orainstclient and verified ORACLE_HOME for both sidadm & orasid they looks fine for me.