In a project I have inherited the UAEndpointDescriptor is like this
e.g.""opc.tcp://FORWIN1:4846
The computer has three network cards with IP-addresses in different 'families'
198.168.0.2
198.168.1.24
10.56.69.145
The OPC Server is on the 198.168.1.24
Sometimes when the client is starting it connects to 10.56.69.145 and then we get this error
Would the best solution be to replace the computer name with the actual IP address that the OPC server is using?
e.g.""opc.tcp://FORWIN1:4846
The computer has three network cards with IP-addresses in different 'families'
198.168.0.2
198.168.1.24
10.56.69.145
The OPC Server is on the 198.168.1.24
Sometimes when the client is starting it connects to 10.56.69.145 and then we get this error
Would the best solution be to replace the computer name with the actual IP address that the OPC server is using?