This time I will show you how to fix the issue with your SAP ABAP Developer instance which don’t want to start. This article is about license issue, which has expired 1.04.2021. In this case command startsap ALL, will stuck on:
1 2 3 4 |
Database is not available via R3trans ------------------------------------------- starting database NPL ... Log file: /sybase/NPL/startdb.log |
- We have to download a new license file from https://developers.sap.com/trials-downloads.html?search=ABAP under the section SAP NetWeaver AS ABAP Developer Edition 7.52 SP04

2. Now we have to login into the system via Terminal on npladm user, type su -l npladm

3. No we have to backup old license file
1 |
sudo cp /sybase/NPL/SYSAM-2_0/licenses/SYBASE_ASE_TestDrive.lic /sybase/NPL/SYSAM-2_0/licenses/SYBASE_ASE_TestDrive.lic.bak |

4. Now lets copy content of SYBASE_ASE_TestDrive.lic from downloaded file and paste this into the file on the system
1 |
sudo nano /sybase/NPL/SYSAM-2_0/licenses/SYBASE_ASE_TestDrive.lic |

5. Now your server should be able to start your server again without any issues
