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
There is an error that is thrown by Kepserver when the twin sends the request to browse achannel. The error thrown is associated with the continuation token being invalid.
This originates from our micro services fand can be seen by using wire shark on the edge between the publisher and Kepserver. The investigation is to determine if the definition for the continuation token in OPC UA is being adhered to by both parties. The suspicion at this point is that our twin does not adhere to it because UA Expert can do the browsing.
The text was updated successfully, but these errors were encountered:
The micro service appears to be prepending "nsu" to the browse request (e.g. nsu=someEdge;ns=2;s=Channel1.Device1). The current question is whether this prepending is compliance to the specification
There is an error that is thrown by Kepserver when the twin sends the request to browse achannel. The error thrown is associated with the continuation token being invalid.
This originates from our micro services fand can be seen by using wire shark on the edge between the publisher and Kepserver. The investigation is to determine if the definition for the continuation token in OPC UA is being adhered to by both parties. The suspicion at this point is that our twin does not adhere to it because UA Expert can do the browsing.
The text was updated successfully, but these errors were encountered: