Quantcast
Channel: Forum SQL Server Database Engine
Viewing all articles
Browse latest Browse all 15889

SQL Server 2008 R2 Express service crashes on Windows Server 2012

$
0
0

I am trying to deploy our application that uses SQL Server 2008 R2 Express (SP1 I believe) to a Windows Server 2012 Standard virtual machine (using VMWare Workstation 9.0.2). The SQL Server Express installation succeeded without issue, but when I attempt to restore our app's default SQL Server database from our installer, the sqlservr.exe service generates a fault and stops running. This also happens when I try to use SQL Server Management Studio to restore the database. As soon as I click the Add button on the Specify Backup dialog (using the restore database from a device option) Management Studio freezes and the service stops.

We have been using this same installer on Windows 7 and Windows Server 2008 R2 as well as Windows 8 successfully.

Here is the event log entry:

Log Name:      Application
Source:        Application Error
Date:          8/20/2013 1:07:31 PM
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      WIN-A2L6H3O4D4G
Description:
Faulting application name: sqlservr.exe, version: 2009.100.2500.0, time stamp: 0x4dfb6221
Faulting module name: KERNELBASE.dll, version: 6.2.9200.16384, time stamp: 0x5010ab2d
Exception code: 0xe06d7363
Fault offset: 0x00000000000189cc
Faulting process id: 0x638
Faulting application start time: 0x01ce9dd880b84dd9
Faulting application path: c:\Program Files\Microsoft SQL Server\MSSQL10_50.SQLEXPRESS\MSSQL\Binn\sqlservr.exe
Faulting module path: C:\Windows\system32\KERNELBASE.dll
Report Id: c2abd6d4-09cb-11e3-93ee-000c292785f7
Faulting package full name:
Faulting package-relative application ID:
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-08-20T19:07:31.000000000Z" />
    <EventRecordID>979</EventRecordID>
    <Channel>Application</Channel>
    <Computer>WIN-A2L6H3O4D4G</Computer>
    <Security />
  </System>
  <EventData>
    <Data>sqlservr.exe</Data>
    <Data>2009.100.2500.0</Data>
    <Data>4dfb6221</Data>
    <Data>KERNELBASE.dll</Data>
    <Data>6.2.9200.16384</Data>
    <Data>5010ab2d</Data>
    <Data>e06d7363</Data>
    <Data>00000000000189cc</Data>
    <Data>638</Data>
    <Data>01ce9dd880b84dd9</Data>
    <Data>c:\Program Files\Microsoft SQL Server\MSSQL10_50.SQLEXPRESS\MSSQL\Binn\sqlservr.exe</Data>
    <Data>C:\Windows\system32\KERNELBASE.dll</Data>
    <Data>c2abd6d4-09cb-11e3-93ee-000c292785f7</Data>
    <Data>
    </Data>
    <Data>
    </Data>
  </EventData>
</Event>


Viewing all articles
Browse latest Browse all 15889

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>