When i try to go to 'customize this page', I get an error that says:
"Multiple nodes with the same URL '/Orion/NCM/Admin/Default.aspx' were found. XmlSiteMapProvider requires that sitemap nodes have unique URLs."
Hi mhairston--
I checked the support logs and found something for you to try:
"You will need to log into the box as a local admin, not a domain account with local admin authority, but an actual local administrator account
Go to the add/remove programs and remove the job engine program. If t here are 2 remove them both. Next go to c:\documents and settings\all users\application data\solarwinds\installers\ and run both job engines.msi files run the v2 second. Next go back to add/remove programs and run a repair on Orion Core services and run through the configuration wizard again."
Let me know if this works for you.
M
Look in Admin.sitemap located in \\<Servername>\c$\inetpub\SolarWinds directory
We found 2 references to the sitemap as seen below in the code. We commented one of the reference out and it started working. This happended after a fresh rebuild of our server to 2008 SR2 and NPM 10.1.2, NTA 3.7 and NCM 6.1 specifically after running the NCM integration tool.
<siteMapNode url="" title="Settings" description=""> <siteMapNode url="~/Orion/Admin/Settings.aspx" title="Web Console Settings" description="" /> <siteMapNode url="~/Orion/Admin/PollingSettings.aspx" title="Orion Polling Settings" description="" /> <siteMapNode url="~/Orion/NetPerfMon/Admin/NetPerfMonSettings.aspx" title="General Settings" description="" /> <siteMapNode siteMapFile="/Orion/NCM/Admin.sitemap" /> <!--<siteMapNode siteMapFile="/Orion/NCM/Admin.sitemap" />--> <siteMapNode title="NPM Settings" url="/Orion/NPM/Admin/NPMSettings.aspx" /> <siteMapNode title="NTA Settings" url="/Orion/TrafficAnalysis/Admin/NetflowSettings.aspx" /> <siteMapNode siteMapFile="/Orion/VIM/Admin.sitemap" />
Thank you Dan! Awesome post, I had the exact same thing happen after a new install / migration onto a 2008 server and you saved me what I'm sure would have been hours of trouble!
Pleasure, I can't take credit for it though, as we have a programmer who spotted the issue. He was also the guy that spotted the issue with the installation of the failover engine. There is/was a bug with the installtion routine that failed due to it looking for a file that doesn't exist on a refresh build of the servers and programmed his way round it, he's rather clever :-) Glad it was useful
Regards
Dan
You Sir are a Steely-Eyed Missle Man!
YES! This worked for me also. Same thing, added NCM and had no more Admin page.
Thanks all,
Captured and opened a fix request (84898).
Deleting 2 duplicate lines from the file fixed the problem for me. No service restarts needed - refreshed the web page, and it came up fine.
W2K8 R2
NPM 10.1.2
NCM 6.1
Latest hotfixes.