Hi all,
I perform a system copy NW04S SP11 from database Oracle 10g on Solaris.
SAP NetWeaver 2004s Support Release 2  Additional Software Life-Cycle Task  System Copy 
Oracle  Target System  High-Availability System  Based on AS Java  Central Instance
I get an error in the step in sapinst called "Enter the central instance number".
The log file says
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 d
irectory 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.
Does anyone have an idea how to solve this problem?
Thanks,
Önder Kavuk