• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 13, 2024, 11:42:26 pm

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 - craig

1
To add to it the report will render eventually, it just takes really long. On the order of 5 to 10 minutes.
2
That resolved it. I had to do a manual installation. I tried to do a silent mode install but no matter what arguments I gave to the installation program it always gave me an 'Invalid argument' error. I though it perhaps was a Linux v. Solaris thing and did the manual install. Are there any other configurations around reporting that I need to set manually? Now when I go into 'Reports' and run a report it pops open another browser window that is blank. Again this functionality works fine locally with Windows + MySQL.
3
After installation I am receiving the following error on the My Store Status screen (in the area where the Last 30 Days Orders report should display):

Cannot open the connection for the driver: org.eclipse.birt.report.data.oda.jdbc.
Cannot load JDBC Driver class: not found.

I have it configured to use MS SQL Server using the jtds driver. The jtds driver JAR is in the birt viewer directory konakart/webapps/birtviewer/WEB-INF/platform/plugins/org.eclipse.birt.report.data.oda.jdbc_2.3.1.v20080827/drivers

The error message makes it sound like it doesn't know which driver to load. I have configured the driver in konakart.properties and konakartadmin.properties. I am running this on Solaris 10. This functionality works fine when I run it locally with Windows and MySQL.
4
Not all of my products are available in all countries. I would like to display to the user only products that are available in the country that they are in. Can I do this without multiple stores?
5
Okay, I'll try the first one. It seems like there ought to be a better way. I would assume that every user at some point is going to need a database without the demo data so they can begin populating their real data.
6
Which database script (or scripts) should I execute to create the database if I don't want any of the demo data? The manual installation FAQ only mentions konakart_demo.sql. The other installation FAQ just says that you can run the scripts or the installer can run the scripts but it doesn't say which scripts. It seems like the installer runs konakart_demo.sql. I tried running konakart_empty.sql against a database created by konakart_demo.sql but it seems like that deleted too much (I got an error on startup).