Hi,
I am using BIRT 3.7.2 with Oracle 11g database. Report is working fine when I am seeing it in Eclipse preview but it is throwing "Can not load the report query: 119. Errors occurred when generating the report document for the report element" error from BIRT viewer as well as from deployed location.
I have put ojdbc6.jar in eclipse-plugin folder as well as TOMCAT-lib directory even application's WEB-INF/lib directory. I have set BIRT log level to FINEST ( and then ALL ) but no exception or error is there in log file.
Same report working on other databases like MySQL and DB2.
Following is the report query ( with changed table and column name) :
"SELECT TABLE_1.FIELD_1,
TABLE_1.FIELD_2,
TABLE_1.FIELD_3,
TABLE_1.FIELD_4,
TABLE_1.FIELD_5,
sum(TABLE_1.FIELD_6),
TABLE_2.FIELD_7,
count(*) COUNT_1
FROM TABLE_2 TABLE_2 INNER JOIN TABLE_1 TABLE_1 ON
TABLE_2.ID_1=TABLE_1.ID_2
WHERE (TABLE_2.DATE>= {d ?} AND TABLE_2.DATE< {d ?} )
AND TABLE_2.FIELD_7 LIKE '%'
AND TABLE_1.FIELD_3 LIKE ?
AND TABLE_1.FIELD_2 LIKE ?
AND TABLE_1.FIELD_1 LIKE ?
AND TABLE_1.FIELD_4 LIKE '_%'
GROUP by
TABLE_1.FIELD_1,TABLE_1.FIELD_2,
TABLE_1.FIELD_3, TABLE_1.FIELD_4,
TABLE_1.FIELD_5, TABLE_2.FIELD_7"
Any idea or pointer to solve this problem will be greatly appreciated. Thanks in advance.
- Maulik
I am using BIRT 3.7.2 with Oracle 11g database. Report is working fine when I am seeing it in Eclipse preview but it is throwing "Can not load the report query: 119. Errors occurred when generating the report document for the report element" error from BIRT viewer as well as from deployed location.
I have put ojdbc6.jar in eclipse-plugin folder as well as TOMCAT-lib directory even application's WEB-INF/lib directory. I have set BIRT log level to FINEST ( and then ALL ) but no exception or error is there in log file.
Same report working on other databases like MySQL and DB2.
Following is the report query ( with changed table and column name) :
"SELECT TABLE_1.FIELD_1,
TABLE_1.FIELD_2,
TABLE_1.FIELD_3,
TABLE_1.FIELD_4,
TABLE_1.FIELD_5,
sum(TABLE_1.FIELD_6),
TABLE_2.FIELD_7,
count(*) COUNT_1
FROM TABLE_2 TABLE_2 INNER JOIN TABLE_1 TABLE_1 ON
TABLE_2.ID_1=TABLE_1.ID_2
WHERE (TABLE_2.DATE>= {d ?} AND TABLE_2.DATE< {d ?} )
AND TABLE_2.FIELD_7 LIKE '%'
AND TABLE_1.FIELD_3 LIKE ?
AND TABLE_1.FIELD_2 LIKE ?
AND TABLE_1.FIELD_1 LIKE ?
AND TABLE_1.FIELD_4 LIKE '_%'
GROUP by
TABLE_1.FIELD_1,TABLE_1.FIELD_2,
TABLE_1.FIELD_3, TABLE_1.FIELD_4,
TABLE_1.FIELD_5, TABLE_2.FIELD_7"
Any idea or pointer to solve this problem will be greatly appreciated. Thanks in advance.
- Maulik