Page 1 of 1

Server example not working with UA Expert

Posted: 13 Aug 2019, 16:54
by JureL
Hello,

I downloaded the latest version of the SDK.
I have built and run sdk/examples/server_cpp_demo/.
I then connect to it with UA Expert. I can see all of the namespaces, object, methods...
But when I want to call a method (ex. ControllerType.Start() or ControllerType.Stop()) I get a Call failed with status 'BadNodeIdUnknown'.

I did not change the original source code of the server and I'm using the default ServerConfig.xml.

I am using:
Ubuntu 18.04.2 LTS
UA Expert 1.5.1

Any ideas?