We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: