After upgrading to NPM 12.01 i started getting error from Orion UDP application . I had a similar problem with version 11.5.3 but it got fixed by a hotfix :
Orion Universal Device Poller: Unspecified Error - SolarWinds Worldwide, LLC. Help and Support
I already tried the manual database backup , restarting all the service and a full server reboot. The only thing that solves the problem is a full server reboot but this is a solution i can only aply on Sunday mornings.
Any ideea what service or process needs to be restarted in order to fix this without a server reboot?
Only error in UDP log:
2016-12-21 07:39:58,927 [1] ERROR Program - Main Form Unhandled exception.
System.NullReferenceException: Object reference not set to an instance of an object.
at CustomPollerManager.TreeController.InitMibParentNodes()
at CustomPollerManager.BrowseMIBForm.InitMibParentNodes()
at CustomPollerManager.BrowseMIBForm..ctor(NetworkObjectType netObjType, String oid)
at CustomPollerManager.CustomPollerUltraScenes.DefineCustomPollerScene.btnBrowseMib_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at Infragistics.Win.Misc.UltraButtonBase.OnClick(EventArgs e)
at Infragistics.Win.Misc.UltraButton.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)