Here is the sql error log:
2009-02-16 11:53:34.03 Server Microsoft SQL Server 2005 - 9.00.4035.00 (Intel X86)
Nov 24 2008 13:01:59
Copyright (c) 1988-2005 Microsoft Corporation
Express Edition on Windows NT 5.2 (Build 3790: Service Pack 2)
2009-02-16 11:53:34.03 Server (c) 2005 Microsoft Corporation.
2009-02-16 11:53:34.03 Server All rights reserved.
2009-02-16 11:53:34.03 Server Server process ID is 1280.
2009-02-16 11:53:34.03 Server Authentication mode is WINDOWS-ONLY.
2009-02-16 11:53:34.03 Server Logging SQL Server messages in file 'C:\Programme\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG'.
2009-02-16 11:53:34.04 Server This instance of SQL Server last reported using a process ID of 5048 at 16.02.2009 11:50:17 (local) 16.02.2009 10:50:17 (UTC). This is an informational message only; no user action is required.
2009-02-16 11:53:34.04 Server Registry startup parameters:
2009-02-16 11:53:34.04 Server -d C:\Programme\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf
2009-02-16 11:53:34.04 Server -e C:\Programme\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG
2009-02-16 11:53:34.04 Server -l C:\Programme\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mastlog.ldf
2009-02-16 11:53:34.15 Server SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
2009-02-16 11:53:34.15 Server Detected 2 CPUs. This is an informational message; no user action is required.
2009-02-16 11:53:36.26 Server Using dynamic lock allocation. Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node. This is an informational message only. No user action is required.
2009-02-16 11:53:36.74 Server Database mirroring has been enabled on this instance of SQL Server.
2009-02-16 11:53:36.81 spid5s Starting up database 'master'.
2009-02-16 11:53:37.03 spid5s Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required.
2009-02-16 11:53:37.43 spid5s SQL Trace ID 1 was started by login "sa".
2009-02-16 11:53:37.46 spid5s Starting up database 'mssqlsystemresource'.
2009-02-16 11:53:37.49 spid5s The resource database build version is 9.00.4035. This is an informational message only. No user action is required.
2009-02-16 11:53:37.95 spid8s Starting up database 'model'.
2009-02-16 11:53:37.95 spid5s Server name is 'VMMANAGE01\SQLEXP_VIM'. This is an informational message only. No user action is required.
2009-02-16 11:53:38.15 spid5s Starting up database 'msdb'.
2009-02-16 11:53:38.17 Server A self-generated certificate was successfully loaded for encryption.
2009-02-16 11:53:38.17 Server Server local connection provider is ready to accept connection on http:// \\.\pipe\SQLLocal\SQLEXP_VIM .
2009-02-16 11:53:38.17 Server Server named pipe provider is ready to accept connection on http:// \\.\pipe\MSSQL$SQLEXP_VIM\sql\query .
2009-02-16 11:53:38.18 Server Dedicated administrator connection support was not started because it is not available on this edition of SQL Server. This is an informational message only. No user action is required.
2009-02-16 11:53:38.19 Logon Error: 17187, Severity: 16, State: 1.
2009-02-16 11:53:38.19 Logon SQL Server is not ready to accept new client connections. Wait a few minutes before trying again. If you have access to the error log, look for the informational message that indicates that SQL Server is ready before trying to connect again.
2009-02-16 11:53:38.20 Server SQL Server is now ready for client connections. This is an informational message; no user action is required.
2009-02-16 11:53:38.67 spid8s Clearing tempdb database.
2009-02-16 11:53:38.77 Logon Error: 18456, Severity: 14, State: 16.
2009-02-16 11:53:38.77 Logon Login failed for user 'NT-AUTORITÄT\SYSTEM'.
2009-02-16 11:53:39.41 Logon Error: 18456, Severity: 14, State: 16.
2009-02-16 11:53:39.41 Logon Login failed for user 'NT-AUTORITÄT\SYSTEM'.
2009-02-16 11:53:41.12 spid8s Starting up database 'tempdb'.
2009-02-16 11:53:41.57 spid5s Recovery is complete. This is an informational message only. No user action is required.
2009-02-16 11:53:41.59 spid11s The Service Broker protocol transport is disabled or not configured.
2009-02-16 11:53:41.59 spid11s The Database Mirroring protocol transport is disabled or not configured.
2009-02-16 11:53:41.78 spid11s Service Broker manager has started.
2009-02-16 12:01:28.76 Server SQL Server is terminating because of a system shutdown. This is an informational message only. No user action is required.
2009-02-16 12:01:30.81 spid11s Service Broker manager has shut down.
2009-02-16 12:01:30.82 spid11s Error: 17054, Severity: 16, State: 1.
2009-02-16 12:01:30.82 spid11s The current event was not reported to the Windows Events log. Operating system error = 31(Ein an das System angeschlossenes Gerät funktioniert nicht.). You may need to clear the Windows Events log if it is full.
2009-02-16 12:01:31.18 spid5s SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required.
2009-02-16 12:01:31.32 Server Server resumed execution after being idle 439 seconds: user activity awakened the server. This is an informational message only. No user action is required.
so, this line could be the problem:
2009-02-16 11:53:38.19 Logon SQL Server is not ready to accept new client connections. Wait a few minutes before trying again. If you have access to the error log, look for the informational message that indicates that SQL Server is ready before trying to connect again.
but where can i find more information or configuration?
Nachricht geändert durch CurtisNewton