RE: Windows NT error number 1450 occurred ????

2001-07-18 Thread Shawn Grover
: Tuesday, July 17, 2001 1:46 PM To: CF-Talk Subject: RE: Windows NT error number 1450 occurred Thanks for the reponses all, I will definetly store client data in a DB. Should have been done long ago. FYI this was only on my dev machine, thank god ) jeff -Original Message- From

Re: Windows NT error number 1450 occurred ????

2001-07-17 Thread Jochem van Dieten
Jeff Green wrote: Hi all, I got this error when uploading a file with a Mac, it works fine when I use a regular PC. The error is as follows: Error Occurred While Processing Request Error Diagnostic Information Error writing data from web server to the ColdFusion Application Server

RE: Windows NT error number 1450 occurred ????

2001-07-17 Thread Will Swain
will crash and you could have difficulties starting it up again. HTH Will -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: 17 July 2001 09:26 To: CF-Talk Subject: Re: Windows NT error number 1450 occurred Jeff Green wrote: Hi all, I got this error

RE: Windows NT error number 1450 occurred ????

2001-07-17 Thread Amit Ambardar
- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: 17 July 2001 09:26 To: CF-Talk Subject: Re: Windows NT error number 1450 occurred Jeff Green wrote: Hi all, I got this error when uploading a file with a Mac, it works fine when I use a regular PC. The error

Re: Windows NT error number 1450 occurred ????

2001-07-17 Thread Jochem van Dieten
Will Swain wrote: If I remember correctly, Error 1450 could mean that your registry is full, or near to full. No. It simply means out of resources. If the error occurs when accessing the registry (using a cfapplication tag with clientmanagement enabled) it usually points to a full registry,

RE: Windows NT error number 1450 occurred ????

2001-07-17 Thread Will Swain
gets too big your server will crash and you could have difficulties starting it up again. HTH Will -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: 17 July 2001 09:26 To: CF-Talk Subject: Re: Windows NT error number 1450 occurred Jeff Green wrote: Hi all

RE: Windows NT error number 1450 occurred ????

2001-07-17 Thread Will Swain
Well, looks like that to me, especially the different behaviour on different machines. Hardly do any harm to check eh? Will -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: 17 July 2001 09:59 To: CF-Talk Subject: Re: Windows NT error number 1450 occurred

RE: Windows NT error number 1450 occurred ????

2001-07-17 Thread Stephen Moretti
Will Swain wrote: If I remember correctly, Error 1450 could mean that your registry is full, or near to full. No. It simply means out of resources. If the error occurs when accessing the registry (using a cfapplication tag with clientmanagement enabled) it usually points to a full

RE: Windows NT error number 1450 occurred ????

2001-07-17 Thread Shawn Grover
Yep, the 1450 error means out of resources. With uploads this typically means you have run out of memory to store the file in before being processed, or you have run out of drive space. HTTP uploads go to the server's memory, then are processed by your code. The amount of memory you have on the

RE: Windows NT error number 1450 occurred ????

2001-07-17 Thread Shawn Grover
: Tuesday, July 17, 2001 2:40 AM To: CF-Talk Subject: RE: Windows NT error number 1450 occurred If I remember correctly, Error 1450 could mean that your registry is full, or near to full. You should either increase the maximum size of the registry, or possibly stop storing client variables

RE: Windows NT error number 1450 occurred ????

2001-07-17 Thread Jeff Green
To: CF-Talk Subject: RE: Windows NT error number 1450 occurred If I remember correctly, Error 1450 could mean that your registry is full, or near to full. You should either increase the maximum size of the registry, or possibly stop storing client variables in it. I would recommend that you do