• Welcome to KonaKart Community Forum. Please login or sign up.
 
June 28, 2025, 11:10:01 am

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - jdsilva

1
I was able to get it running with Oracle 10g Express.  When I tried SQL Server 2008 again with the setup exe, I was still unsuccessful.
2
Installation of KonaKart / SQL Server Express 2008 Setup
December 07, 2011, 04:59:57 pm
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.