What does this mean?

2003-01-09 Thread Kennerly, Rick H CIV
This is the CF log entry from the scheduler. I find it a little ambiguous. Was the Verity reindex successful...or merely rescheduled? "Information","scheduler-3","01/09/03","07:12:00",,"[Index Instructions] Executing at Thu Jan 09 07:12:00 EST 2003" "Information","scheduler-3","01/09/03","07:12:0

What does this mean?

2002-08-03 Thread Bruce Sorge
I searched the on-line docs and the MM site and I cannot find out why I am receiving this error. MERANT][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC SQL Server Driver]Optional feature not implemented The Error Occurred in C:\Web\WME\voucher\step_2_Insert.cfm: line 51 49 :

What does this mean?

2002-06-20 Thread Wallick, Mike
I am setting a client variable with a random number ( RandRange(0, 9) ) and I get this: CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode1223335654321 What the hell does that mean? Mike Wallick * Web Application Developer * [EMAIL PROTECTED]

what does this mean...

2001-04-23 Thread Jay Patton
Error Diagnostic Information Just in time compilation error unknown parser error The last successfully parsed CFML construct was the CFML template beginning occupying document position (1:1) to (1:1). The specific sequence of files included or processed is: D:\64.224.42.213\PHOTOGRAPHS\INDE

Re: What does this mean?

2002-08-03 Thread Jeffry Houser
The error seems to be being returned from the JDBC driver, not ColdFusion. Did this it work in previous version of ColdFusion? When you use the dbvarname attribute, I didn't think you need to put the @ symbol in front of it. At 10:48 AM 8/3/2002 -0500, you wrote: >I searched the on-line

RE: What does this mean?

2002-08-03 Thread Bruce Sorge
-Talk Subject: Re: What does this mean? The error seems to be being returned from the JDBC driver, not ColdFusion. Did this it work in previous version of ColdFusion? When you use the dbvarname attribute, I didn't think you need to put the @ symbol in front of it. At 10:48 AM 8/3/2002

Re: What does this mean?

2002-08-27 Thread Jann VanOver
I'm guessing that the problem is in the stored proc and that you're doing something not supported by the Merant JDBC drivers. If you can post the actual stored procedure, maybe someone will see the problem for you. On 8/3/02 8:48 AM, "Bruce Sorge" <[EMAIL PROTECTED]> wrote: > I searched the o

RE: What does this mean?

2002-08-27 Thread James Ang
PROTECTED] -Original Message- From: Jann VanOver [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 9:51 AM To: CF-Talk Subject: Re: What does this mean? I'm guessing that the problem is in the stored proc and that you're doing something not supported by the Merant JD

Re: What does this mean?

2002-06-20 Thread Bryan Stevenson
rom: "Wallick, Mike" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, June 20, 2002 2:51 PM Subject: What does this mean? > I am setting a client variable with a random num

Re: What does this mean?

2002-06-20 Thread S . Isaac Dealey
> I am setting a client variable with a random number ( > RandRange(0, > 9) ) and I get this: > CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode1223 > 335654321 > What the hell does that mean? This error message is intended to indicate that the CF Server doesn't like the n

RE: What does this mean?

2002-06-20 Thread Dave Watts
> I am setting a client variable with a random number ( RandRange(0, > 9) ) and I get this: > > CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode12233344 > 445654321 > > What the hell does that mean? I believe that CF uses this name internally when it creates a new variable.

RE: what does this mean...

2001-04-24 Thread Toby Tremayne
e VIC 3207 P +61 3 9245 1247 F +61 3 9646 9814 ICQ UIN 13107913 -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 24 April 2001 9:01 AM To: CF-Talk Subject: what does this mean... Error Diagnostic Information Just in time compilation error unknown parser error

Request timed out - what does this mean?

2003-12-16 Thread Earl, George
When CF terminates a request based on the timeout parameter set in the CF Admin, and when the request being terminated is an SQL query or a request to a stored procedure (i.e., the error message in the log includes the SQL or the name of the stored procedure), is it safe to assume that the request

RE: Request timed out - what does this mean?

2003-12-16 Thread Hagan, Ryan Mr (Contractor ACI)
n the problem until it's finished, but by that time, the result has no place to go to. -Original Message- From: Earl, George [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 1:34 PM To: CF-Talk Subject: Request timed out - what does this mean? When CF terminates a request ba

RE: Request timed out - what does this mean?

2003-12-16 Thread Smith, Matthew P -CONT(CSC)
lto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 12:39 PM To: CF-Talk Subject: RE: Request timed out - what does this mean? Usually when I see this happen is when I've written a poor query and the database server is taking longer to process said query than the CF Admin allows.  In th