azure - WAStorageEmulator.exe start failure -


I have just installed Windows Ezur SDK, it came with version 3.0 of Windows Azure Storage Emulator. When I try to launch the emulator it starts successfully (after getting the signal for the system admin password), but this system administrator fails to resume me for the password.

The exception that I get:

Unchecked exception: System. Timeout Expedition: Unable to open the wait handle. Microsoft.WindowsAzure.Storage.Emulator.Controller.EmulatorProcessController.InternalWaitForStorageEmulator (Int32 timeoutInMilliseconds)

My current user is not a system administrator, but I have a system administrator The password for the account is.

Anyone walked into this?

The storage emulator needs to run initially with a different user to over altute with high privileges By using, it seems that the emulator can only be started for that user, you need to run the initialization as the current user but with high privileges. Once the user starts the emulator, you will not need high privileges to run the emulator.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -