cancel
Showing results for 
Search instead for 
Did you mean: 

SecureStore files must be available on Unix. Check if the global directory

Former Member
0 Kudos

Hi All

I am doing the MCOD installation of JAVA ADDin in an existing ABAP instance.I have installed SCS and DATABASE part successfully but when I installed the Central instance,I am getting following error.Please help to get the resolution.

**********************************************************************************************************************

ABAP > Oracle > Central System > Central Instance Java Add-In ( Last error repor

ted by the step :Caught ESAPinstException in Modulecall: 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 mo

unted..). You may now </p> <ul> <li> choose <i>Retry</i> to repeat the current s

tep. </li> <li> choose <i>View Log</i> to get more information about the error.

</li> <li> stop the task and continue with it later. </li> </ul> <p> Log files a

re written to /usr/sap/ZDF/tmp/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRA

L/CI. </p> </body></html>

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Amit,

There is a similar thread which talks abt the same problem which is solved, check this

/thread/746756 [original link is broken]

And also there are smiliar threads which talks abt the same issue

let me know the status...

Surendra