azure - WAStorageEmulator.exe 启动失败

标签 azure azure-table-storage

我刚刚安装了 Windows Azure SDK。它附带了 Windows Azure 存储模拟器 3.0 版。当我尝试启动模拟器时,它初始化成功(在提示我输入系统管理员密码后),但无法启动(再次在提示我输入系统管理员密码后)。

我得到的异常(exception)是:

Unhandled Exception: System.TimeoutException: Unable to open wait handle. at Microsoft.WindowsAzure.Storage.Emulator.Controller.EmulatorProcessController.InternalWaitForStorageEmulator(Int32 timeoutInMilliseconds)

我当前的用户不是系统管理员,但我有系统管理员帐户的密码。

有人遇到过这种情况吗?

最佳答案

存储模拟器需要以提升的权限运行一次性初始化。通过使用不同的用户来提升,看起来模拟器可能仅为该用户进行了初始化。您需要以当前用户身份运行初始化,但具有提升的权限。一旦为用户初始化了模拟器,您将不需要提升的权限来运行模拟器。

关于azure - WAStorageEmulator.exe 启动失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23267098/

相关文章:

azure - 我们如何在Azure.Messaging.EventHubs中设置partitionkey

python - 使用 pandas 将 BLOB 存储中的 .xlsx 转换为 .csv,无需下载到本地计算机

c# - 实体未添加到 Azure 表,但行键和分区键已正确添加

angular - 使用 ADAL 库注销 Azure Active Directory。 Angular 、 typescript

azure - 使用 az apim api 更新 apim 中的 api

azure-storage - 提高 Azure 表存储查询性能的建议

c# - 如何插入属性长度超过 32kB 的 Azure 存储表实体

c# - Azure 函数从表中读取

具有多个查询点的 Azure 存储表设计

azure - 无法在应用配置事件上运行逻辑应用