We have two SQL 2012 Enterprise servers configured in an active\passive cluster on top of Windows 2012 R2 cluster. We have 4 SQL clustered instances installed and an instance for Microsoft DTC. All instances have below components installed:
SQL DB engine, SQL agent, SQL reporting and SQL integration.
One of them has additionally Analysis services installed and the service is started. When we run SQL best practice analyzer on this instance, we receive the below error:
Analysis services: The instance being scanned exist for sql server version which is not supported
Category: Prerequisites
Source : localhost
Issue: incorrect sql server version in use
impact: analysis cannot be performed
resolution: install sql server 2012
I noticed that if the SQL instance that has the issue (the analysis services) is active on node 1, I receive the error mentioned above in SQL best practice analyzer and I cannot login to the analyses service using SQL management studio with error below:
No connection could be made because the target machine actively refused it xxx.xxx.xxx.xxx:51650 (system)
but if I moved the sql instance to node 2, I do not receive the error in SQL best practice analyzer and I can login to the analyses service using SQL management studio.
Can you please advise me on this issue...