Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
julieplummer20
Product and Topic Expert
Product and Topic Expert
41,632

Update: Error: minisap ("SAP License Keys for Preview, Evaluation and Developer Versions)

Dear all,

As some of you have already noticed, you can no longer access "minisap": The website asks for a user and password:

julieplummer20_0-1722506424131.png

The problem is currently being analyzed.

One of us will let you know as soon as it works again.

We apologize for the inconvenience.

Update 1: 16th May, 2024: File upload vulnerability - Workaround

Symptom

An unauthenticated attacker can upload a malicious file to the server which when accessed by a victim can allow the attacker to access, modify or make unavailable user's information and system.

Reason

The Content Repository "FILESYSTEM" and "SOMU_DB" are configured with "No Signature" checked.

Workaround

To ensure that a secure default configuration is implemented, correct your system as follows

If you have the relevant access, you can refer to SAP Note 3448171 for more details.

Note that this workaround is a temporary fix and is not a permanent solution. SAP strongly recommends you apply the corrections outlined in the security note, which can be done in lieu of the workaround or after the workaround is implemented:

  1. Execute Transaction 'OAC0'
  2. Open the content repository 'FILESYSTEM' for all releases. 
  3. Change the Version Number to '0047' (Content Server Version 4.7)
  4. Uncheck the checkbox "No Signature" 
  5. Save the settings.
  6. Execute Transaction 'OAC0'
  7. Open the content repository 'SOMU_DB' in case of release 7.50 or higher.
  8. Change the Version Number to '0047' (Content Server Version 4.7)
  9. Uncheck the checkbox "No Signature"
  10. Save the settings.

 

Update 2: 16th May, 2024: version 1909 will be withdrawn!

On Thursday, 16th May, we will have to withdraw the ABAP Cloud Developer Trial, 1909 from Docker.

If you need this version for any reason, please make sure you have downloaded it in good time.

Otherwise, we recommend the version below:

Now Available:

ABAP Cloud Developer Trial 2022 is now available on Docker:

https://hub.docker.com/r/sapse/abap-cloud-developer-trial/tags -> 2022

ABAP Cloud Developer Trial is a free, downloadable ABAP Platform on SAP HANA 2.0 for trying out the ABAP language and toolset. It is extensively pre-configured with SAP Fiori launchpad, SAP Cloud Connector, pre-configured backend /frontend connections, roles, and sample applications.

This solution is intended for two groups of developers:

  • Non-ABAP developers, who are interested in learning more about the ABAP language and development tools
  • ABAP developers, who are interested in learning about new features (see below for some examples)

Note: This is the new name for ABAP Platform Trial. The name change is to highlight that you can now develop in the new ABAP Language Version, ABAP for Cloud Development. For more information, see the Highlights below. By the way, if you are interested in our overall release strategy for the Trial, see Karl Kessler’s announcement blog post from 2023: Now available: ABAP Platform Trial

julieplummer20_0-1707312743960.png

IMPORTANT:

All: Before you pull the image, make sure:

  • You understand the principles of docker container technology
  • You know the entities docker image / docker container and their relationship
  • You know the basic commands to work with images and containers

Mac Users: Previously, ABAP Platform Trial ran on both Intel and M-series processors. Since then, Apple has upgraded its iOS. Thus, on the newest MacOS version, you can no longer run ABAP Cloud Developer Trial on Docker Desktop for MacBooks with an M-seríes processor. This is not a SAP-specific issue. So for now, you have two options:

  • Run Docker Desktop with a MacBook that has an Intel processor.
  • Use the UTM app to emulate an AMD64 Linux distro via Apple QEMU.

Many many thanks to Community member @dylan-drummond for researching this. Dylan has written an exhaustive guide to this: 

M-series Apple Chip MacBooks and Abap Platform Trial containers using Docker and Podman 

This is Community content, so consume at your own risk; however, this could be very helpful to many Mac users.

ABAP License

The ABAP license supplied with the Docker image lasts only three months. Therefore, you should download and import the demo license as follows:

  1. Logon to your ABAP system with the user SAP*, client 000, same password as for DEVELOPER (DEVELOPER , client 001, is locked).
  2. Start transaction SLICENSE; copy the hardware key.
  3. Get the license from minisap , choosing the system A4H.
  4. Back in your ABAP System, start SLICENSE again, then choose Install.
  5. Log off, then log on with the user DEVELOPER, client 001.
  6. The old ("INITIAL") license(s) should be deleted automatically. If not, start SLICENSE again; remove the old invalid licenses. (sap* is not allowed to delete licenses).

Update, 23rd April, 2024: 2022 as a Cloud Appliance (CAL)

Dear all, As an alternative to the Docker download, we have also released the same version of the Trial, under the name SAP ABAP Platform 2022, Developer Edition:

https://cal.sap.com/catalog#/applianceTemplates/c12a3b3d-99b0-4b44-a0c7-6509fe279a3d 

Enjoy!

Highlights of the 2022 Edition

ABAP Cloud Development: Developer Extensibility Scenario

julieplummer20_0-1713188198928.png  

ABAP Cloud map

ABAP Cloud is the ABAP development model you need to build cloud-ready business apps, services, and extensions. Including it in the ABAP Cloud Developer Trial means that you can get a feel for the concepts pertaining to ABAP Cloud Development and to a clean core when extending SAP S/4HANA. This scenario lets you build extensions directly on the SAP S/4HANA stack - tightly coupled, cloud-ready, and upgrade-stable. Of course, we don't offer the strictly business content from SAP S/4HANA. However, we do offer all the language elements - RAP cloud-optimized language, and released APIs and extension points. 

Important: You are thereby restricted to  cloud-optimized ABAP language. That is, if you are used to developing in Classic ABAP on-premise, and want to try out Cloud development, you must comply with ABAP Cloud Development rules, such as:

  • Use public SAP APIs (local or remote) released by SAP to access SAP functionality and SAP data
  • Use public SAP extension points released by SAP to extend SAP objects. Modifications to SAP objects are not supported. (This includes SFLIGHT, for example.)
  • Use ADT (ABAP Development Tools) as your ABAP IDE
  • Use RAP (ABAP RESTful Application Programming Model) to build Fiori apps and services. SAP technologies like Dynpro or Web Dynpro are not released for ABAP cloud development
  • The software components ZLOCAL and ZCUSTOM_DEVELOPMENT can only be used for ABAP Cloud development - that is, compliant with these rules

More information:

ABAP RESTful Application Programming Model (RAP) - 2022

julieplummer20_2-1707312818813.png

Offers you an efficient way to build enterprise-ready, SAP HANA-optimized, OData-based Fiori UI services and Web APIs in the cloud as well as on-premise.

New features in 2022 include:

  • Custom business objects
  • Event Consumption and Exposure
  • RAP Generator
  • RAP business object Test Double Framework (TDF)

To make it easier for you to get started, we have also added:

More information: 

 

Git-Enabled Change and Transport System (gCTS)

Snag_c56468.png

gCTS = CTS + git

A new way of transporting objects, gCTS enables you to use Git to store your ABAP development objects. gCTS makes use of special Git features, such as working on local copies of a central remote Git repository. Software development takes place in the usual editors like ABAP Development Tools (ADT). Changes to objects are still recorded in transport requests. Current states of objects can be pushed to remote Git repositories, either by releasing a transport request or while you’re working.
For the official documentation overview, see: 

Git-Enabled Change and Transport System (BC-CTS-GIT) | SAP Help Portal

The official documentation for configuration is in two parts:

  1. Configuring Git-Enabled Change and Transport System
    Here, we have preconfigured the first two parts, so you only have to complete parts 3-5:  
     julieplummer20_0-1714132333934.png
  2. Configuring Git Repositories

Some certificates are already available. If you would like to connect to your own GitHub server or to a provider other than github.com, you have to add the appropriate certificates to the ABAP system in transaction STRUST. The configuration has been done for the default user ‘DEVELOPER’.

To get started with gCTS, simply open the gCTS app in the SAP Fiori Launchpad (FLP).

If you are a SAP customer, partner, or employee, the following SAP Note provides additional information: SAP Note: 2821718 . However, the essential configuration has already been done for everyone.

abapGit

julieplummer20_1-1711536855908.png

Yes, abapGit is available out of the box.
Documentation is here: abapGit Documentation
If you are not yet familiar with abapGit, this post by graham.robinson is a great introduction, with how-to videos:
abapGit So Easy

Custom Code Migration with the ABAP Test Cockpit (ATC)

We've pre-configured ABAP Platform Trial to run as a central check system for checking your custom code prior to migration - particularly useful for:

  • SAP S/4HANA Readiness Checks
  • SAP Cloud Readiness Check

You can test this out of the box locally in SAP ADT, then configure the rest of your landscape to work with it.
For more general information on ATC, see these two excellent blogs, by Olga Dolinskaja:

SAP Cloud Connector

julieplummer20_0-1707312915858.png

SAP Cloud Connector provides a link between SAP Business Technology Platform (BTP) applications and on-premise systems. It runs as on-premise agent in a secured network; acts as a reverse invoke proxy between the on-premise network and SAP BTP; and lets you use existing on-premise assets without exposing the entire internal landscape.


If you are interested in connecting your ABAP Platform Trial with a licensed version of SAP BTP, ABAP Environment (i.e.“Steampunk”), I have written a tutorial mission on this: Connect Your On-Premise System with SAP BTP, ABAP Environment

For more information, see:

 

Other Highlights of ABAP Platform 2022: Overview

Blog post: ABAP Platform for SAP S/4HANA 2022, from November 2022, by Olga Dolinskaja, including the Overview Presentation

Guides, Tutorials, FAQ, Troubleshooting

If you’re not sure where to start with your new system, we have written several tutorials:

SAP Tutorial Navigator: ABAP On-Premise Tutorials.

I have started putting together FAQs specifically for ABAP Platform Trial / ABAP Cloud Developer Trial on Docker. If you would like to contribute to this, please let me know:

ABAP Trial Platform on Docker: Tips and Tricks

The old FAQs  also contains some non-release-specific info on Cookbook-style projects, by SAP Community members: I will 

FAQ and Troubleshooting for SAP AS ABAP 7.5x

Troubleshooting: One last thing: Now that comments are no longer threaded, it is almost impossible to keep track of / answer your troubleshooting / error questions. Please please create a new question in the SAP Community - ABAP Development forum (which uses the User Tag "abap_trial"). I will try to monitor these questions, but other experienced ABAP users / mentors will also see them.

Issue: Docker container works only for a few hours: "

Since I cannot currently edit the FAQ, I am repeating the following from Attila

"I disabled the Resource Saver in Docker Desktop, and it fixed the connection issue happening after few ours of my Win11 computer is idle / locked.

julieplummer20_0-1716967341205.png

 

According to the Docker documentation the Resource Saver setting should not suspend tcp connections or similar. Do not understand why, but looks like it works."

 

98 Comments
kyo_choi2
Participant

@julieplummer20 Thanks for the response.  This issue seems to be intermittent.  Today I tried it after about 6 hours of no use and the SAP GUI worked without any issue.  And before this, with the command, docker restart a4h, SAP GUI worked without rebooting the PC.  In any case, all the ports shown open and working.  This issue could be related to personal PC environment.   

 

Attila
Active Participant

Hi @Jorge_Cervantes ,
already on private network, but the 1909 version works with no issues with the current config. I have the problem with the 2022 version only. 
I tried several things yesterday and continue investigating.
Thanks, Attila

jrumpl
Discoverer

@Attila I have the same issue. After a successfull installation of the 2022 version on Docker it works for a while, and then after a couple of hours or the next day it stops working and I get the 'Connection to partner 127..... broken". So after tryin a few things in vain, I deleted the container, installed it again, it worked again, and now on the next day I get the same error again and can no longer open my Docker instance in SAP GUI. I'm not doing anything differently compared to installing and running the 1909 version and never had this issue before.

Anybody found a solution yet? So far the 2022 version is unusable.

Fl0r1n
Explorer

@Attila Let us state it this way: maybe unusable with your network settings or other setup you are using at the moment. I installed it on a debian12 PC like a week ago and is still running smoothly.

I just made sure that the host PC always has the same IP address and doesn't get a new one on each restart for example.

albanleong
Contributor

I've been seeing these comments about this version being unstable and I just wanted to share that I have been consistently running it on my machine for over 3-4 days at a time and I've yet had an issue where I can't connect to the instance. I do notice from the chart below that memory usage does increase slightly over time. I am running Windows 11 and I have a 64GB memory machine.
*The "blip" in the chart below is when I restarted the container due to a Docker update to v4.30.
albanleong_1-1715774514504.png

matmir
Explorer

Hi @julieplummer20 ,

Still no luck

  1. I tried exposing the port like this: 127.0.0.1:3200 vhcala4hci
  2. Also tried those two possibilities in SAPLogon, with "127.0.0.1" NOT "localhost", and none worked.

 

pokrakam
Active Contributor

Hi @julieplummer20 , 

First off, thanks for the new version, much appreciated. 

There was talk of providing an updated SAP GUI to go with 2022, is this still in the works? I'm having several issues with the frontend.

As an aside, I don't have any of the login issues as discussed here. I run it on a NAS with static IPs for both the NAS and the container, and it runs happily for days on end.

Thanks & regards,
Mike

kyo_choi2
Participant

Last night, my Windows update rebooted my PC and I had same issue again.  But following is what I noticed.

When restarting the container use, 

1. docker stop -t 7200 a4h

2. docker restart a4h

 

When running for the first time,

docker run --stop-timeout 3600 -i --name a4h -h vhcala4hci -p 3200:3200 -p 3300:3300 -p 8443:8443 -p 30213:30213 -p 50000:50000 -p 50001:50001 sapse/abap-cloud-developer-trial:ABAPTRIAL_2022 -agree-to-sap-license -skip-limits-check

 

These are commands that worked for me.  Please let me know if any of you have different scenarios.

 

Attila
Active Participant

Hi @kyo_choi2 @jrumpl ,

I disabled the Resource Saver in Docker Desktop, and it fixed the connection issue happening after few ours of my Win11 computer is idle / locked.

Attila_0-1715798482537.png

According to the Docker documentation the Resource Saver setting should not suspend tcp connections or similar. Do not understand why, but looks like it works. I hope this helps your computer as well.



GabrielL
Explorer

Hi

Why I can't run this command in crontab? If I run it manually it does work and starts the SCC Daemon.

docker exec -it a4h /usr/local/sbin/rcscc_daemon start

I also tried to remove the -i

kyo_choi2
Participant

@Attila, I believe your solution worked; disabling docker desktop Resource Saver.  Over almost all day, SAP Logon works.  Thanks.

Afterwhile problem showed up again.  This time I have checked Window's task manager.  Even though, I have shut down the docker, I saw the service still running.  After shutting down those docker services and restarting the docker, it worked.   Combination of both should work.  I will continuously test and update this comment. 

Again, I had some issue, connecting to server.  I've noticed my hard drive was filled.  Before open.sap.com shutting down, I had downloaded too many videos from the website.  After freeing the hard drive, currently available 314GB, I am able to reconnect.  Is there any hard drive free space requirement?

After it goes out.  Now all I have to do is run command, 'docker restart a4h'.  It was on for several days and this morning it went off.  I've just restarted by running this command.

Sreenith
Participant

I am getting below error

abaptrailerror.png

command used to run 

docker run --stop-timeout 3600 -i --name a4h -h vhcala4hci -p 3200:3200 -p 3300:3300 -p 8442:8442 -p 30213:30213 -p 50000:50000 -p 30215:30215 -p 50001:50001 sapse/abap-cloud-developer-trial:ABAPTRIAL_2022 -agree-to-sap-license -skip-limits-check

 

pokrakam
Active Contributor

Hello @julieplummer20 , sorry to ask again, or perhaps you missed my earlier question. As @ralf_henning indicated over here, we should be able to get a reasonably recent SAP GUI shortly after 2022 is released. Is this still planned? 

Unfortunately I have several issues with the dated version that's currently available for download, most notably that it doesn't play nicely with Eclipse on a Mac. Anything html, including many popup messages, won't display the content so I'm really hoping a version 8 GUI will fix this kind of issue:

pokrakam_0-1717008762809.png

 

ralf_henning
Product and Topic Expert
Product and Topic Expert

hi pokrakam I hopefully can support you with current sapgui versions (java,windows) next week. I'm sorry for the delay. Ralf

pokrakam
Active Contributor

That would be fantastic, thank you very much. 

jjairoph
Explorer

Great job Guys!

Thanks a lot for this docker image update. 

I think you missed updating the HANA tools page (https://tools.hana.ondemand.com/#abap) with the new version links. The current links in hana tools page point to the previous version in Docker and the old blog.

Thanks for your attention.

 

Th0mas
Newcomer

Hi, 

Can I install the Docker image on Windows 11 HOME?

Best Regards
Thomas

 

julieplummer20
Product and Topic Expert
Product and Topic Expert

Hi  Sreenith ,

Please see my new comment at the bottom of this blog post, re "Issue: Docker container works only for a few hours: " - or "Docker container was working, now isn't".

HTH,

Best wishes,

Julie Plummer.

julieplummer20
Product and Topic Expert
Product and Topic Expert

Hi @Th0mas ,

Do you mean: Install Docker Desktop on Windows Home?
This is not specific to SAP or the ABAP Trial Docker image.

Various guides are available, including this for Windows 10:

https://forums.docker.com/t/installing-docker-on-windows-10-home/11722 

Best wishes,

Julie Plummer.

julieplummer20
Product and Topic Expert
Product and Topic Expert

Hi @jjairoph , hi everyone,

Thanks - good spot.

We have updated the link. Changes should be visible within 48 hours.

Best wishes,

Julie.

ralf_henning
Product and Topic Expert
Product and Topic Expert

hi pokrakam supporting you and the community with current versions of sapgui is ongoing, it's not forgotten.

It takes some more days due to mandatory process steps.

Regards Ralf

pokrakam
Active Contributor

Hi @julieplummer20

Something to look at in the next version: Please could you ensure the system profile is consistent with RZ10? 

If I edit the profile in RZ10 there are a bunch of errors and if I generate and save a new version the system will no longer start. It has nothing to do with my changes, as it works fine if I restore the previous .PFL files and directly add my changes in there.

(For what it's worth, I changed the auto logout time and added the icm hostname as some webpages could not be launched from SAPGUI due to missing FQDN - icm/host_name_full = vhcala4hci.dummy.nodomain ).

julieplummer20
Product and Topic Expert
Product and Topic Expert

Hi Mike, @pokrakam ,

Yes, this is a good spot. We will sync RZ10 to the profile.

But as you say: In the next version.

Thanks and best wishes,

Julie.

ralf_henning
Product and Topic Expert
Product and Topic Expert

Please get latest version of SAP Logon here:

SAP Logon Java / Windows

  • Windows SAP Logon 8.00 patch level 7
  • Java SAP Logon 7.80 rev 7

Don't be confused about the release 1909, renaming to 2022 or better renaming to release independent would be a different ( second ) step.

 

Best wishes Ralf

 

sequencer_de
Newcomer

Hi,

I followed this guide to enable App Support, but no success:

Setting Up App Support | SAP Help Portal

App support does not show up in the menu after starting an app.

Was someone able to enable this?

Thanks

 

pokrakam
Active Contributor

Thanks @ralf_henning , 7.8 patch 7 has resolved some long-standing issues, popups and GUI pages with HTML now display in Eclipse 🙂 

matmir
Explorer

Hello,

With the new SAP GUI Patch (8.8) i was able to log in, using SAP Logon.

The issue now, is that i cannot open any tcode.

When doing so, i get the following error:

matmir_0-1720468338356.png

Any advice is welcome.

Thanks

julieplummer20
Product and Topic Expert
Product and Topic Expert

Hi @matmir ,

This is not a general SAP GUI 8.x problem - others have been using 8.x with ABAP Cloud Developer Trial.

Questions:

  • Did you also install a fresh ABAP system, or did you use the existing one? If existing, it is possible that the system log is full ; hence it must be deleted.
  • Are you a customer? 

Best wishes 

Julie Plummer.

 

 

matmir
Explorer

Hi @julieplummer20 

1) Yeah, i did a fresh install. Downloaded docker image again and so on.

2) No.

Best Regards

julieplummer20
Product and Topic Expert
Product and Topic Expert

Hi @matmir ,

ok, I can't provide primary support, but send me your email and I can send you some information.

(I am julie dot plummer at sap dot com.)

Best wishes,
Julie.

ralf_henning
Product and Topic Expert
Product and Topic Expert

Update to Docker Desktop 4.33.0 

My colleague Stephan (Thank you Stephan!) found a possible problem with Docker (Windows).
After updating Docker Desktop 4.32.x to 4.33.0,
existing containers could no longer be started.
Error messages like „startwait; cannot start disp+work“...
New containers created after the update do not appear to be affected.

 

Best regards

UweFetzer_se38
Active Contributor

@ralf_henningStrange because Docker Desktop is using WSL as far as I know. So the Linux Docker installation should be affected, too. Mine is still running on plain WSL (in heavy use in the last weeks by the way 😀)

ralf_henning
Product and Topic Expert
Product and Topic Expert

Update to Docker Desktop 4.33.0 

In Meantime I created a container on 4.28.0 updated to 4.32.0 and then 4.33.0. Container runs fine, so it does not seem to be a general prob.

babu4abap
Explorer

Hi @julieplummer20 , I am unable to renew the license .

I tried my S-User with my password, I tried my Universal E-Mail address with my password but none of these were successful.

Kindly help in this.

babu4abap_0-1722345475710.png

 

Jorge_Cervantes
Participant

Just to confirm, @babu4abap's problem is not isolated. The SAP License keys preview page is requesting a username and password.

ralf_henning
Product and Topic Expert
Product and Topic Expert

Hi  Jorge

I can confirm that SAP License keys page still requests user / passwort. I tried to get this topic adressed. Ralf

 

randomstr1ng
Discoverer

Hi,

just to confirm, even after providing credentials, I does not find the application.

randomstr1ng_0-1722442947444.png

Thanks

/Julian

 

ralf_henning
Product and Topic Expert
Product and Topic Expert

SAP Trial License Key: Problem with unexpected logon dialog

The problem is currently being analyzed.

My colleagues (or I) will let you know as soon as it works again

I apologize for the inconvenience

Ralf

renandacosta
Explorer

Hello,@julieplummer20 

Is there any update on when this error on the licensing site will be resolved?

Thank you.

 

stephan_daub
Advisor
Advisor

Hello @renandacosta and all of you fellow *Trial customers,

unfortunately the issue is still not solved ☹️
This service is more or less part of a central service not build exclusively for "ABAP Cloud Developer Trial". There are several internal "very high prio" tickets open and the colleagues are working on the issue. We will immediately let you now if the issue is solved (our team is desperately waiting for a solution too!) - I will report tomorrow in every case.
Best, Stephan

 

 

stephan_daub
Advisor
Advisor

Dear fellow *Trial customers,

good news: https://go.support.sap.com/minisap/#/minisap is working again - issue resolved 😃
Thanks for your patience!

Have a nice time using SAP *Trial

Stephan

 

randomstr1ng
Discoverer

@stephan_daub thank you for your support and the great news 🙂

Sreenith
Participant

Workflow automatic customization is not working as user System user 'SAP_WFRT' does not exist 

stephan_daub
Advisor
Advisor

@Sreenith 

Thanks for asking!
For several reasons the user "SAP_WFRT" (as a successor of the old "WF-BATCH") does not exist by default.

Please check either (just a few samples of multiple discussions and blogs about setting up modern/flex workflow):
https://community.sap.com/t5/financial-management-q-a/regarding-wf-batch/qaq-p/445070
https://community.sap.com/t5/technology-blogs-by-sap/troubleshooting-flexible-workflow-issues/ba-p/1... 

or 
SAP KBS Note: 1574002: WF-BATCH Authorizations (you need to have a SAP Service User)

In short:
Create the technical user "SAP_WFRT", assign role "SAP_BC_BMT_WFM_SERV_USER_PLV01" and maintain the overall user data 😃 

Best Stephan

q-alko
Explorer

Hallo,

I just tried to renew my license for AH4 via minisap. My AH4 shows a system number of 000000000800925495 (which corresponded to previous license requests via mnisap). But now the generated license has a system number of 000000000800940228 which makes updating the license impossible. So my question is how to update the license key?

Thanks in advance, Alexander

ralf_henning
Product and Topic Expert
Product and Topic Expert

Hi Alexander 

just edit the lic file and  replace the system number.

You can successfully install the license afterwards. 

Kind regards Ralf

q-alko
Explorer

Thanks @ralf_henning , I just thought the key hash corresponds to the system-number and gets invalid then...

bztoy
Participant

Hi experts,

I tried to run the abap-cloud-developer-trial:ABAPTRIAL_2022 via Docker in my Windows 10 local machine but I got an error message FAIL: process hdbindexserver HDB Indexserver-HDB not running

console-error-log.png

Basic info and background:

I am able to run the ABAPTRIAL 2022 in my Linux machine (Fedora).

My host machine has 64 GB of RAM and there are 237 GB of disk space available in drive: C.

My docker desktop is running with WSL 2 based engine.

I already have the ABAP 1909 trial docker image and the 1909 container works fine (as shown below).

1909-consolke-log.pngdocker-ps-1909.png

I am quite sure that the system resources of my machine have passed the minimum requirements to run it.

The command I executed was

 

 

docker run --stop-timeout 3600 -it -p 3200:3200 -p 3300:3300 -p 3601:3601 -p 8443:8443 -p 30213:30213 -p 50000:50000 -p 50001:50001 --name a4h2022 -h vhcala4hci sapse/abap-cloud-developer-trial:ABAPTRIAL_2022 -skip-limits-check -agree-to-sap-license

 

 

note: I named it as a4h2022 because a4h is already occupied by the 1909. I also thought if this was the root cause of this error, but it seems it wasn't not because I already tried to rename the 1909 container to another name and run the 2022 with --name a4h but I still got the same result.

This is some system information inside the container.

memory-and-disk-info-inside-the-container.png

Has anyone encountered this kind of problem? Any suggestion like which log file that I should take a look into.

I already tried to google it but still could not find the solution. Any suggestion you can provide would be greatly appreciated.

Regards,

Wises K.