[akka-user] Re: Help with exception with Slick JDBC connector for MS SQL Server

2017-11-15 Thread 'indusbull' via Akka User List
My bad. It was typo while I was formatting to post here. Corrected app.conf with same exception - application.config slick-sqlserver { profile = "slick.jdbc.SQLServerProfile$" db { dataSourceClass = "slick.jdbc.DriverDataSource" properties = { driver =

[akka-user] Re: Help with exception with Slick JDBC connector for MS SQL Server

2017-11-13 Thread lutzh
It doesn't really match the error message, but your "driver" entry looks a bit off to me - shouldn't that just be the driver class name? I think the ";databaseName=" would be attached to the URL part, not the driver. And the 3 before the ";", I don't know.. On Monday, November 13, 2017 at