This guide outlines how to install the SAP NW ABAB Developer Trial 7.51+ using Docker on a Windows 10 machine.
git clone https://github.com/brandoncaulfield/sap-nw-abap-trial-docker-windows
Downlaod the SAP NW ABAP Trial .rar files
Create a new folder in the local repo folder that you just cloned called sapdownloads
Copy the extracted rar files to the sapdownloads folder
Open Command Prompt or PowerShell and navigate to the local repo folder and run the docker build command:
docker build -t nwabap:7.52 .
wsl -d docker-desktop
sysctl -w vm.max_map_count=1000000
Check that the vm.max_map_count has actually changed by running this command:
sysctl vm.max_map_count
docker run -p 8000:8000 -p 44300:44300 -p 3300:3300 -p 3200:3200 -h vhcalnplci --name nwabap752 -it nwabap:7.52 /bin/bash
/usr/sbin/uuidd
./install.sh
su npladm
startsap ALL
Then try and access your sap system using the GUI which is included in the SAP rar downloaded files (just needs to be installed normally).
These steps were copied directly from Nabi Zamani's GitHub Repo.
Updating License
SLICENSE
Active Hardware Key
NPL - SAP NetWeaver 7.x (Sybase ASE)
Hardware Key
you copied from SLICENSE
NPL.txt
and go back to the SLICENSE
Installed License
from the tableInstall
below the tableNPL.txt
You can now logon to client 001
with any of the following users (all share the same password Down1oad
, typically you would work with DEVELOPER
):
Generating Test Data
Execute the following to generate some test data:
Suggestion: Activate the good old ping service
SICF
/sap/public/ping
(default_host)