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

Unknown nodes in CreateObjectInstance #577

Closed
huebl opened this issue Aug 15, 2023 · 0 comments
Closed

Unknown nodes in CreateObjectInstance #577

huebl opened this issue Aug 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@huebl
Copy link
Contributor

huebl commented Aug 15, 2023

Optional methods or variables are specified in the OPC UA model with _..

These names result in the following error when executing the CreateObjectInstance Query.

2023-Aug-15 21:48:20.136636 ERR [ThrSrv_3] server method do not exist : MethodName=<<FileDirectoryName>_CreateDirectory_Method>
2023-Aug-15 21:48:20.136687 DBG [ThrSrv_3]  : ServerMethods=<CreateDirectory_Method, CreateFile_Method, Delete_Method, MoveOrCopy_Method>
2023-Aug-15 21:48:20.136777 ERR [ThrSrv_3] create method node error : NodeId=<i=13355>, BrowseName=<NodeId=i=13353, Path=[{ns=0,name=<FileDirectoryName>},{ns=0,name=CreateDirectory}]>
2023-Aug-15 21:48:20.136844 ERR [ThrSrv_3] read childs error : NodeId=<i=13354>, BrowseName=<ns=0,name=CreateDirectory>
2023-Aug-15 21:48:20.136878 ERR [ThrSrv_3] read childs error : NodeId=<i=13353>, BrowseName=<ns=0,name=<FileDirectoryName>>
2023-Aug-15 21:48:20.136906 ERR [ThrSrv_3] read childs error : ObjectTypeNodeId=<i=13353>
2023-Aug-15 21:48:20.136941 ERR [ThrSrv_3] create object type error : ObjectTypeNodeId=<i=13353>

If this error occurs and it is an optional node, the error must be ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant