<entry key='database.url'>jdbc:sqlserver://192.168.10.1\MSSQLSERVER;user=sa;password=pwd;databaseName=traccar;</entry>
wrong string
@deep, what is wrong with the string? It looks fine to me.
@Firoz, you should check logs for the error details.
MSSQLSERVER = MSSQLINSTANCE
Can you please write proper sentences? Instance name can be anything, as far as I know.
Thanks for the support. it was the problem with SQL Browser service is not working.
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