Is it possible to force SharePoint to rebuild the CurrentNavigationNodes for a site collection? I have a situation where they exist on one farm but not another (copy of same content mounted in both places). This is vaporizing the current navigation in the Quick Launch menu on the left i.e. it does not appear.
Obviously, I can manually add navigation nodes with PowerShell or C#. Please do not suggest that as an answer. I am wanting to know if SharePoint can "self heal" either with a Timer Job or a PowerShell / STSADM command.
If it cannot, it should.