Hi All,
I am getting multiple errors in one of my element logs:
2022/02/17 11:24:16.706|CM.txt|SLManagedScripting.exe|ManagedInterop|ERR|-1|53|NotifyDataMiner with 10073 failed. 0x800402CD
Does anyone know the root cause of this error/ what is it referring to when it says "with 10073".
Thanks,
Ryan
Hey Ryan,
The number represents the type of the call. So in this case the CM element is trying to do a NotifyDataMiner to with Type 10073. Now type 10073 internally becomes type 73 (NT_GET_PARAMETER)
This fails with error 0x800402CD (No Connection), this probably means that the CM element is trying yo get Data from an element hosted on another agent however it fails to contact that dma. The SLDataMiner.txt logfile might provide more info regarding the data that was send, which DMA/element was tried to be reached.
Thank you will check those logs out!