Technical Articles
SAP AS ABAP 7.52 SP04 (Trial) Dev Edition Issues and Lessons
If you’re struggling to install the SAP ABAP Dev trial the you might be running into the same issues I did.
Below you will find common issues and lessons I ran into when trying to install the SAP ABAP Trial (Dev Edition) of AS ABAP 7.52 SP01/ SP04.
I.e. issues after executing ./install.sh.
Hostname Issues:
If you’ve come across this error in your log file during the installation, then you’re not alone!
=>sapparam(1c): No Profile used.
=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
################################################
Abort execution because of
Step returns modlib.jslib.caughtException
################################################
I managed to fix this error by correcting the entries in my /etc/hosts and /etc/hostname files. As the guide says, you need to edit these two files so that they look exactly like below:
Linux command:
sudo nano /etc/hosts
sudo nano /etc/hosts
10.0.2.15 vhcalnplci vhcalnplci.dumm.nodomain vhcalnplci
However, the guide doesn’t seem to include the vhcalnplci after “.nodomain”. Once I included it that seemed to partly fix my issue.
Then the hostname file also needs to be as per below:
Linux command:
sudo nano /etc/hostname
hostname file
You can also achieve the same thing with this nice little Linux command:
sudo hostnamectl set-hostname vhcalnplci
Shared Folder not Visible | Unable to insert the virtual optical disk
It seems that this time around I needed to install the VirtualBox Guest Additions addon to be able to access the sf_s4installer folder on my host machine. When I first tried it gave me this error:
guest additions addon
error: Unable to insert the virtual optical disk C:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso into the machine 752 SP04.
To fix this I:
- Rebooted the virtual machine
- Clicked Devices → Optical Drives → Remove disk from virtual drive
- Then I tried Devices → Insert Guest addition CD image
This seemed to work because I was then presented with a pop up to continue the installation of the Guest addition addon.
OpenSUSE root password must be 8 characters or more
I don’t know why I chose a short root password to begin with(even though OpenSUSE warned me it was too short) but after fixing everything above and having the install still fail, this seemed to be the final fix I needed.
Unfortunately, I don’t have anything useful in the log file to show you but if you’ve tried everything (and you’re at your wits end) then the issue might be too short a Linux root user password.
Final Thoughts
After fixing all of the above I finally managed to get through the server installation and my new version is now up and running.
If you’ve found any other issues worth adding please comment below and I’ll add them to the list.
Thanks for reading!
Nice blog! Good to hear you were able to get it up and running.
I ran into some weird issue back in 2019 when I tried it (it was the older version 7.51 at the time), posted about it here. After spending several evenings on that, I just went with SAP CAL version and never tried a download again. (By the way, there are other options these days, e.g. using Docker and what's not, these were not available just a year ago.) Honestly, CAL is like "just take my money" meme 🙂 , I value my time too much to not use it.
Julie Plummer has many blogs on this subject.
Thank you ☺️
I know what you mean! I’m really keen to try out the Docker setup next or even try and squeeze it onto a Raspberry pi cluster!
I had been facing the issue and thought wouldn’t be able to overcome it but I’m glad that my issue is solved now
Glad you managed to fix the issue. May I ask which issue you ran into specifically?
Hi Axel,
Could you please share the issue?
It may be helpful to others. Also, I will probably include it in the SAP AS ABAP 7.5x Developer Edition FAQs document, which I am compiling.
Thanks Julie.
Hi Brandon,
THanks a lot for these issues.
I am currently compiling an FAQ document:
SAP AS ABAP 7.5x Developer Editions: FAQs
Would it be ok for me to include these issues, with your write-up? I will of course point people back to your post.
Thanks and best wishes,
Julie.
BTW, "OpenSUSE root password must be 8 or 9 characters." not "...or more."
This is covered in the official guides, as Jelena implied:
Hi Julie,
Absolutely, please go right ahead ?.
Thanks for the feedback! I see now that the password issue was mentioned in the guides.
I really don't know why they don't provide a working VM or docker image right from the beginning.