
The following steps are taken from SAP Note 2444530 – How to import an AS Java license when NWA is not available. Before you start below activity, please have the license ready in your server.
Note: You can refer to How to Install SAP License on NetWeaver JAVA for using NWA steps.
Launch the command prompt and enter the following command to connect to the telnet administration.
telnet [SERVER] 5xx08
#SERVER = your server hostname
#xx = Instance number
#Example
telnet itsiti 50108
Enter the administrator user and password.
***********************************************
**********************************************
****###*******####*****#######**************
**##***##****##**##****##****##************
***##*******##****##***##****##**********
*****##*****########***######***********
******##****##****##***##*************
**##***##**##******##**##************
****###****##******##**##**********
**********************************
********************************
Telnet Administration
SAP Java EE Application Server v7.50
User name: administrator
Password:
Welcome to server node 123456.
>
Type in jump 0 to enter the cluster 0.
> jump 0
You're already on cluster element 123456.
Now, perform below command to install the license.
> add licensing
> INSTALL_LICENSE -file [PATH-TO-LICENSE]
#Example
> INSTALL_LICENSE -file E:/usr/sap/lesen.txt
Verify the installed license.
>LIST_LICENSES
All Installed Licenses:
1. License Information:
System: DEC
Hardware Key: B01234567
SW Product: J2EE-Engine_MSS
SW Product Limit: Unlimited
Begin Date: 03/Apr/1985
Expiration Date: 31/Dec/9999 (12345600000)
License Type: Permanent
Installation Number: 00123456
System number: 000000000123456
Validity: valid
Reference
- 2444530 – How to import an AS Java license when NWA is not available
- 2523388 – Can command saplikey be used to install license in pure Java system?
- 3081575 – How to create and install SAP JAVA/J2EE license keys – SAP ONE Support Launchpad
- 2003564 – License installation using Telnet for AS Java


