Я пытаюсь подключиться от lightwitch к sql2008 express.Я попробовал простую форму, но каждый раз, когда я пытаюсь сохранить, я получаю эту ошибку:
Основной провайдер не работает при открытии.
Внутреннее исключительное сообщение:
Не удалось сгенерировать пользовательский экземплярSQL Server из-за сбоя в запуске процесса для пользовательского экземпляра.Соединение будет закрыто.
Я проверил журнал SQL, и ниже я получаю сообщение об ошибке:
2011-07-27 16:48:03.34 Server Error: 17156, Severity: 16, State: 1.
2011-07-27 16:48:03.34 Server initeventlog: Could not initiate the EventLog Service for the key 'AE98537F-92A7-41', last error code is 2.
2011-07-27 16:48:03.34 Server Microsoft SQL Server 2008 (SP1) - 10.0.2531.0 (X64)
Mar 29 2009 10:11:52
Copyright (c) 1988-2008 Microsoft Corporation
Express Edition (64-bit) on Windows NT 6.1 <X64> (Build 7600: )
2011-07-27 16:48:03.34 Server (c) 2005 Microsoft Corporation.
2011-07-27 16:48:03.34 Server All rights reserved.
2011-07-27 16:48:03.34 Server Server process ID is 11732.
2011-07-27 16:48:03.34 Server System Manufacturer: 'Sony Corporation', System Model: 'VPCF116FGI'.
2011-07-27 16:48:03.34 Server Authentication mode is WINDOWS-ONLY.
2011-07-27 16:48:03.34 Server Logging SQL Server messages in file 'C:\Users\user-name\AppData\Local\Microsoft\Microsoft SQL Server Data\SQLEXPRESS\error.log'.
2011-07-27 16:48:03.34 Server Registry startup parameters:
-d C:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA\master.mdf
-e C:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\Log\ERRORLOG
-l C:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA\mastlog.ldf
2011-07-27 16:48:03.34 Server Command Line Startup Parameters:
-U C:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\Template Data
-d C:\Users\user-name\AppData\Local\Microsoft\Microsoft SQL Server Data\SQLEXPRESS\master.mdf
-l C:\Users\user-name\AppData\Local\Microsoft\Microsoft SQL Server Data\SQLEXPRESS\mastlog.ldf
-e C:\Users\user-name\AppData\Local\Microsoft\Microsoft SQL Server Data\SQLEXPRESS\error.log
-c
-S SQLEXPRESS
-s AE98537F-92A7-41
-w 60
2011-07-27 16:48:03.36 Server SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
2011-07-27 16:48:03.36 Server Detected 8 CPUs. This is an informational message; no user action is required.
2011-07-27 16:48:03.38 Server Perfmon counters for resource governor pools and groups failed to initialize and are disabled.
2011-07-27 16:48:03.38 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.
2011-07-27 16:48:03.42 Server Node configuration: node 0: CPU mask: 0x00000000000000ff Active CPU mask: 0x00000000000000ff. This message provides a description of the NUMA configuration for this computer. This is an informational message only. No user action is required.
2011-07-27 16:48:03.44 spid6s Starting up database 'master'.
2011-07-27 16:48:03.59 spid6s Error: 5598, Severity: 16, State: 2.
2011-07-27 16:48:03.59 spid6s FILESTREAM feature is not supported on user instances.
2011-07-27 16:48:03.59 spid6s FILESTREAM: effective level = 0, configured level = 0, file system access share name = 'SQLEXPRESS'.
2011-07-27 16:48:03.60 spid6s SQL Trace ID 1 was started by login "sa".
2011-07-27 16:48:03.61 spid6s Starting up database 'mssqlsystemresource'.
2011-07-27 16:48:03.63 spid6s The resource database build version is 10.00.2531. This is an informational message only. No user action is required.
2011-07-27 16:48:04.11 spid9s Starting up database 'model'.
2011-07-27 16:48:04.11 Server Server local connection provider is ready to accept connection on [ \\.\pipe\AE98537F-92A7-41\tsql\query ].
2011-07-27 16:48:04.11 Server Dedicated administrator connection support was not started because it is disabled on this edition of SQL Server. If you want to use a dedicated administrator connection, restart SQL Server using the trace flag 7806. This is an informational message only. No user action is required.
2011-07-27 16:48:04.12 spid6s Server name is '7LPT-user-name\AE98537F-92A7-41'. This is an informational message only. No user action is required.
2011-07-27 16:48:04.12 spid9s Error: 17204, Severity: 16, State: 1.
2011-07-27 16:48:04.12 spid9s FCB::Open failed: Could not open file C:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\Template Data\model.mdf for file number 1. OS error: 2(The system cannot find the file specified.).
2011-07-27 16:48:04.12 spid9s Error: 5120, Severity: 16, State: 101.
2011-07-27 16:48:04.12 spid9s Unable to open the physical file "C:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\Template Data\model.mdf". Operating system error 2: "2(The system cannot find the file specified.)".
2011-07-27 16:48:04.12 spid9s Error: 17207, Severity: 16, State: 1.
2011-07-27 16:48:04.12 spid9s FileMgr::StartLogFiles: Operating system error 2(The system cannot find the file specified.) occurred while creating or opening file 'C:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\Template Data\modellog.ldf'. Diagnose and correct the operating system error, and retry the operation.
2011-07-27 16:48:04.12 spid9s File activation failure. The physical file name "C:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\Template Data\modellog.ldf" may be incorrect.
2011-07-27 16:48:04.12 spid9s Error: 945, Severity: 14, State: 2.
2011-07-27 16:48:04.12 spid9s Database 'model' cannot be opened due to inaccessible files or insufficient memory or disk space. See the SQL Server errorlog for details.
2011-07-27 16:48:04.12 spid9s Could not create tempdb. You may not have enough disk space available. Free additional disk space by deleting other files on the tempdb drive and then restart SQL Server. Check for additional errors in the event log that may indicate why the tempdb files could not be initialized.
2011-07-27 16:48:04.12 spid9s SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required.
Я проверил агент SQL Server (SQLExpress) и онотключается после возникновения ошибки.
Я использую VS-2010 с SQL 2008 и SQL 2008 Express на 64-разрядной версии Win7.