Hi,
I've noticed that seemingly out of no where, a report that I have specific to CDP entries is failing. More specifically, it looks like it is failing because I am no longer able to make the appropriate join on the following:
from orion.nodes i LEFT JOIN ncm.ciscocdp c on c.node.CoreNodeID = i.NodeID
c.node.CoreNodeID is now showing as NULL no matter what I do. I've tried instead using cirrus.ciscocdp but no luck.
Has anyone run into a similar issue, or have any advice?
Thanks!