Hello everyone, I am trying to connect NI LabView (V5.11.262.0) OPC UA Server 2013 (32-Bit OS) in Ignition 8.1.13 (64 bit).
I have already set all the certificates to trusted (both in Ignition and NI LabView Configuration) and established a Client server communication successfully, But I still get an error while connecting to the OPC Server which says "status=Bad_OutOfMemory, description=Not enough memory to complete the operation."
I tried to recreate the certificate and remaking the OPC UA Server connection which failed. Does anybody know about this or have faced similar issue ? I will attach the screen of the error message popup.
ERROR MESSAGE IN DETAIL :
UaServiceFaultException: status=Bad_OutOfMemory, message=Not enough memory to complete the operation.
at org.eclipse.milo.opcua.stack.client.UaStackClient.lambda$deliverResponse$5(UaStackClient.java:328)
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.13 (b2021122109)
Azul Systems, Inc. 11.0.13
Thanks.