Monitoring SQL Server without sysadmin permission

Hi

I'm unable to get sysadmin permissions on one of SQL Servers so attempting to alter the config file: RedGate.SqlMonitor.Engine.Alerting.Base.Service.exe.settings.config

I've added this to the config file:

      <schedule qualifiedChannelName="[Cluster].[SqlServer].[Database].[IntegrityCheck]" clusterName="wtk-manser" sqlServerName="WTK-MANSER"> 
        <disabledSchedule /> 
      </schedule>

However I'm still getting monitoring error. It could be because I've not specified the values for ClusterName or SqlServerName correctly.

Can someone spot what I'm missing? Thanks



Tagged:

Best Answer

Answers

  • Alex BAlex B Posts: 1,157 Diamond 4
    Hi @briangee

    It will be this with the sqlServerName blank "" as that is how it is stored in the repository for the default instance:
    <schedule qualifiedChannelName="[Cluster].[SqlServer].[Database].[IntegrityCheck]" clusterName="wtk-manser" sqlServerName="">
      <disabledSchedule /> 
    </schedule>

    Kind regards,
    Alex
    Product Support Engineer | Redgate Software

    Have you visited our Help Center?
  • briangeebriangee Posts: 6 New member
    Thanks Alex. I now get two different errors. Any ideas?
    I'm guessing the first error I need to allow INSERT permissions on the host server.

    But the second error?

    :
  • briangeebriangee Posts: 6 New member
    Thanks Alex. I will go through those permissions. 
Sign In or Register to comment.