I do believe I recall some mention of someone else encountering this
right after CFMX came out. In their case it seems the explanation was
that the original cfm file was so long that when converted to java it
exceeded a limit imposed by java. Breaking the page into two separate
includes solved the problem even though together they were just as long.
In that case I believe it was a super-long switch/case statement.

That's all just ancient memory though...maybe try breaking yours into
two pieces if possible.

Ken

-----Original Message-----
From: chad [mailto:[EMAIL PROTECTED]
Sent: Friday, March 26, 2004 2:16 PM
To: CF-Talk
Subject: Re: Upgrading Problem on CFMX

The weird thing is I am not query a database, just including a page on
another page with cfinclude. One page has 3896 lines of code and is
being included on a page that has 1514 lines of code. Is there any way
around this. Again it worked fine on CF5
  ----- Original Message -----
  From: Dave Carabetta
  To: CF-Talk
  Sent: Friday, March 26, 2004 2:07 PM
  Subject: RE: Upgrading Problem on CFMX

  >cfCalcEICTEIAmount2ecfm382194364 (Code of a method longer than 65535
bytes)
  >
  >where cfcalcEICTEIAmount.cfm is my page name. This page is being
included
  >on another page.
  >

  Are you doing something with the database with regard to large data?
Perhaps
  enabling the "Enable Long Text Retrieval" option for the datasource
will
  solve your issue. On the surface, without seeing any code, it *seems*
as
  though you're doing a SELECT from a database, but the returned data is
  larger than the max 64K.

  Regards,
  Dave.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to