cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with temporray license for MaxDB

Former Member
0 Kudos

Hi

I am installing the SAP netweaver on AIX box.

The env is as follows:

  1. uname -a

AIX ctsaix02 3 5 005438AD4C00

Database : MAXDB

I am getting the following error on step 20 of 23

Step 20 is "Install temporay lincense"

INFO 2006-12-28 07:19:58

CJSlibModule::writeInfo_impl()

Output of /usr/java14_64/bin/java -classpath ./sharedlib/launcher.jar:. com.sap.engine.offline.OfflineToolStart com.sap.engine.tools.offlinelikeyinst.InstallFirstTempLicense ./lib:./sharedlib /tmp/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/DEFAULT/InstallFirstTempLicense.properties is written to the logfile /tmp/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/DEFAULT/installLicense.log.

WARNING 2006-12-28 07:20:06

CJSlibModule::writeWarning_impl()

Execution of the command "/usr/java14_64/bin/java -classpath ./sharedlib/launcher.jar:. com.sap.engine.offline.OfflineToolStart com.

sap.engine.tools.offlinelikeyinst.InstallFirstTempLicense ./lib:./sharedlib /tmp/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/DEFAULT/In

stallFirstTempLicense.properties" finished with return code 13. Output:

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

at java.net.PlainSocketImpl.socketConnect(Native Method)

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

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

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

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

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

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

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

at com.sap.engine.tools.offlinelikeyinst.KeySystemImpl.getHwId(KeySystemImpl.java:109)

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

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

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:85)

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

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 hardware key.

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

at java.net.PlainSocketImpl.socketConnect(Native Method)

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

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

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

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

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

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

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

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:65)

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:85)

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

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try to install the sap license manually using <SID>adm user

SIDadm> saplicense -get (to get the Hardware key)

then install the Temp license

SIDadm>saplicense -temp

and then continue with the installation.

Even you can install a permenant license here

Best Regards,

Sachin.

Former Member
0 Kudos

Hi SAchin,

I have never installed the sap license before.

Can you please tell me form where can i get the "saplicense" command.

Also it gives a

"java.net.ConnectException: " for temporary license.

Which host does it try to connect and which port.

Regards

Manoj

Former Member
0 Kudos

Hi

When i did a retry it went ahead.

i got the following error when startinmg the J2EE

Trying to start database ...

-


Thu Dec 28 22:53:03 PAKST 2006

Checking required environment variables

SAPSYSTEMNAME is >J2E<

Start database with xuserkey >c_J2EE<

-


Thu Dec 28 22:53:03 PAKST 2006

Connect to the database to check the database state

dbmcli: connect check finished with return code: 0

Database not available

-


Thu Dec 28 22:53:03 PAKST 2006

Starting XServer

12916 XSERVER Found other running x_server with version 'X64/AIX 7.5.0 Build 032-123-111-699'

12902 XSERVER started, 'already...'

-


Thu Dec 28 22:53:05 PAKST 2006

Starting database

Starting Database Instance...

Error! XUser not found!

Opening Database...

Error! XUser not found!

-


Thu Dec 28 22:53:05 PAKST 2006

Connect to the database to verify the database is now open

dbmcli check finished with return code: 0

Database start failed

REgards

Manoj

former_member185954
Active Contributor
0 Kudos

Hi Manoj,

Is the SAPSYSTEMNAME correct ? is it J2E, have you set the SAP profiles correctly ?

Regards,

Siddhesh