Can *anyone* shed any light on this? Please?

========================
Help!

Sometime yesterday around 19:49, my CF Server started throwing pcode errors
by the hundreds, like this:

unknown exception condition PCodeRuntimeContextImp::setVariableThe error
occurred while processing an element with a general identifier of
(CFSCHEDULE), occupying document position (3:1) to (5:13).Date/Time:
02/11/01 21:51:28Browser: Remote Address: Template:
C:\CFUSION\Scripts\cfexectask.cfmQuery String: TASK=check for db upload

(all of them in cfschedule processing)
.....and right about the same time, this simple piece of code:

<CFQUERY NAME="Getcarbrands" DATASOURCE="dsn">
        SELECT distinct Merk FROM Cars
</CFQUERY>

<SELECT name="Merk">
  <CFOUTPUT QUERY="Getcarbrands">
        <OPTION VALUE="#Merk#">#Merk#</OPTION>
  </cfoutput>
</SELECT>

started throwing this exception:

QUERY The QUERY attribute of the tag does not specify the name of an
available query
The error occurred while processing an element with a general identifier of
(CFOUTPUT), occupying document position (270:1) to (270:31)

I have ab-so-lu-te-ly no idea why this happened, and a simple cycle of CF
apparently took care of the problem.

Any ideas why this would happen? It *is* one of our only remaining CF 4.0.1
servers, but it has plenty RAM & HD and it has been running for some time
without that particular problem ever cropping up before.

Michel Vuijlsteke
Netpoint NV
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to