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

csi*_*ima 5 azure localdb azure-storage-emulator

我的 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
Locating Server/Instance Specified).

One or more initialization actions have failed. Resolve these errors before attempting to
run the storage emulator again. Please refer to http://go.microsoft.com/fwlink/?LinkID=248088
for more details.
Run Code Online (Sandbox Code Playgroud)

你知道我该怎么做才能让它再次工作吗?