• Welcome to KonaKart Community Forum. Please login or sign up.
 

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 - Mark Stoetzer

1
Reporting / Re: GetDbParams is not defined
April 01, 2010, 09:50:53 am
I thought this was the case because another error was given when I didn't have the konakartadmin_report.jar in the report viewer lib directory suggesting that the birtviewer in eclipse could find the jar, but not the class files inside.

2
Reporting / Re: GetDbParams is not defined
March 31, 2010, 02:10:14 pm
I think it is a java version issue. Is it possible to get the sources in the konakartadmin_report.properties jar?
3
Reporting / GetDbParams is not defined
March 31, 2010, 01:56:07 pm
I want to be able to preview the birt reports in eclipse galileo, but only birt version 2.5 can be installed in this eclipse version.
When debugging the last 30 days chart I receive the following error:

org.mozilla.javascript.EcmaError: ReferenceError: "GetDbParams" is not defined. (#13)

This would suggest that the konakart_report jar is not available. It is however in the birtviewer plugin lib directory of eclipse
(C:\eclipse-galileo\plugins\org.eclipse.birt.report.viewer_2.5.2.v20091210\birt\WEB-INF\lib\konakartadmin_reports.jar).

Do you have any clue what could be wrong here?