Hello this is my first post and hopefully this forum can help me learn and understand Azure. I am implementing Azure at my work and needed some guidance.
I have created a cloud, storage and a virtual machine from the Azure portal. Creating a virtual machine was so easy and user friendly but I am having issues with SAP. I used an image from the gallery (SVR2008R2 DataCenter) to create the virtual machine with a new cloud and storage. Next I installed our customer's VPN client (Cisco) and was able to connect to VPN successfully. After installing SAP GUI and configuring it, I am unable to connect to the SAP application server. I've created Endpoint for this virtual machine using public/private port 3200 and also created additional Endpoints for other SAP instances. ex port 3210,3220 etc.. I also added tcp port 3200 to the firewall and last disabled it completely.
Detail error message when trying to connect to SAP.
partnet '172.x.x.x:sapdp00' not reached
Time: Tues Jun 10
Component: NI (Network Interface)
Release: 720
Version: 40
Module: nibuf.cpp
Line: 4634
Method: NiBufIConnect: connection pending after 10000ms
Return Code: -10
System Call: connect
Error No: 10035
Error Text: WSAEWOULDBLOCK: Resource temporarily unavailable
Counter: 1
WSAEWOULDBLOCK definition from MS:
This error is returned from operations on nonblocking sockets that cannot be completed immediately, for example recv when no data is queued to be read from the socket. It is a nonfatal error, and the operation should be retried later. It is normal for WSAEWOULDBLOCK to be reported as the result from calling connect on a nonblocking SOCK_STREAM socket, since some time must elapse for the connection to be establishe
I believe that this tells me something is wrong with the port 3200. Doing a netstat -ano right after i try to connect before the error I see that it is trying to connect to port 3200 but times out. State is sym_sent
Has anybody experience this problem before? Am I missing a configuration on Azure or the virtual machine? Please help.