The following errors showed up after installing a custom package:
It appears that the DMA is completely functional now. But what do these errors mean/should we be concerned?
Hi Alex,
The Hosting agent is the ID of the dataminer agent that is currently hosting the element. This can be different than the DMAID of an element (which is the ID of the agent that originally created the element).
To contact an element we have to route the requests to the agent hosting the element. This error gets thrown if the HostingAgentID present in the request is either unreachable or could not be found in the cluster.
Operationally the impact should be low as this error boils down to "We could not find/reach what you requested". However it could indicate that something is not correctly setp in the cluster configuration or some Elements/scripts that do operations on elements have incorrect IDs configured.