Hello,

Yes, error "503010069" is reporting WinSock Error 10069.

The first 4 digits tell us where in the HTTP component the error happened (5030 = "connect" API). The code after that is the WSAGetLastError() API return code.

Friedrich