Skip to main content
May 19, 2006
Question

CF Report generation error

  • May 19, 2006
  • 1 reply
  • 704 views
Hello,

We have a report that is working on the development and the production server. I just downloaded the Report Builder version 7.0.1
When I change the report (move a filed from one pixel left) and save it, the server returns an error:

The report template D:\...\IRC_BBS_Submission.cfr appears to be malformed or contain errors. The error that was encountered was: Invalid CFML construct found on line 135 at column 236.ColdFusion was looking at the following text:

\"

The CFML compiler was processing:

* An expression that began on line 135, column 226.
Your expression might be missing an ending "#" (it might look like #expr ).
* the tag attribute "yaxistitle", on line 135, column 214.
* a cfchart tag beginning on line 135, column 18.
* a cfchart tag beginning on line 135, column 18

I am using CFMX 7.1 on Windows 2003, and have the report builder running on this system too.

Thanks for your help

Eric
This topic has been closed for replies.

1 reply

May 19, 2006
Hello,

I found the problem.
We are using an external query (called via CFModule) and one of the field name had changed.

So the error was due to the fact the CFREPORT was not able to find the field on the query.