I put the latest template for 2005 2008 SQL Databases and assigned nodes to monitor. I get this error on all of of the component status:
Unexpected error occurred. Input string was not in a correct format.
What should I be looking for?
What APM version are you using? Could you post SQL statement which is used by the failing component?
I do not think it is the query I think it is the right of the user. I did some further checking. The user is an administrator on the server but I am getting this error when testing:
Testing on node SQLSERVER00: failed with 'NotAvailable' status
Also in testing the template that just uses performance counters and not queries I get this error:
For a performance counter monitor we would focus on the permissions of the windows account used to poll the data rather than the rights needed in the database. We are going to be polling windows and asking the OS for the statistic. Just like if you were to go into your "performance monitor" in windows. You'll want to go to the catagory listed in the component monitor and see if _Total is an optional instance value.
I do not think it is the query I think it is the right of the user. I did some further checking. The user is an administrator on the server but I am getting this error when testing:Testing on node SQLSERVER00: failed with 'NotAvailable' statusLogin failed for user ''. The user is not associated with a trusted SQL Server connection.I guess my question should be what type of rights does the user need on the database. In this case I was testing the performace monitor
I also think so.__________________[url=http://moviesonlinewatch.net]watch movies online free
What credentials are you using for connection to SQL server? It seems you are using Windows Authentication with invalid credentials. You should try SQL authentication with proper SQL account.