Skip to Content
0
Former Member
Dec 04, 2006 at 11:17 PM

Some Charts Not rendering with CR 10 embedded for RAS

29 Views

Following the IBM example "http://www-128.ibm.com/developerworks/rational/library/06/1017_bajaj/" target="_blank" title="Integrate Crystal Reports in Web applications using Rational Application Developer, Part 2: Embed Crystal Reports in Web applications using JDBC Connection at design time and JNDI Connection at run time">Integrate Crystal Reports in Web applications using Rational Application Developer, Part 2: Embed Crystal Reports in Web applications using JDBC Connection at design time and JNDI Connection at run time" worked well for me and I was able to successfully create reports. When adding specific charts like the gauge will not render, but the pie, doughnut, area, radar, and bubble charts will.

Is there something specific about the gauge chart that I need to set? The rendered page with the missing gauge chart contains only the border, no data.

I have followed the KB articles on modifying the crystalImageHandler.jsp to include out.clearBuffer and out.close, and the second article about removing everything from the crystalImageHandler.jsp except a forward and create a servlet to handling everything else. Neither one of these suggestions has gotten me any further.

I'm looking for at least a key word or a direction that I can start searching/investigating on.