1] I have updated the "opcnamespaceuri" and "opcuanodeids" parameters for opcua publisher connector (INPUT) as urn:Yokogawa:FASTTOOLS_UA_SERVER and s_{"0":"Value","itnm":"BALAWALA.PROCESS.HDR1_FLOW"} respectively. 2] Also defined output schema. 3] While testing continuous query we are getting error "invalid value for parameter opcuanodeids". 4] We have verified the same node id from UA Expert (Third Party OPC UA Server Client) and it is working fine. 5] The problem is the nodeid which I want to access already contains comma and underscore which are reserved for opcuanodeids parameter in SAS ESP (I think so). 6] Nodeids are automatically generated in OPC UA Server with which I am trying to connect. So, it can not be changed, I checked same with OPC UA Server team. 7] I have replaced "comma" and "underscore" with 8 bit hexadecimal ANSI encoding (%2C and %5F) in the nodeids since both the character are reserved in ESP nodeid parameter. But still it is giving invalid opcuanodeid error. (Tried this because I got some specification documents online regarding OPC Foundation). For example, s_{"0":"Value"%2C"itnm":"BALAWALA.PROCESS.HDR1%5FFLOW"} is the nodeid which we are trying to map. 8] These nodeids with ANSI encoded characters works fine in Third Party OPC UA Server Client (UAExpert). Now I have a question is it necessary to apply certificate to establish connectivity ? I have certificate (".der" file) provided by OPC UA Server Team. Error Screenshot is attached for your reference. I want to access data from that OPC UA Server only (no other option). I would appreciate any kind of help since this is the only hurdle I am facing. Thanks in Advance nodeid error
... View more