Hi,
I am trying to create sql server - sql server user experience monitor which returns me the Name of failed job. I have written query to get the name of failed job from msdb database. however while testing i get following msg.
The server SVR001 is clustered.
'' Testing on node SVR001: failed with 'NotAvailable' status
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) "
Is there any other way by which I can name of failed job?
Thanks in advance
Vishnu