|
|
|
|
Re: Error.ReportQueryLoadingError2 [message #656717 is a reply to message #656700] |
Mon, 28 February 2011 04:06  |
Eclipse User |
|
|
|
Well, well, well...
Okay so the project was made in Windows. What I did was import it to Eclipse (in my new installed RHEL) and tested it to work. Even made a few little changes. I got the data ok from the SQL-database while testing it from Eclipse, but not when i was running it from Tomcat.
We I was looking the XML Source for the report and noticed that it had one path from the Windows. Path was in jarList oda-data-source. I changed that to a location in my own folder where I had Eclipse installed. The report started to work like charm in Tomcat.
Quote: |
...
<property name="driverClass">com.microsoft.sqlserver.jdbc.SQLServerDriver </property>
<property name="jarList">/vkau/sqljdbc_3.0/enu/sqljdbc4.jar</property >
</oda-data-source>
|
Problem solved
[Updated on: Mon, 28 February 2011 04:18] by Moderator
|
|
|
Powered by
FUDForum. Page generated in 0.05886 seconds