Azure storage emulator cannot connect to LocalDB

拜拜、爱过 提交于 2020-01-02 08:55:30

问题


I have a problem with the Azure storage emulator, which refuses to connect to LocalDb. It used to work just fine before I created an ODBC connection to it using the named pipe. What happened:

  • I needed to access the data in my database from Mathematica, so I generated an ODBC connection.
  • ODBC could not connect to (localdb)\v11.0, so I used a named pipe instead.

Since then, Azure has stopped to work. I upgraded to SDK2.0, but it did not help. I tried to run DSInit.exe, but I get:

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.

Do you have any idea what could I do to make it work again?

来源:https://stackoverflow.com/questions/16625151/azure-storage-emulator-cannot-connect-to-localdb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!