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.