You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When our client tries to connect to one of the discovery server we get following error. ServiceFault: Bad_InvalidTimestamp (0x80230000) "The timestamp is outside the range allowed by the server."
After some research, found that, in Client.java the timestamp is not set in RequestHeader. Changes are needed in following methods in Client.java - discoverEndpoints and discoverServersOnNetwork.
dependency : opc-ua-stack-1.4.1 jar
The text was updated successfully, but these errors were encountered:
When our client tries to connect to one of the discovery server we get following error.
ServiceFault: Bad_InvalidTimestamp (0x80230000) "The timestamp is outside the range allowed by the server."
After some research, found that, in Client.java the timestamp is not set in RequestHeader. Changes are needed in following methods in Client.java - discoverEndpoints and discoverServersOnNetwork.
dependency : opc-ua-stack-1.4.1 jar
The text was updated successfully, but these errors were encountered: