Comments
1 comment
-
Hi Andrew
We don't currently support the Denali CTPs but I have briefly tested that it is possible to use CTP2 for the data repository. It's possible that this is a permissions issue and definitely worth double-checking that the account the base monitor runs under has the correct permissions for the data repository.
There's also a possibility that we're not handling mirrored/AlwaysOn databases correctly. I've done some research on Denali's AlwaysOn feature and one thing I noticed was that some sources suggested that the connection string needs an specific attribute that supplies the initial partner name.The connection string must contain a Server attribute that supplies the initial partner name, which should identify the current principal server instance.
The simplest way to identify the server instance is by specifying its name , <server_name>[\<SQL_Server_instance_name>]. For example:
Server=Partner_A; or Server=Partner_A\Instance_2;<add name="DataConnectionString" connectionString="Data Source=servername;Initial Catalog=RedGateMonitor;Integrated Security=True;Application Name="SQL Monitor - Repository""/>
If all else fails it could be worth modifying this to have a Server=<primary box name> attribute. It's probably worth creating a backup copy of the file beforehand in order to easily undo the changes.
Hope this helps
Chris
Add comment
Please sign in to leave a comment.
I have been trying to get SQL Monitor 2.3 working with a Denali ctp1 Always-On setup. I have installed the base and web monitor on the same box (the primary box in the cluster)
The install seems to go OK and the services start. However, when i go to the site it brings up the following message
in the event log i find the following:
Is this an issue or have i just mucked up account permissions somewhere?
Andrew