Hello:
I'm trying to setup KonaKart to work with SQL Server Express 2008 Setup and getting connection refused. I'm sure it's to do with improper config but I don't know the correct properties to use.
In my konakart.properties and konakartadmin.properties files I have the following properties:
torque.database.store1.adapter = mssql
torque.dsfactory.store1.connection.driver = net.sourceforge.jtds.jdbc.Driver
#torque.dsfactory.store1.connection.url = jdbc:jtds:sqlserver://localhost:1433/<My_database_name>;SelectMethod=cursor
torque.dsfactory.store1.connection.user = <my_username>
torque.dsfactory.store1.connection.password= <my_password>
I have not tried to change the port the server is listening on; it is left to the default port. I am also sure the server is running as I can query the DB schema created from the konokart demo SQL script.
Can anyone assist me?
Thanks.
I'm trying to setup KonaKart to work with SQL Server Express 2008 Setup and getting connection refused. I'm sure it's to do with improper config but I don't know the correct properties to use.
In my konakart.properties and konakartadmin.properties files I have the following properties:
torque.database.store1.adapter = mssql
torque.dsfactory.store1.connection.driver = net.sourceforge.jtds.jdbc.Driver
#torque.dsfactory.store1.connection.url = jdbc:jtds:sqlserver://localhost:1433/<My_database_name>;SelectMethod=cursor
torque.dsfactory.store1.connection.user = <my_username>
torque.dsfactory.store1.connection.password= <my_password>
I have not tried to change the port the server is listening on; it is left to the default port. I am also sure the server is running as I can query the DB schema created from the konokart demo SQL script.
Can anyone assist me?
Thanks.