cancel
Showing results for 
Search instead for 
Did you mean: 

Checking SecureStore files ERROR

Former Member
0 Kudos

Hi every one ,

I am installing <b>Java Add-In for an already existing ABAP</b>. The installation was aborted because of this error:

function InstallationScript_135_script() {

ASSERT(arguments.callee, !installer.onUnix() && NWInstall.getSystem(context.get("sid")).isSecStoreAvailable(), "SecureStore files must be available on Unix. Check if the global directory is mounted.");

var client = new ClientMapping();

client.mapContextParameter("secStoreSrcDir", "'secStoreSrcDir'");

installer.setKdbClient(client.getMapping());

gui.invokeDialog({sid:"d_nw_ask_secstore_files"});

}

<b>SecureStore files must be available on Unix. Check if the global directory is mounted.

</b>

What is strange here is that i am installing on MS Windows server 2003.

Would you help us with this issue. It is urgent.

Thank you for your understanding.

---Kaddour

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If your CI and DB are on different physical servers, make sure that you copy the all the files from /sapmnt/<sid>/global/security/data on the DB side to /sapmnt/<sid>/global/security/data on the ci side. This resolved our problem. thanks

Message was edited by:

Rahul Kabra

Former Member
0 Kudos

Hi Rahul,

Greetings!

I'm currently having the same problem. The big problem is i only have one server,the CI and DB both resides on the same server. I'm doing an installation on PA_RISC and with a Unix platform. I have the directory on my server.

INFO 2007-05-29 14:58:09

Copied file '/sapcd/products/ECC60/51031797-NW_2004s_SR1_SAP_Installation_Master

/IM_HPUX_PARISC/COMMON/INSTALL/ORA/ORADBPAR.XML' to 'ORADBPAR.XML'.

INFO 2007-05-29 14:58:14

Execute step setDefaults of component |NW_Addin_CI|ind|ind|ind|ind|0|0|NW_CI_Ins

tance|ind|ind|ind|ind|8|0.

INFO 2007-05-29 14:58:15

Execute step askCI of component |NW_Addin_CI|ind|ind|ind|ind|0|0|NW_CI_Instance|

ind|ind|ind|ind|8|0.

INFO 2007-05-29 14:58:15

Execute step askSecStoreFiles of component |NW_Addin_CI|ind|ind|ind|ind|0|0|NW_C

I_Instance|ind|ind|ind|ind|8|0.

ERROR 2007-05-29 14:58:20

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 mo

unted.

ERROR 2007-05-29 14:58:20

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

undefined.

ERROR 2007-05-29 14:58:20

FCO-00011 The step askSecStoreFiles with step key |NW_Addin_CI|ind|ind|ind|ind|

0|0|NW_CI_Instance|ind|ind|ind|ind|8|0|askSecStoreFiles was executed with status

ERROR .

I hope you could please help me with this.

Thanks,

William

Answers (1)

Answers (1)

Former Member
0 Kudos

I face the same trouble with an MCOD Java installation of NW 7.0. did you find a solution ?

Thanks for your help

David.