Hi Team,
I have used gurux libararies for read meter data and everything is working fine in my local machine (Windows OS). The same code I have deployed on server where we are using docker container on linux os. On linux meter is not connecting and getting error as below.
Transport endpoint is not connected
SocketException: at Gurux.Net.GXNet.ClientConnect(EndPoint ep)
at Gurux.Net.GXNet.Open()
at CorrelationEngineMS.GuruxDlms.GuruxDLMS.InitDlms(MeterRequest meterRequest)
Can you please suggest me some point, why getting this kind of error.
From server where I deployed same code, I checked telnet of meter IP and port and working fine. But the issue is with .net code it's not connecting.
Hi, Check that there is no…
Hi,
Check that there is no firewall, etc that might block the connection. Transport endpoint is not connected is TCP/IP error and TCP/IP connection fails for some reason.
BR,
Mikko