Azure storage emulator cannot connect to LocalDB -
i have problem azure storage emulator, refuses connect localdb. used work fine before created odbc connection using named pipe. happened:
- i needed access data in database mathematica, generated odbc connection.
- odbc not connect (localdb)\v11.0, used named pipe instead.
since then, azure has stopped work. upgraded sdk2.0, did not help. tried run dsinit.exe, get:
found sql instance (localdb)\v11.0. creating database developmentstoragedb20 on sql instance '(localdb)\v11.0'. cannot create database 'developmentstoragedb20' : network-related or instance-specific error occurred while establishing connection sql server. server not found or not accessible. verify instance name correct , sql server configured allow remote connections. (provider: sql network interfaces, error: 26 - error locating server/instance specified). 1 or more initialization actions have failed. resolve these errors before attempting run storage emulator again. please refer http://go.microsoft.com/fwlink/?linkid=248088 more details.
do have idea make work again?
Comments
Post a Comment