UaServiceFaultException with 3rd part OPC server

In Ignition 7.9 I am connecting to a third paty OPC server by OTTO Motive and my log file is filling with the following error:
Failed to set MonitoringMode.Reporting on 115 items on subscription ‘Scanclass ‘Default[PaintLoadRobots]’’: UaServiceFaultException: status=Bad_NotImplemented, message=Requested operation is not implemented.

Any suggestions would be appreicated

Either this is a Nano profile server that doesn’t support subscriptions or it’s an incomplete implementation.

You’ll probably have to use a separate scan class in OPC polled/read mode for tags from this server.

Chaging the scan class to polled solved my issue. thank you Kevin !