sap-nw-abap-docker icon indicating copy to clipboard operation
sap-nw-abap-docker copied to clipboard

Running the instance on Windows 10

Open wozjac opened this issue 6 years ago • 0 comments

Hi, thanks for this project. I successfully run the docker build.

First thing is - after installation and starting the container I have these profiles:

vhcalnplci:/sapmnt/NPL/profile # ls DEFAULT.PFL NPL_ASCS01_b0df04eb9799 NPL_D00_b0df04eb9799

startsap ALL is not working until I put this in /etc/hosts 172.17.0.2 vhcalnplci 172.17.0.2 b0df04eb9799 <--- this is the entry I have to add

After changes startsap ALL fires up the server, but I don't know how to perform the rest of the setup under Windows 10.

I have inspected the docker container via "docker inspect nwabap752", got the port for the SAPGUI.

"Ports": { "3200/tcp": [ { "HostIp": "0.0.0.0", "HostPort": "32771" } ],

Then I follow the video: https://youtu.be/H0GEg8r7P48?t=653

So I put the connection string conn=/H/localhost/S/32771 to SAPGUI Java but what I get is: Error: connection to partner '127.0.0.1:32771' broken

Any clues?

Regards, Jacek

wozjac avatar Jan 05 '19 22:01 wozjac