Member since
07-19-2017
14
Posts
1
Kudos Received
0
Solutions
05-04-2020
09:00 AM
The whole OPC UA package is now in .net standard - can some one share any articles on how to build a .nar file from the open source GIT repo ?
... View more
01-23-2020
06:23 AM
@alexmc As this thread is a couple of years old, you would be better served by creating a new thread.
... View more
07-27-2019
05:16 AM
It worked. Thanks!
... View more
10-26-2018
02:06 AM
@Adrian Oprea Thanks for your answer. I fixed the issue already. My post above was using the same naming of xx.jks file in the share drive and not suppose in this way. I just placed each of the host's jks on local drive (node1.jks, node2.jks, node3.jks) and set 'StandardRestrictedSSLContextService' with one of them. So I used node1.jks. Worry about other nodes not recognize? No worried, nifi site to site will handle this and it worked fine for me.
... View more
02-15-2018
09:38 AM
I have the same problem as SIOKEK YIM.
Error message:
C:\Users\libertywalk\Downloads\nifi-opcua-bundle_hasmap\nifi-opcua-bundle\nifi-opcua-service\src\main\java\com\hashmapinc\tempus\processors\StandardOPCUAService.java:[320,73]
error: incompatible types: byte[] cannot be converted to ByteString
<br>
mvn -version output:
Maven home: C:\Users\krennd\apache-maven-3.5.2-bin\apache-maven-3.5.2\bin\..
Java version: 1.8.0_162, vendor: Oracle Corporation
Java home: C:\Program Files (x86)\Java\jdk1.8.0_162\jre
Default locale: de_DE, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "x86", family: "windows" OPC Foundation Stack version: I tried it with both opc-ua-stack-1.03.341.0-SNAPSHOT and opc-ua-stack-1.03.342.1-SNAPSHOT Repo branch: master
... View more