I have my active NPM/NCM patch but plan to migrate to new servers. Database server is already migrated. Just need to get NPM on app server. Plan to try support recommendation soon but thought I would share.
Support:
Based on the raised concern, it stuck after validating the website.It seems there are old entries from the old engine that needs to be deleted.Please do the following:
*image attached
After deleting it, go to Nodes Table. We will update the EngineID assigned to the nodes. Confirm the new EngineID at Engines Table
-- Scripts are not supported under any SolarWinds support program or service.-- Scripts are provided AS IS without warranty of any kind. SolarWinds further-- disclaims all warranties including, without limitation, any implied warranties-- of merchantability or of fitness for a particular purpose. The risk arising-- out of the use or performance of the scripts and documentation stays with you.-- In no event shall SolarWinds or anyone else involved in the creation,-- production, or delivery of the scripts be liable for any damages whatsoever-- (including, without limitation, damages for loss of business profits, business-- interruption, loss of business information, or other pecuniary loss) arising-- out of the use of or inability to use the scripts or documentation.UPDATE NODES set engineid = /*new engineid*/where engineid = /*old engineid*/