|
在windows server 2003 r2 sp2 中文版+ sql 2008 express 下安装Groove server manager,配置向导到第四步失败。
Begin trace logging for Groove Server Configuration Wizard
04/24/2009 13:02:03 9 ERR A SqlException was thrown. Failed to execute the sql command: EXEC Gdb_Administrator_Create 'pgserver_Ems', '49a80d83_9db0_4f51_a09d_0e71e0909b68_Ems', 1
04/24/2009 13:02:03 9 ERR An exception of type System.Data.SqlClient.SqlException was thrown. Additional exception information: Invalid object name 'master.dbo.SysXlogins'.
System.Data.SqlClient.SqlException: Invalid object name 'master.dbo.SysXlogins'.
在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
在 System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
在 System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)
在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
在 Microsoft.Groove.PostSetupConfiguration.SqlSession.ExecuteNonQuery(SqlCommand command)
04/24/2009 13:02:03 9 ERR An exception of type System.Data.SqlClient.SqlException was thrown. Additional exception information: Invalid object name 'master.dbo.SysXlogins'.
System.Data.SqlClient.SqlException: Invalid object name 'master.dbo.SysXlogins'.
在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
在 System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
在 System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)
在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
在 Microsoft.Groove.PostSetupConfiguration.SqlSession.ExecuteNonQuery(SqlCommand command)
在 Microsoft.Groove.PostSetupConfiguration.SqlServerHelper.CreateNewDBUser(String username, String password, Boolean createLogin)
在 Microsoft.Groove.PostSetupConfiguration.CreateEMSDatabaseTask.CreateDBUser(String username, String password)
在 Microsoft.Groove.PostSetupConfiguration.CreateEMSDatabaseTask.CreateDBUser()
在 Microsoft.Groove.PostSetupConfiguration.CreateEMSDatabaseTask.Run()
04/24/2009 13:02:03 9 ERR Task createemsdb has failed with a PostSetupConfigurationTaskException An exception of type Microsoft.Groove.PostSetupConfiguration.PostSetupConfigurationTaskException was thrown. Additional exception information: Failure in configuring the Groove Manager Database.
04/24/2009 13:02:03 9 ERR An exception of type Microsoft.Groove.PostSetupConfiguration.PostSetupConfigurationTaskException was thrown. Additional exception information: Failure in configuring the Groove Manager Database.
Microsoft.Groove.PostSetupConfiguration.PostSetupConfigurationTaskException: 引发类型为“Microsoft.Groove.PostSetupConfiguration.PostSetupConfigurationTaskException”的异常。
在 Microsoft.Groove.PostSetupConfiguration.CreateEMSDatabaseTask.Run()
在 Microsoft.Groove.PostSetupConfiguration.TaskThread.ExecuteTask()
04/24/2009 13:02:03 9 ERR Task createemsdb has failed
04/24/2009 13:02:03 1 ERR Task createemsdb has stopped and failed. Total failed is now 1
04/24/2009 13:02:04 4 ERR Task Creating the Groove Manager Database failed, so stopping execution of the engine
04/24/2009 13:02:04 4 ERR Failure in configuring the Groove Manager Database.
An exception of type Microsoft.Groove.PostSetupConfiguration.PostSetupConfigurationTaskException was thrown. Additional exception information: Failure in configuring the Groove Manager Database.
Microsoft.Groove.PostSetupConfiguration.PostSetupConfigurationTaskException: 引发类型为“Microsoft.Groove.PostSetupConfiguration.PostSetupConfigurationTaskException”的异常。
在 Microsoft.Groove.PostSetupConfiguration.CreateEMSDatabaseTask.Run()
在 Microsoft.Groove.PostSetupConfiguration.TaskThread.ExecuteTask()
04/24/2009 13:02:04 4 ERR One or more configuration tasks has failed or some tasks were not run
04/24/2009 13:02:05 4 ERR One or more configuration tasks has failed to execute
04/24/2009 13:02:05 4 ERR Configuration of the Groove Manager has failed. Successful configuration must be performed prior to using Groove Manager. If this error is ignored, Groove Manager will not operate properly. To diagnose the problem, review the extended error information located at C:\Program Files\Common Files\Microsoft Shared\GrooveMgr\GroovePSCDiagnostics_4_24_2009_13_0_18_890_1704596547.log, fix the problem, and run the configuration wizard again.
sql server 用的 sa登陆,已打开1433端口 |
|