Hi community,
We are working with a connector that interacts with DataMiners Scheduler module.
One of the actions performed in the connector is deleting a Task with the SetSchedulerInfoMessage SLNET call as shown in the following image:
We have tested the connector in multiple test environments and the Delete feature works.
But on a production environment we see the following error after the call is sent:
Exception thrown:
(Code: 0x80004005) Skyline.DataMiner.Net.Exceptions.DataMinerCOMException: Unspecified error
---> System.Runtime.InteropServices.COMException: Error HRESULT E_FAIL has been returned from a call to a COM component.
Does somebody know what this DataMinerCOMException means?