Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

abap_trial NPL Not access after restart the system

sven_mader2
Active Contributor
0 Kudos

I have installed the SAP NW at linux in vmare. The server is running and I have access with sap gui – with on other virtual machine.

But if I restart the server, I dont have access via SAP GUI.

What is the problem?

uuidd service is running. And I started the database and the SAP server with “startsap all” two times.

What I have to do?

Is there a service is missing?

I can reach the ip and the hostname with “ping”.

What is different after the restart?

How can I check the database and the sap server is running? Where can I see problems?

10 REPLIES 10

FredericGirod
Active Contributor
0 Kudos

Could you check if the port is open ?

telnet host port (depend of the linux version & the software used)

or

netstat -apn (check the line with the port number) or netstat -apn ¦ grep port_number

sdingermann
Explorer
0 Kudos

To check if the Database is running use the following command:

R3trans -d

I ve had the same issue. startsap all didnt start the database, so I start the db manually.

Check if the license is valid:

https://blogs.sap.com/2017/09/22/renewing-the-license-for-sap-netweaver-as-abap-7.50-developer-editi...

sven_mader2
Active Contributor
0 Kudos

What ports we needed?

For example port 3200 is not there.

smr@vhcalnplci:/> sudo netstat -apn | grep 3200
unix 3 [ ] STREAM CONNECTED 23200 1492/master

sven_mader2
Active Contributor
0 Kudos

vhcalnplci:npladm 50> R3trans -d
This is R3trans version 6.26 (release 749 - 14.02.17 - 20:17:01).
unicode enabled version
2EETW152 Cannot open file "trans.log".
: Permission denied
R3trans finished (0012).

sven_mader2
Active Contributor
0 Kudos

>Check if the license is valid

that can I dont check, because I have no access to the SAPGUI. I cant start the transaction slicense.

You dont need a SAP GUI for that. You have to check this on the OS Level:

vim /sybase/NPL/SYSAM-2_0/licenses/SYBASE_ASE_TestDrive.lic

0 Kudos

vhcalnplci:npladm 13> cat SYBASE_ASE_TestDrive.lic
# ASE Enterprise Edition Trial License for SAP Business Applications
# will expire March 31st 2018
PACKAGE ASE_SAP SYBASE COMPONENTS="ASE_CORE ASE_JAVA ASE_ASM ASE_DIRS \
ASE_DTM ASE_ENCRYPTION ASE_HA ASE_PARTITIONS ASE_RLAC ASE_TSM \
ASE_IMDB ASE_RDDB ASE_COMPRESSION ASE_PRIVACY ASE_ALWAYS_ON \
ASE_WORKLOADANALYZER ASE_MEMSCALE" OPTIONS=SUITE SUPERSEDE \
ISSUED=08-mar-2016 SIGN2="04C0 0B8C A51B D597 D7F3 443F 4C25 \
4454 CBF5 FFC3 27F1 CB27 95E9 A9BF F9E0 1F56 B2D4 0AED 4577 \
86EA 605A 6067 AED7 D394 49DC F00E F4C1 3D91 F89D 3928"
INCREMENT ASE_SAP SYBASE 2018.0331 31-mar-2018 uncounted \
VENDOR_STRING=SORT=200;PE=EE;LT=AC HOSTID=OEM-ID=SAP \
PLATFORMS="amd64_re amd64_s" ISSUER="CO=Sybase, \
Inc.;V=15.0;AS=A;ME=2;MC=50;MP=0;CP=0" ISSUED=02-mar-2017 \
NOTICE="SAP, for use with SAP Business Applications." TS_OK \
SIGN2="139B 3160 F937 818E AFF6 E665 5730 63BB 5950 3668 8597 \
7ED7 48FA B556 FE09 1D47 3E62 72D7 1914 A1BF A187 34BC 0266 \
33C0 052B B841 D4B8 D89A 4FFE 2740"

sven_mader2
Active Contributor

the trial license expire march 2018.

=> so I think I cant restart the sap server

I reinstalled the SAP system NPL.

=> the last time I had restarted the system before installed a new license with transaction SLICENSE

=> Now I have a license for three month. but in the file SYBASE_ASE_TestDrive.lic I have again the message "will expire March 31st 2018".

I hope NPL is now working. And I can use it for some years. I have to reinstall the license with

https://go.support.sap.com/minisap/#/minisap every three months. Thats not comfortable, but ok.

Now its working. Thanks to all.

kaus19d
Active Contributor
0 Kudos

Hi Sven Mader,

I see a lot of answers from you, but you mentioned "its working", so is your problem solved? If yes, then you can go for closing the thread by selecting the Close option under Actions button of your initial post.

If the problem still exists, we would like to know about your SAPgui entry details? Did you try with using the IP address in the Application Server in the SAPgui entry. Please check the installation hostname IP address that you used during installation, probably after restart that is changing in case your IP is dynamic. In that case the new IP you have for your application server, that you might require to use in your SAPgui for login as you mentioned the SAP Application is running after restart but only you are not able to login via SAPgui

Thanks,

Kaushik

UweFetzer_se38
Active Contributor
0 Kudos

Hi Sven,

seems you've installed an older trial version (7.50?) where the ASE license already expired. You can download a new license in the Developer Trials and Download space (search for "ASE License")

The newer Trials (7.51 and above) shouls already contain a valid ASE license.