OPC UA server faulting out

I was trying to troubleshoot OPC UA connection fault. It seems to be related to user name and password. I did a fresh install of Ignition just to see when it starts to fail. On a fresh install if I go to Config>Opc> Opc Connections and then click on the checkbox to change the password to anything else; the connection becomes faulted. If I change it back to the default password as detailed in Ignition documentation it remains faulted. (Screen shot below)

If I change the username and password, is there anything else that I need to do?

Error message.

UaServiceFaultException: status=Bad_UserAccessDenied, message=User does not have permission to perform the requested operation.
at org.eclipse.milo.opcua.stack.client.UaStackClient.lambda$deliverResponse$5(UaStackClient.java:337)
at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)

8.1.43 (b2024082010)
Azul Systems, Inc. 17.0.11

Ignition uses a loopback OPC client connection to its own internal server. If you want to change the password, you need to change it in two places: in the user source the Server is using, and in the client connection.

If you are trying to allow an external connection, consider adding another user name to the Server, with unique password, and use that externally.

1 Like

"hand hits forehead".

When in doubt reset... I restarted the OPC service in the gateway and it connects fine. I guess it needs reboot after each username/password change.