Our automation script fails with exception Generate Information Failed. what does it mean?
My assumption is that this might be trying to generate an information event and it fails.
2023/03/14 18:39:59.546|SLAutomation.exe **************|******|*******|CSharp|DBG|-1|(Script ******/1) (Code: 0x80131500) Skyline.DataMiner.Net.Exceptions.DataMinerException: Generate Information Failed: 0x80004004 at CManagedAutomation.RunWrapped(CManagedAutomation* , Int32 iCookie, IUnknown* pIAutomation, tagVARIANT* varParameters, tagVARIANT* pvarReturn, String scriptName) at CManagedAutomation.Run(CManagedAutomation* , Int32 iCookie, Char* bstrScriptName, IUnknown* pIAutomation, tagVARIANT* varParameters, tagVARIANT* varEntryPoint, tagVARIANT* pvarReturn) (CSharp; 0x80131500h):
Error 0x80004004 is a generic error code indicating E_ABORT ("Operation aborted").
This type of error gets generated when the C# automation script code is still trying to perform actions while the script itself is in a stopping or aborted state.
One possible reason might be that the script timed out.
More information might be available in the Automation log file (c:\Skyline DataMiner\Logging\SLAutomation.txt)