Windows 10 64. After changing to SQL Server Traccar Service is not working

Firoz6 years ago

Changed these entries

<entry key='database.driver'>com.microsoft.sqlserver.jdbc.SQLServerDriver</entry>
<entry key='database.url'>jdbc:sqlserver://192.168.10.1\MSSQLSERVER;user=sa;password=pwd;databaseName=traccar;</entry>
<entry key='database.user'>sa</entry>
<entry key='database.password'>pwd</entry>

but traccar service is not working

deep6 years ago
<entry key='database.url'>jdbc:sqlserver://192.168.10.1\MSSQLSERVER;user=sa;password=pwd;databaseName=traccar;</entry>

wrong string

Anton Tananaev6 years ago

@deep, what is wrong with the string? It looks fine to me.

@Firoz, you should check logs for the error details.

deep6 years ago

MSSQLSERVER = MSSQLINSTANCE

Anton Tananaev6 years ago

Can you please write proper sentences? Instance name can be anything, as far as I know.

Firoz6 years ago

Thanks for the support. it was the problem with SQL Browser service is not working.