2

Trying to connect to localdb using Database tab in Rider. I adding SqlServer jTds and Rider shows this error

Connection to SunEngineDb1 failed. [08S01] Network error IOException: .\pipe\MSSQL$LOCALDB#E65C6709\sql\query (Can not find the specified file)

enter image description here

What am I missing, and how it can be solved?

It is ASP.NET Core 2.0 project with localdb database on development. If I run it it works perfectly including database connect.

Dmitrij Polyanin
  • 485
  • 5
  • 23

1 Answers1

2

Well, finally we discovered the problem. It is the mistake in the driver we provide. To have this issue fixed urgently, delete the file \config\jdbc-drivers\jdbc-drivers.xml and restart the IDE. Then, please, refresh your driver to 1.3.1.1 or just put [latest] there.

moscas
  • 9,064
  • 36
  • 42