Page 1 of 1

Can't start OPC UA Server Manager

Posted: Mon Jan 14, 2019 6:49 pm
by aleksandar.postolov
Hi there

I can't start the OPC UA Server. I have the following errors in logviewer:


OpcUaSManager in Funktion connectGroup, Verbindung zu Gruppenalias @OPCUAAlarm nicht möglich
...
OpcUaSManager::processValueChange Answer invalid DpId - not in PIn"TEST:_Users.UserId"
...
6/opcuasrv, OpcUaSGroupHotlinkWFA in Funktion hotLinkCallBack, Ungültige DpMessage-Antwort empfangen
...
39, Connection lost, DP: TEST:_DpGroup00015_Public.Dps:_online.._value, MAN: (SYS: 1 Device -num 6 CONN:


Any ideas or suggestions what the problem could be?


I configured the DP-Groups OPCUAAlarm and OPCUARead with the same DP(E)-Filter: *.in.*.*:_online.._value


these are my config entries

[opcuasrv]
enableAnonymous=1
tcpServerPort=4841

Best regards
Aleks

Re: Can't start OPC UA Server Manager

Posted: Wed Jan 16, 2019 10:58 am
by leoknipp
Can you please check which alias is defined for the dp groups you are using.
The alias must be set not the name for the dp group.

Best Regards
Leopold Knipp
Senior Support Specialist

Re: Can't start OPC UA Server Manager

Posted: Tue Jan 22, 2019 11:09 am
by aleksandar.postolov
I am using the standard groups OPCUARead. The default Alias is OPCUARead.
I just noticed, that for OPCUAAlarm the alias is missing.

Now I can start the driver.

Is the Alias also needed for each Datapoint?

Thank you very much.