I'm new to TFS, can anyone help with this? I upgraded TFS from 2013 update 3 to update 5. The error says it can't find MSSQLSERVER
instance but MSSQLSERVER services is running.
Log output:
+-+-+-+-+-| Running SqlIsRunning: Verifying that SQL instance is running if local |+-+-+-+-+-
[Info @00:51:59.719]
[Info @00:51:59.719] +-+-+-+-+-| Verifying that SQL instance is running if local |+-+-+-+-+-
[Info @00:51:59.719] Starting Node: VSQLISRUNNING
[Info @00:51:59.719] NodePath : VINPUTS/Conditional/Progress/VRSINSTANCEVRSION/VSQLISRUNNING
[Info @00:51:59.720] Node returned: Error
[Error @00:51:59.720] TF400255: The SQL instance MSSQLSERVER does not exist on the local machine.
[Info @00:51:59.720] Completed SqlIsRunning: Error
MSSQLSEVER services is running
, which is not the same asMSSQLSERVER
. Count the number of letters in each, and then see if you can figure out which one is missing. – Ken White