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 box directly affects how large of a
file you can upload.  With 64 Meg, NT, SQL, IIS and CF, the limit was about
5 meg for us.  We bumped our memory and can now upload close to 70 meg
files.

Hope that helps.

Shawn Grover

-----Original Message-----
From: Jeff Green [mailto:[EMAIL PROTECTED]]
Sent: 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: Will Swain [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 17, 2001 2:33 AM
To: CF-Talk
Subject: RE: Windows NT error number 1450 occurred ????


Oh yeah, nearly forgot. Just to clarify, the mac/pc thing is a bit of a red
herring. You will probably find that the pc already has a client entry in
the registry, whereas the mac didn't. The error comes when cf tries to write
another entry into the registry, but can't as it is full. Try it on another
pc that hasn't visited the site before, or clear all the cookies of your pc
to check, and you should find that error on those machines too!!

HTH

Will

-----Original Message-----
From: Will Swain [mailto:[EMAIL PROTECTED]]
Sent: 17 July 2001 09:40
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 this quite quickly, as if the registry 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,
>
> 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
> Windows NT error number 1450 occurred
>
>
> Anyone have any ideas what is causing this error, or even what it means?


You can get help for Windows NT error numbers by typing "net helpmsg
number". In this case the maessage is "insufficient resources".
I guess it has got something to do with the part of the release notes of
CF 5 which says that uploading large files no longer gives this error.
The only chance of a fix that I know is to upgrade to CF 5.

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

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to