If you are like me who were unable to start the Development Storage service when you first run your first "Hello World" Azure application, you may notice an error message in the output window:
"Windows Azure Tools: Failed to initialize the Development Storage service. Unable to start Development Storage. Failed to start Development Storage: the SQL Server instance ‘localhost\SQLExpress’ could not be found. Please configure the SQL Server instance for Development Storage using the ‘DSInit’ utility in the Windows Azure SDK."
By default, it is pointing to a named instance of SQLExpress and if you are using SQL Server like me, then you would need to do like what the error message said.
Go to where the devstore is installed i.e.
C:\Program Files\Windows Azure SDK\v1.0\bin\devstore
and type
dsinit /sqlinstance:.
Take note of the "." which indicates your current default unnamed SQL Server instance.
You will then be prompted with a screen that informs you that the installation is successful and the development storage is ready for use.
You can now start the Development Storage service.
Popular Post
-
Pink Fat Art Car - Pepto Bismol Austrian artist Erwin Wurm is the creator of these Fat Art Cars, as part of a "Fat Car" series....
-
Carloft Berlin, 10 loft suites + 1 panorama loft penthouse (click images for a larger view)
-
Here is the Spotted Art Car in front of the Spotted Art House. By the way these were done by two different people in England, what an amazin...
-
Required reading: Bill Moore's EVWorld review and Martin Zimmerman's LA Times piece about their test drives of the Toyota Plug-in ...
-
Photo: Diane Edwardson, November 29, 2012, 9:05 AM. Traffic was light on the 2 Freeway, southbound; it was only backed up to the 5 Freeway....
-
Brooklyn-based artists Adam Eckstrom and Lauren Was collected $35,000 in lottery tickets and built a Hummer H3 Art Car. The piece is called ...
-
Photo: Diane Edwardson, June 26, 2012. Developers cut down nearly 4 acres** of urban forest next to the 2 Freeway to grade the Semi Trop...
-
Photo: Diane Edwardson, May 28, 2012. Non-native Opuntia Cactus (Opuntia ficus-indica) colonize and thrive on our dry hillsides, offering...
No comments:
Post a Comment