Skip to main content



      Home
Home » Archived » BIRT » Migrate from BIRT 3.7.0 to BIRT 4.3.0
Migrate from BIRT 3.7.0 to BIRT 4.3.0 [message #1077265] Thu, 01 August 2013 09:03 Go to next message
Eclipse UserFriend
Hello everyone , well i developed a number of reports using BIRT 3.7.0 on Eclipse Indigo .
However ,we had to switch to eclipse Kepler .
As a matter of fact i had to install BIRT on eclipse Kepler but found only BIRT 4.3.0 as the only version of BIRT available for eclipse Kepler. (plz correct me if i am wrong)
I installed the new BIRT successfully but when i try to generate an older report whic was created on BIRT 3.7.0 , i get the errors like:

1- data.engine.InvalidBoundColumnName...
2- There are errors evaluating script "row._outer._outer["ID_COMMS"]":
The outer query results does not exist.
This might be caused by a "_outer" reference in a query without parent query.
3- TypeError: Cannot call method "toString" of null
4- BIRT exception occurred. See next exception for more information.
Can not convert the value of Affiche to Integer type.
among others.
the reports is generated successfully when using BIRT 3.7.0. Can anybody please help on this one?
Re: Migrate from BIRT 3.7.0 to BIRT 4.3.0 [message #1078993 is a reply to message #1077265] Sat, 03 August 2013 19:14 Go to previous message
Eclipse UserFriend
Sometimes with bug fixes and changes, things in old reports need to be fixed/changed. The bug fix issue would be something that was set up wrong initially, but BIRT was ignoring the problem, which once fixed, broke the report.

1 - Sounds like you have a column bound to a table that doesn't exist in your dataSet or something
2 - Find where you're using the row._outer._outer expression and make sure there is access to that binding
3 - Somewhere you're using .toString() has a null value being passed to it.
4 - It would appear that you've got a field defined as an integer that has a string value.

If you can attach the report having these errors, I might be able to help you find the problems.
Previous Topic:Report with Chart causes webviewer error
Next Topic:Need help for Html page in RCP ViewPart
Goto Forum:
  


Current Time: Sun Mar 16 00:04:44 EDT 2025

Powered by FUDForum. Page generated in 0.03381 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top