When I run the SQL Server 2014 Upgrade Advisor on my SQL Server 2008 (SP4) server, I get the following error:
NO SQL Server instance installed on target computer. (Microsoft.SqlServer.UpgradeAdvisor.UaEngine)
------------------------------
Program Location:
at Microsoft.SqlServer.UpgradeAdvisor.AnalyzerEngine.GetAnalyzer(AnalyzerType analyzerType)
at Microsoft.SqlServer.UpgradeAdvisor.AnalyzerEngine.RunAnalyzer(AnalyzerType analyzerType, String& reportFile)
It will not detect the server if I use the server name, I have to use the IP address. It does detect SSIS on the server, but not the SQL instance. I can force the mssqlserver default instance in the field, but when I run, I get the above error. It does run the analysis for SSIS. I have verified that my user has admin privileges on the target server, and I have verified that ports 1433 and 1434 are open. I also have companion server/instance ( same version) that I have been able to run on without issue.
Any ideas?
Ray