Hello Team,
I am doing my SAP NW BI 7.01 system copy from one DC to another DC, with SID change.
For the below error, i have copied those encripted files from source system to target system, but it again error as we are installing with new SID.
Location: /sapmnt/<SID>/global/security/data/*
ERROR 2015-06-17 21:01:47.959 [CSiStepExecute.cpp:1187]
FCO-00011 The step askSecStoreFiles with step key |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_CI_Instance|ind|ind|ind|ind|ci|0|askSecStoreFiles was executed with status ERROR ( Last error reported by the step: Assertion failed: in
function () {
if (!NWInstall.getSystem(context.get("sid")).isSecStoreAvailable()) {
ASSERT(arguments.callee, !installer.onUnix(), "SecureStore files must be available on Unix. Check if the global directory is mounted.");
context.makeChangeable("secStoreSrcDir");
var client = new ClientMapping();
client.mapContextParameter("secStoreSrcDir", "'secStoreSrcDir'");
installer.setKdbClient(client.getMapping());
gui.invokeDialog({sid:"d_nw_ask_secstore_files"});
} else {
context.makeUnchangeable("secStoreSrcDir");
}
}
SecureStore files must be available on Unix. Check if the global directory is mounted.).
Please help me ASAP.
Thank you,
Mohan Karamala.