MAP 8.0 Beta
-
Tuesday, November 06, 2012 12:46 PM
Has anybody gotten this to install on Windows 8 Enterprise? I keep getting errors when trying to do install the SQL Server Express LocalDB
Thanks,
Seth
All Replies
-
Tuesday, November 06, 2012 1:11 PM
Different error now:
-
Wednesday, November 14, 2012 9:53 PM
Just to add to this, I'm getting the very same errors as Seth has shown above. Even doing 'right click & run as' is of no use.
Anyone managed to install on Windows 8?
Application Log Entry:
Event ID 528, Source SQLLocalDB 11.0:
Windows API call WaitForMultipleObjects returned error code: 575. Windows system error message is: {Application Error}
The application was unable to start correctly (0x%lx). Click OK to close the application.
Reported at line: 3621.
Earlier in the log, these two events are written:
Event ID: 11728
Product: Microsoft SQL Server 2012 Express LocalDB -- Configuration completed successfully.
and
Windows Installer reconfigured the product. Product Name: Microsoft SQL Server 2012 Express LocalDB.
Product Version: 11.0.2100.60. Product Language: 1033. Manufacturer: Microsoft Corporation. Reconfiguration success or error status: 0.
Thanks,
Al.
-
Wednesday, November 14, 2012 10:51 PM
I finally got this to work!
I did a repair of the Microsoft SQL Server 2012 Express LocalDB.
I had already loaded up the SQLMgr tools, so I opened it up and connected the default instance of (localdb)\V11.0 No issues there. The odd thing is that I enver had this before, so I am gessing something happen with the installer of the MAP app.
I tired to install MAP again and got the same errors as before. I could see it creating the Maptoolkit instance (folder created, db files created), but then it would fail to start it.
So I delete the instance that was created (command line), then created it from the command line and then opened the instance from SQL mgr. No issues there. See below for what I did.
So I re-ran the install. This time it worked!
The only thing I can think of was a bad install of the LocalDB.
for x86 goto in a cmd prompt
C:\Program Files\Microsoft SQL Server\110\Tools>
type
sqllocaldb d "MAPToolkit"
press enter
LocalDB instance "MAPToolkit" deleted.
C:\Program Files\Microsoft SQL Server\110\Tools>sqllocaldb c "MAPToolkit"
LocalDB instance "MAPToolkit" created with version 11.0.
C:\Program Files\Microsoft SQL Server\110\Tools>sqllocaldb s "MAPToolkit"
LocalDB instance "MAPToolkit" started.
Open up your sql mgr and see if you can connect to the instance (localdb)\MapToolkit
Re-run your install
Seth

