Dear friends
we have an requiremen on SAP NETWEAVER portal environement, we have to take a java system copy of our produciton portal.
our source portal landscape details as follows:
CI: Host A
DB : Host B
Target portal landscape:
CI & DB on same host.
EXPORT:
i have taken the distributed system copy of HOST A CI , and taken full DB backup , refreshed the same backup on our new target DB.
and export of host A is showing very low size . i mean in MB's
IMPORT:
while i started the import, i have installed the central services intances (SCS..) it went succesfully.
restored th DB backup on our new DB.
when i started the CI installation it got strucked with following errors.
pls assist me.
*INFO 2011-02-18 15:37:57
Execute step askSecStoreFiles of component |NW_Java_CI|ind|ind|ind|ind|0|0|NW_CI_Instance|ind|ind|ind|ind|11|0.
ERROR 2011-02-18 15:37:58
CJS-00030 Assertion failed: in
function NW_CI_Instance_ind_ind_ind_ind_DialogPhase_askSecStoreFiles() {
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.
ERROR 2011-02-18 15:37:58
MUT-03025 Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
ERROR 2011-02-18 15:37:58
FCO-00011 The step askSecStoreFiles with step key |NW_Java_CI|ind|ind|ind|ind|0|0|NW_CI_Instance|ind|ind|ind|ind|11|0|askSecStoreFiles was executed with status ERROR *