cancel
Showing results for 
Search instead for 
Did you mean: 

Error when installing Solution Manager

Former Member
0 Kudos

I'm tring to install Solutionmanger 7 SR2 on a windows 2003 32bit Server. and facing this issue. I have US_export_policy.jar and local_policy.jar are installed properly. But still getting following issue...

SAP Secure Store in the File System - Copyright (c) 2003 SAP AG

com.sap.security.core.server.secstorefs.FileIOException: I/O error on file "
SOLMANSTM/sapmnt/STM/SYS/global/security/data/SecStore.key".

at com.sap.security.core.server.secstorefs.KeyHandler.writeKeyIntoFile(KeyHandler.java:618)

at com.sap.security.core.server.secstorefs.KeyHandler.setNewKeyInFile(KeyHandler.java:666)

at com.sap.security.core.server.secstorefs.Crypt.setNewKeyInFile(Crypt.java:502)

at com.sap.security.core.server.secstorefs.SecStoreFS.createStoreWithEncryption(SecStoreFS.java:1739)

at com.sap.security.core.server.secstorefs.SecStoreFS.handleCreate(SecStoreFS.java:842)

at com.sap.security.core.server.secstorefs.SecStoreFS.main(SecStoreFS.java:1274)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)

Caused by: java.io.FileNotFoundException:
SOLMANSTM\sapmnt\STM\SYS\global\security\data\SecStore.key (The specified network name is no longer available)

at java.io.FileOutputStream.open(Native Method)

at java.io.FileOutputStream.<init>(FileOutputStream.java:179)

at java.io.FileOutputStream.<init>(FileOutputStream.java:131)

at com.sap.security.core.server.secstorefs.KeyHandler.writeKeyIntoFile(KeyHandler.java:611)

... 10 more

Please help.

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

> Caused by: java.io.FileNotFoundException:
SOLMANSTM\sapmnt\STM\SYS\global\security\data\SecStore.key (The specified network name is no longer available)

It sems that this share is no more available/accessible for user SAPService<SID>.

Can you access that using

dir \\SOLMANSTM\sapmnt\STM\SYS\global\security\data\SecStore.key

in a cmd.exe?

Markus

Former Member
0 Kudos

Yes, you are absolutely correct, even though this is a local path, it was not accesible by the installer or through a cmd.exe. So once I up the Computer Brower Service, it was accessible through a cmd. And installer did too.

Problem solved. Thanx.

Thank you every one

-Thanura

Edited by: thanuras on Jun 17, 2009 12:57 PM

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Check this [Link|http://www.sapfans.com/forums/viewtopic.php?f=20&t=259305] may help you

Regards

Uday