I've just installed the last version of Sql Server Management Studio 2017 (v17.0) in order to connect to the brand new SQL SERVER vNEXT on Ubuntu 16.04.
So, I tried to restore the classic NORTHWND database, just to test the environment, but the system returned an error.
Although I was using sa login the system gave to me an access permission error to the folder /var/opt/mssql/data/ (where the .bak file reside).
The error message was:
Cannot access the specified path or file on the server. Verify that you have the necessary security privileges and that the path or file exists.
I've already check the access of that folder, and it is set correctly to the user mssql, infact if I use SSMS 2014, with the same login, I can restore that database without any problem.
I'm wondering if it isn't a bug of SSMS 2017 after all.
Btw, my configuration is:
the server:
- Ubuntu 16.04 virtualized with Vagrant + VirtuaBox
- Sql Server vNext
the client:
- Windows 7 SP1
- SSMS 2017 (v17.0 build 14.0.17099.0) (doesn't work)
- SSMS 2014 (it works!)
Thanks for helping!