小编csi*_*ima的帖子

Azure 存储模拟器无法连接到 LocalDB

我的 Azure 存储模拟器有问题,它拒绝连接到 LocalDb。在我使用命名管道创建 ODBC 连接之前,它曾经工作得很好。发生了什么:

  • 我需要从 Mathematica 访问数据库中的数据,因此我生成了一个 ODBC 连接。
  • ODBC 无法连接到 (localdb)\v11.0,因此我改用命名管道。

从那时起,Azure 就停止工作了。我升级到了SDK2.0,但是没有帮助。我尝试运行 DSInit.exe,但我得到:

Found SQL Instance (localdb)\v11.0.
Creating database DevelopmentStorageDb20 on SQL instance '(localdb)\v11.0'.
Cannot create database 'DevelopmentStorageDb20' : A network-related or instance-specific
error occurred while establishing a connection to SQL Server. The server was not found or
was not accessible. Verify that the instance name is correct and that SQL Server is
configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error …
Run Code Online (Sandbox Code Playgroud)

azure localdb azure-storage-emulator

5
推荐指数
0
解决办法
836
查看次数

标签 统计

azure ×1

azure-storage-emulator ×1

localdb ×1