Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running the instance on Windows 10 #6

Open
wozjac opened this issue Jan 5, 2019 · 0 comments
Open

Running the instance on Windows 10 #6

wozjac opened this issue Jan 5, 2019 · 0 comments

Comments

@wozjac
Copy link

wozjac commented Jan 5, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant