Hi experts,
I am studying system_health now. I am trying to find out a best system_health extended event parser.
The first one (http://blogs.technet.com/b/sqlpfeil/archive/2013/03/25/sql-2012-system-health-fast-analysis.aspx) is very easy to use but it does not cover all events.
The second one is amazing but it causes many errors when I use. (http://blogs.msdn.com/b/sql_pfe_blog/archive/2013/04/15/sql-2012-system-health-reporting-dashboard-visualizing-sp-server-diagnostics-results.aspx )
I encounter many errors posted in the last comment by me, dennis-lee.
So could you please recommend a best system_health parser or could you tell me how to troubleshoot those errors, thanks.
------
I found several reports caused errors. Please help.
ConnectivityRingBuffer:
An error has occurred during report processing. (rsProcessingAborted)
Cannot create a connection to data source 'InitialDataSource'. (rsErrorOpeningConnection)
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
DashBoard:
An error has occurred during report processing. (rsProcessingAborted)
Query execution failed for dataset 'CPU'. (rsErrorExecutingCommand)
Invalid column name 'System_idle'.
Query_Processing:
An error has occurred during report processing. (rsProcessingAborted)
Query execution failed for dataset 'QueryProcessing'. (rsErrorExecutingCommand)
Invalid column name 'Timestamp'.
Resource:
An error has occurred during report processing. (rsProcessingAborted)
Query execution failed for dataset 'Memory'. (rsErrorExecutingCommand)
Invalid column name 'state'. Invalid column name 'LastNotification'. Invalid column name 'Target_committed_kb'. Invalid column name 'Pages_free_kb'. Invalid column name 'Pages_in_use_kb'. Invalid column name 'Timestamp'.