cancel
Showing results for 
Search instead for 
Did you mean: 

Java Import Issue SecureStore files must be available on Unix.

Former Member
0 Kudos

Hi,

We are in a process of importing Java(for which we have taken Java Export from source system) on an existing ABAP system using distributed installation in which we have installed SCS and after wards we have started CI installtion in which we have below isseu

I have all the forums available but no use..could you please help us in resolving the issue

We have got the error after giving ABAP Schema, below is the error

ERROR 2011-03-03 23:46:57 [iaxxinscbk.cpp:282]

abortInstallation

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-03-03 23:46:57

CJSlibModule::writeError_impl()

MUT-03025 Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.

ERROR 2011-03-03 23:46:57

FCO-00011 The step askSecStoreFiles with step key |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_CI_Instance|ind|ind|ind|ind|11|0|askSecStoreFiles was executed with status ERROR .

we haev checked and see that there are no secure files cretaed under /sapmnt/SID/global/security/data directory

Appreciate you quick response

Thanks,

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ravi,

Did you check [this|/thread/746756 [original link is broken]; thread?

Kind regards,

Mark

Answers (1)

Answers (1)

Former Member
0 Kudos

issue resolved