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?
Hi Daniela,
In regards to what a COMException is, you can read more about in System.Runtime.InteropServices.COMException class - .NET | Microsoft Learn.
As for why it occurs (assuming the test and production environments are in the same version), I suspect a deeper investigation might be needed. Please contact techsupport with a log package taken immediately after simulating the issue once.