Can not load the report query: 205. Errors occurred when generating the report document for the repo

G@URI
edited February 11, 2022 in Analytics #1
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.

Comments

  • kosta
    edited December 31, 1969 #2
    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.
    Warning No formatter is installed for the format ipb
  • G@URI
    edited December 31, 1969 #3
    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
    edited December 31, 1969 #4
    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?