Hello I am still having trouble connecting KEPServerEX 6.3 to Ignition 7.9.4. I followed the instructions of this video and I still getting a faulted connection.
I have added Ignition as a Trusted clients in Kepware in the OPC UA Configuration Manager in Kepware:
I also applied those changes in Kepware by selecting REINITIALIZE on the administration icon. I have even selected “Stop Runtime Service” and “Start Runtime Service”
On " Windows Firewall with Advanced Security" I created and Inbound and Outbound rule allowing all remote ports for TCP and UDP. So this would ensure that the firewall firewall is not blocking traffic on the port that KEPServerEX is using to communicate.
Then, I have looked into the OPC Connection Status link at the bottom of the OPC Server Connections page…
There, I found this error:
java.lang.Exception: no anonymous token policy found
at org.eclipse.milo.opcua.sdk.client.api.identity.AnonymousProvider.lambda$getIdentityToken$2(AnonymousProvider.java:50)
at java.util.Optional.orElseThrow(Unknown Source)
at org.eclipse.milo.opcua.sdk.client.api.identity.AnonymousProvider.getIdentityToken(AnonymousProvider.java:50)
at org.eclipse.milo.opcua.sdk.client.ClientSessionManager.lambda$activateSession$26(ClientSessionManager.java:388)
at java.util.concurrent.CompletableFuture.uniComposeStage(Unknown Source)
at java.util.concurrent.CompletableFuture.thenCompose(Unknown Source)
at org.eclipse.milo.opcua.sdk.client.ClientSessionManager.activateSession(ClientSessionManager.java:414)
at org.eclipse.milo.opcua.sdk.client.ClientSessionManager.lambda$createSession$24(ClientSessionManager.java:361)
at java.util.concurrent.CompletableFuture.uniWhenComplete(Unknown Source)
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(Unknown Source)
at java.util.concurrent.CompletableFuture$Completion.exec(Unknown Source)
at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
Any ideas on how fix my faulted connection with Kepware?
Thank you.