Hello,
My application subscribes to multiple data changes over 80 or so nodes and updates a GUI based on their data. We have a logging system for this application and I noticed that it was being filled with the exception below almost every second. It seems to be a licensing issue but this is the only node out of ~80 that is throwing it.
I'm using OPC Labs QuickOPC 2021.2
Could not write to OPC server: OpcLabs.EasyOpc.UA.OperationModel.UAException: An OPC-UA operation failure with error ID 'OpcLabs.{B46575FF}' occurred, originating from '' and with depth of 1. The inner exception, of type "OpcLabs.BaseLib.Licensing.LicensingException", contains details about the problem.
---> OpcLabs.BaseLib.Licensing.LicensingException: Run time is over the limit in license "Multipurpose", serial number 1111111120. The license you are running (most likely trial version) does not provide valid data after certain time period expires. Note that after the component's process is simply restarted, valid data will be provided again. Obtain and install proper license to permanently resolve this error. You can ask for evaluation license key, if you need a longer run time for your tests.
Product information follows. Component name: "QuickOPC", license IDs: "Multipurpose", version number: 580, release date: 2024-02-19, trial validity: 397 days, option expression: "EasyUAClient".
Context: 1 dropped license(s); S/N 1999222000 (release date covered 2022-04-03).
--- End of inner exception stack trace ---
at OpcLabs.EasyOpc.UA.IEasyUAClientExtension.WriteValue(IEasyUAClient client, UAWriteValueArguments writeValueArguments)
at OpcLabs.EasyOpc.UA.IEasyUAClientExtension.WriteValue(IEasyUAClient client, UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor, Object value)
at SB.OPCClient.WriteOPCUA1(Boolean[] writeArray) in C:\Users\Connor.Frayne\Documents\SafeBoxHMI\SafeBox_Components\SB.vb:line 2013
License information below
The status is showing active but it seems like its getting dropped? How can I fix this?
Thank you,
Connor Frayne