

22:45, EET
March 10, 2016

Hi,
I’m using the UA Java Client SDK and have had my program run successfully for a few years now. This warning has recently started popping up every now and then when connection is established to an OPC server:
“Target of HasProperty (Source=OperationLimits–Target=MaxNodesPerBrowse) reference is not UaProperty (i.e. TypeDefinition does not refer to PropertyType)”
I think it’s occurring during Subscription startup / registration. Is this just something to do with the configuration of the OPC server, or is it an indication of something I’m doing wrong on my side?
12:30, EET

November 28, 2018

Hi,
Can you specify which OPC UA Server you are connecting to? This warning indicates that there’s a problem on the Server. However, everything on the Client should work fine in spite of the warning.
The warning means that Node “OperationLimits” is defined as having a Property “MaxNodesPerBrowse”. Thus, the Client expects Node “MaxNodesPerBrowse” to be of “PropertyType”, but instead finds it to be of different type and logs a warning.
1 Guest(s)
