Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Can not load the report query: 205. Errors occurred when generating the report document for the repo
G@URI
I am using BIRT 2.6.2.
I have designed reports in eclipse and deployed in my local tomcat.It is running successfully.
But when I am trying to deploy it in linux environment..
It is giving ...
Can not load the report query: 205. Errors occurred when generating the report document for the report element with ID 205. (Element ID:205)
I have also copied mysql connector jar file in birt/WEB-INF/lib folder
I think database connection is not establishing..What is the problem?
Please help me asap.
Find more posts tagged with
Comments
kosta
Hello G@URI,
open your design/library file in a text editor and see which element has the id 205. Maybe then you will get any new ideas.
G@URI
Hello Kosta,
That id 205 belongs to the table,in which all the dataset elements are placed.
Problem is all about database connection,I guess. It cannot find mysql connector jar file.
In linux,where to locate that jar for running reports in application?
I have already added mysql connector jar file in birt/WEB-INF/lib folder
G@URI
In Datasource, in manage drivers tab,I have given the path of that connector jar file which is located on windows..
What should I do if I have to deploy it in linux?