Complete managed services for enterprise-grade peace of mind.

Initializing the Microsoft Azure SDK 2.3 Storage Emulator

CONTACT US TODAY

Last night I worked my way through some dev tool updates and happened to install both SQL Server 2014 and the new Azure SDK 2.3. I prefer to host the databases for the storage emulator in my primary SQL Server instance instead of the default LocalDB, and had grown accustomed to running the command-line DSInit.exe tool to accomplish this.

It turns out that as of version 2.3 DSInit is no longer included in the Azure SDK tooling (a fact that might have been useful to include in the release notes Smile). Instead, the storage emulator functionality has been unified into a single command-line executable WAStorageEmulator.exe, found by default at c:Program Files (x86)Microsoft SDKsWindows AzureStorage Emulator. WAStorageEmulator includes switches for initializing the storage database, starting and stopping the emulator, etc.

No problem, I think to myself… I’ll just run the ‘init’ command for WAStorageEmulator.exe and point it toward my default SQL instance:

 

WAStorageEmulator.exe init –sqlinstance .

 

This immediately resulted in a crash… not very user-friendly. Debugging into Visual Studio showed the problem to be an unhandled ArgumentException… hmm, maybe it doesn’t like the period specifier for the local instance. Let’s try (local) instead:

 

WAStorageEmulator.exe init –sqlinstance (local)

 

Okay, no crash this time, but now the process just hangs and seemingly does nothing. Taking a closer look using the totally awesome Process Monitor revealed no major problems with file or registry access.

Stumped, I then took another look at the command line help for WAStorageEmulator:

 

WAStorageEmulator.exe help init

 

Which yields this:

 

Windows Azure Storage Emulator 3.0.0.0 command line tool
WAStorageEmulator.exe init [-server serverName] [-sqlinstance instanceName] [-forcecreate]
Performs one-time initialization to set up the emulator.
-server serverName : Specifies the server hosting the SQL instance.
-sqlinstance instanceName : Specifies the name of the SQL instance to be used.
-forcecreate : Forces creation of the SQL database, even if it already exists.
-inprocess : Performs initialization in the current process instead of spawning a new process. This requires the current process to have been launched with elevated permissions.

 

Okay, so there’s an option to specify machine name, too… seems like it could figure out that I want the local machine by default, but whatever:

 

WAStorageEmulator.exe init –server MyMachine –sqlinstance . –forcecreate –inprocess

 

(I threw in –forcecreate and –inprocess for good measure)

Success! This worked correctly and I finally had my emulator databases installed in my default SQL Server instance. That’s 90 minutes of my life I’ll never have back. <sigh> Moral of the story… tread lightly with WAStorageEmulator in Azure SDK 2.3… it seems slightly dodgy and still has a few rough spots.

Hope this saves someone else a bit of time and trouble.

We put security at the center of everything we do.

We understand that technology is a critical part of your business and that the applications you rely can never go down.
We offer an extensive suite of capabilities to improve your Information Security (InfoSec) including meeting specific compliance requirements.

Trusted advisor with shared responsibility and liability.

We take on our customer’s infrastructure security and compliance concerns by becoming an extension of their team or their application development vendor. We share the responsibility and liability associated with maintaining a secure or compliant environment, and stand by that commitment with a guarantee based on the defined lines of responsibility.

Secure and able to meet specific compliance requirements.

Our methodology encompasses design through deployment and focuses on delivering InfoSec and Compliance solutions which are realistically implementable. Our services span the entire computing stack, from connectivity to applications, with stringent physical and logical security controls. Whether you are looking for a higher level of security and protection or need to comply with specific regualtory mandates, we have the expertise to deliver the right solution.

Get a thorough assessment.

Build the right plan.

Rely on 24x7x365 proactive services.

We work with your team to consider all aspects of your solution from devices and edge network connectivity to your data backup procedures.

We deliver a complete plan to address every aspect of your security and compliance needs from managed firewalls and mitigating DDoS attacks to implementing a Disaster Recovery (DR) solution.

Our team of experts are always there to actively monitor your environments and take corrective actions to keep your IT running.

Stay in good standing.

We can be counted on to actively help you prepare and pass required industry compliance audits.

Get Risk-Free Consultation

Comprehensive Suite of Security and Compliance Services.

Information Security (InfoSec)

Data Protection

Compliance

Protect your business and ensure your infrastructure uses industry best practices.
Services include Distributed Denial of Service (DDoS) protection.

Safeguard your data from loss and leverage a proper storage strategy.
Services include Backup and Disaster Recovery (DR).

Meet industry compliance and avoid potential penalties.
Services include compliance for HIPAA/HITECH, HITRUST, PCI-DSS, IRS-1075, and SSAE 16.

We deliver solutions that accelerate the value of Azure.

Ready to experience the full power of Microsoft Azure?

Start Today

Blog Home

Stay Connected

Upcoming Events

All Events