----- Original Message -----
From: Eric Gilbert <[EMAIL PROTECTED]>
To: CF-TALK <[EMAIL PROTECTED]>
Sent: Friday, August 25, 2000 8:03 AM
Subject: Cannot assign result to symbol


> Hi, I'm receiving an odd error message in my application log on only one
of
> two Identical servers running
>
> Server Product ColdFusion Server
>  Version 4, 5, 0, 0
>  Edition Enterprise
>  Serial Number cf45ent-xxxxxxxxx
>  Operating System Windows NT
>  OS Version 4.0, Service Pack 5
>  OS Build Number 1381
>
> Here is the error message in the application.log
>
> "Error","TID=88","08/24/00","10:01:14","199.xxx.xxx.xxx","Mozilla/4.0
> (compatible; MSIE 5.5; Windows NT 4.0)","<P>An error occurred while
> evaluating the expression:
> <P><PRE> application.qsupplierlist = qsupplier
> </PRE></P></P>Error near line 123, column 8.<HR><P>Cannot assign result to
> symbol application.qsupplierlist<P><P> <p>The error occurred while
> processing an element with a general identifier of (CFSET), occupying
> document position (123:2) to (123:46).</p><P><P>Date/Time: 08/24/00
> 10:01:13<BR>Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT
> 4.0)<BR>Remote Address: 199.xxx.xxx.xxx<P>"
>
> Here is the referenced section of the code in the Offending File
>
> Line 116 <cfquery name="qsupplier" datasource="#application.ds#">
> Line 117 SELECT suppliername
> Line 118 FROM supplier
> Line 119 WHERE (supplierid in(1,2,3) AND (live =1)
> Line 120 ORDER BY suppliername
> Line 121 </cfquery>
> Line 122
> Line 123 <cfset application.qsupplierlist = qsupplier>


<cfset application.qsupplierlist = ArrayToList(qsupplier.suppliername)>

Cheers

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to