2021 Mar 02 3:11 PM
Hello experts
I installed SAP ABAP SP04, developer edition last few days.
It works well, except for the connection to the internet server for WebDynpro and fpm.
When the browser opens, I get an error message, saying is not possible to reach the vhcalnplci.dummy.nodomain.
I add screenshots to explain my problem.
1. Virtual Box network configuration:

2. etc/hosts from my Linux system on the virtual box

I Thank a lot to the helpers !!!
2021 Mar 02 3:19 PM
You need to edit the "hosts" file on your local workstation, too.
If the virtual machine is running on, say, 10.1.2.3, then you'll add this line:
10.1.2.3 vhcalnplci.dummy.nodomain.
Hello experts
I installed SAP ABAP SP04, developer edition last few days.
It works well, except for the connection to the internet server for WebDynpro and fpm.
When the browser opens, I get an error message, saying is not possible to reach the vhcalnplci.dummy.nodomain.
I add screenshots to explain my problem.
1. Virtual Box network configuration:

2. etc/hosts from my Linux system on the virtual box

I Thank a lot to the helpers !!!
2021 Mar 02 3:19 PM
You need to edit the "hosts" file on your local workstation, too.
If the virtual machine is running on, say, 10.1.2.3, then you'll add this line:
10.1.2.3 vhcalnplci.dummy.nodomain.
2021 Mar 02 4:16 PM
First of all, thank you for your helping.
I did these changes, but it still not working.
The highlighted row is the change that I added.

2021 Mar 02 4:35 PM
Leave the VM alone 🙂
SAP is running inside a VM with an internal IP of 10.0.2.15 and a (horrible) hostname "vhcalnplci", the SAP server doesn't have to "find itself".
This VM is running somewhere in your local network, perhaps on the same machine where you run the GUI, perhaps somewhere else.
It is this other machine we're interested in. This machine too has a "hosts" file: /etc/hosts under Linux and c:\windows\system32\drivers\etc\hosts under Windows. Go edit *THIS* file. You'll need to add the IP of the computer running virtualbox, *NOT* the internal SAP address.
2021 Mar 02 8:56 PM
Thanks a lot my friend it is working now.
I appreciate this and thankful to you.
2021 Mar 02 10:02 PM
ofekda9 very good. As final step, please mark the answer as "accepted", so that it stands out when people come looking for help.
2021 Mar 02 3:50 PM