how to build multi-server

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

Moderator: uasdkcpp

Post Reply
qingmeng
Full Member
Full Member
Posts: 8
Joined: 21 Nov 2018, 11:05

how to build multi-server

Post by qingmeng »

Hi Team.

Now I just use this SDK to create a UA server, that work well.
And I want to create another server at the same time, the first server is active. But failed.
I find the reason, since I just create the first one server by the INI file, and in this file, the setting for URL is "ServerUri=urn:[NodeName]:UnifiedAutomation:MCDUaServerCpp".
And when recreate the second server, this server uri is used.
So how can I changed this by my code instead of the INI file

thanks,

Post Reply