Server example not working with UA Expert

Questions regarding the use of the C++ SDK for Server or Client development or integration into customer products ...

Moderator: uasdkcpp

Post Reply
JureL
Jr. Member
Jr. Member
Posts: 3
Joined: 13 Aug 2019, 16:33

Server example not working with UA Expert

Post 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?

Post Reply