When I call the SubscribeMonitoredItem function, I encounter two different errors.
Sometimes, one error is thrown; other times, the second error appears.
Why each of these errors might be occurring? What is the difference between them?
The errors:
1. OpcLabs.EasyOpc.UA.OperationModel.UAException: An OPC-UA operation failure with error ID 'OpcLabs.UAEngine=4417' occurred, originating from '' and with depth of 1. The inner exception, of type "OpcLabs.EasyOpc.UA.Engine.UAEngineException", contains details about the problem. ---> OpcLabs.EasyOpc.UA.Engine.UAEngineException: Timeout connecting the OPC-UA client session. The total timeout value was 60000 milliseconds, and we have waited for 0 milliseconds. The actual waiting time is lower than the total timeout (or even zero) if the connection operation has already started earlier.
+ The client method called (or event/callback invoked) was 'BrowseMultiple[1]'.
2. OpcLabs.EasyOpc.UA.OperationModel.UAException: An OPC-UA operation failure with error ID 'OpcLabs.UAEngine=1' occurred, originating from 'Opc.Ua.Core' and with depth of 2. The inner exception, of type "OpcLabs.EasyOpc.UA.Engine.UAEngineException", contains details about the problem. ---> OpcLabs.EasyOpc.UA.Engine.UAEngineException: UA SDK error (Opc.UA.ServiceResult=0x80850000) in 'DiscoveryClient.GetEndpoints'. OPC UA service result - Error establishing a connection: BadRequestTimeout.
+ The error occurred when preselecting an endpoint for discovery URL "opc.tcp://...".
+ Connection attempt #3; last connected at 1/1/0001 12:00:00 AM (local); unconnected for 00:01:01.5620000.
+ If this error happens during connection to a server: Is the server running and fully operational?
+ The client method called (or event/callback invoked) was 'ServerConditionChanged'. ---> OpcLabs.EasyOpc.UA.UAServiceException: OPC UA service result - Error establishing a connection: BadRequestTimeout.