cancel
Showing results for 
Search instead for 
Did you mean: 

Can't install a temporary license key because the system ID is unknown.

Former Member
0 Kudos

Hi ,

I'm doing a Java installation and getting the followijng error.

Could not get the hardware key.java.net.ConnectException: A remote host refused an attempted connect operation.

Could not get the hardware key.

java.net.ConnectException: A remote host refused an attempted connect operation.

at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:355)

at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:220)

at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:207)

at java.net.Socket.connect(Socket.java:479)

at java.net.Socket.connect(Socket.java:429)

at java.net.Socket.<init>(Socket.java:336)

at java.net.Socket.<init>(Socket.java:181)

at com.sap.engine.tools.offlinelikeyinst.KeySystemImpl.getDumpInfo(KeySystemImpl.java:191)

at com.sap.engine.tools.offlinelikeyinst.KeySystemImpl.getParams(KeySystemImpl.java:179)

at com.sap.engine.tools.offlinelikeyinst.KeySystemImpl.getSystemId(KeySystemImpl.java:158)

at com.sap.security.core.server.likey.Admin.<init>(Admin.java:540)

at com.sap.engine.tools.offlinelikeyinst.Installer.<init>(Installer.java:76)

at com.sap.engine.tools.offlinelikeyinst.InstallFirstTempLicense.start(InstallFirstTempLicense.java:91

at com.sap.engine.tools.offlinelikeyinst.InstallFirstTempLicense.main(InstallFirstTempLicense.java:59)

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

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

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

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

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

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

Could not get the System ID (SID).

Can't install a temporary license key because the system ID is unknown.

I have changed the keydb.xml and changed the profiles for scs port from 3901 to a different one and still getting the same error.Any advice or suggestions?

Accepted Solutions (0)

Answers (4)

Answers (4)

patelyogesh
Active Contributor
0 Kudos

Hello Venkat,

I had same issue and I login to instance you are installaing it must be up and available to login. Once you log in to system run TCode SLICENSE

Remove temporary license and continue installation. It should work. In my case it worked.

My system is distributed installation.

Cheers,

Yogesh

former_member227283
Active Contributor
0 Kudos

Hi,

Are you trying to install SAP on High-availability environment ???

Thanks

Anil

Former Member
0 Kudos

Yes, Anil. This is an HA BEX web installation( Java only)

former_member227283
Active Contributor
0 Kudos

Hi,

You ccompleted with CS and DB , now you are getting error while installing CI ?

Or you are getting error while installing CS ??

Thanks

Anil

Former Member
0 Kudos

At the stage of configuring UME is where I am getting the error. It already installed the CI and DB.

Former Member
0 Kudos

Hi,

What is the OS ?

Is firwall running on the system ?

It could be a TCP Port Conflict issue,

Also check if the Database is up and running...

Regards.

Rajesh Narkhede

Former Member
0 Kudos

HI,

Try couple of thing

1) DB is up or not

2) Port 39xx is free or not

Also you can Try to restart the installation after checking....I feels this is due to corrupted cache and something , may be waiting for other answer will help you.

Other wise re-installation you can try.

Regards,

Former Member
0 Kudos

As I mentioned previously I have changed the port both in Keydb.xml and profiles and restarted the DB as well. DB is up and running.

Former Member
0 Kudos

It is AIX 5.3 and as confirmed previously database is up and running.

Former Member
0 Kudos

Hi,

Just to make sure...

Have you added host entry in /etc/hosts file for your server..?

Check it and confirm..

Regards.

Rajesh Narkhede

Former Member
0 Kudos

Yes the host entry does exist in etc/hosts

Former Member
0 Kudos

Hi,

Can you post the result of below command.

As a <sid>adm:

# R3trans -d

Post the trans.log contents...

Regards.

Rajesh Narkhede