I cannot start the deployment service :
Specific error is
Service cannot be started. Metastorm.Common.Addin.AddInException: A start-up command failed with an unhandled exception.
Command Type: CheckDatabaseConnectivity
Exception Type: SqlException
Exception message: A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) ---> System.Data.SqlClient.SqlException: A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()
at System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error)
at System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult asyncResult, TdsParserStateObjec...
And this is from a clean install of Windows server 2008 R2, a clean install of SQL Server 2008 R2, and a clean install of MBPM 9.2.
Anyone seen this before?