Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad continuation token passed during browsing. #128

Closed
marcschier opened this issue Oct 6, 2019 · 2 comments
Closed

Bad continuation token passed during browsing. #128

marcschier opened this issue Oct 6, 2019 · 2 comments

Comments

@marcschier
Copy link
Collaborator

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.

@chrisgclayton
Copy link

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

@marcschier
Copy link
Collaborator Author

Nsu is used to pass stable namespace uri as the index can change over time. Nsu is used her because the uri is not a real uri.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants