cancel
Showing results for 
Search instead for 
Did you mean: 

Encryption Key Creation Problem

Former Member
0 Kudos

Hello,

during the installation of the SAP User Management Engine 4.O (post processing) I get the following error:

The execution of the Encryption Key Creation Step terminated with errors. The returncode was 1 (java.io.FileNotFoundException:
81-188-70-76\SAPPRT\EP62\global\config\.keyfile (The network path was not found)). See C:\Program Files\sapinst/createEncrKey.log for details.

In the log file (createEncrKey.log):

Klasse des generierten Keys ist iaik.security.cipher.SecretKey

java.io.FileNotFoundException:
81-188-70-76\SAPPRT\EP62\global\config\.keyfile (The network path was not found)

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

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

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

at com.sapportals.utilities.base.services.insu.getOrCreateKey(insu.java:135)

at com.sapportals.utilities.base.services.insu.main(insu.java:51)

Exception in thread "main"

Any idea?

Thanks in advance

Fabian

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Did you get past this problem?

Former Member
0 Kudos

Seems to me like you are installing from a network disk.

Try to copy the installation files before you run the installation.

Btw. does the file
81-188-70-76\SAPPRT\EP62\global\config\.keyfile exist ?

(ps I haven't actually done such an installation my self, I am only talking from experience on similar installations)

Former Member
0 Kudos

No, I'm not installing from a network disk. All the installation files are on a E:\ drive and I try to do the installation on the C:\ drive. Indeed the path exists (SAPPRT stands for usr\sap shared folder) but there is nothing in the 'config' directory! Sometimes (because I made several tries) it replaces the
81-188-70-76\ with the name of my computer.

Another thing is that I do the installation with the 'NT administrator' user. But I don't think it could be a problem?!

Fabian