【问题标题】:Azure Storage Explorer: server encountered internal errorAzure 存储资源管理器:服务器遇到内部错误
【发布时间】:2019-01-16 04:38:23
【问题描述】:

当我在 Azure 存储资源管理器(版本 1.6.2)中单击展开 Emulator-default port=> 表节点时,我收到“无法检索子资源”错误。但是,天蓝色表存储模拟器已被初始化并且正在运行。

更新: 我删除了%appdata%/storageexplorer 文件夹(正如我的微软论坛中所建议的那样),我遇到了和以前一样的问题。

我错过了什么?

【问题讨论】:

    标签: azure azure-table-storage localdb azure-storage-emulator


    【解决方案1】:

    我能够让应用程序运行

    a. removing LocalDB database, 
    b. deleting the localdb created mdf, ldf files, 
    c. installing "SQL server Express" and manually creating the database that the Azure Storage explorer needed, and then configuring Azure Storage explorer to work with "SQL server Express"
    

    【讨论】:

      【解决方案2】:

      我无法重现此问题,因此很难确定是什么原因导致了此问题。

      最好通过GitHub here 向 Azure 存储资源管理器团队提出问题。他们会帮助您解决问题。

      我认为的另一种方法是您可以卸载模拟器和存储资源管理器,然后重新安装最新版本。

      【讨论】:

      【解决方案3】:

      在我的情况下,问题是因为有多个 MS SQL 实例。因为这个实例没有正确初始化。 我们解决问题的步骤

      1. 删除创建的本地数据库
      2. 初始化期间运行下一条命令AzureStorageEmulator.exe init /server .

      有关 AzureStorageEmulator 命令的更多信息,请查看link

      【讨论】:

      • 我能够通过上述方法解决我的问题。值得在上面的链接中查看完整的文档。
      猜你喜欢
      • 2016-02-22
      • 1970-01-01
      • 2015-02-05
      • 1970-01-01
      • 2015-10-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多