Error Insufficient System Resources ... (Large File Import)

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

Greetings.

Using FrontPage 2003 to author a secure web on a Windows 2003 Server, we're
getting errors when attempting to import large (>62MB) files. 62MB transfers
fine, 70MB craps out with the following message returned to the client:

Error
Insufficient system resources exist to complete the requested service.

Nothing is written to either wecerr.txt on the client or the event logs on
the server. As the server's running 443/tcp, I'd already bumped
UploadReadaheadSize to 500MB, so that's not the problem.

Any suggestions? Appreciated,
 
No sure under Win 2003, but under the FP 2002 SE there is a command that you can run on the server that will increase the anonymous
upload size for a given web site. The command (for all ports) is as follows :

owsadm -o setproperty -pn vti_maxuploadcontentlength -pv 3000000

The Owsadm.exe can be found at
C:\Program files\common files\Microsoft Shared\Web server extensions\50\bin folder.

The size at the end of the line is in bytes.
- sounds like yours is set for 62000000


--




| Greetings.
|
| Using FrontPage 2003 to author a secure web on a Windows 2003 Server, we're
| getting errors when attempting to import large (>62MB) files. 62MB transfers
| fine, 70MB craps out with the following message returned to the client:
|
| Error
| Insufficient system resources exist to complete the requested service.
|
| Nothing is written to either wecerr.txt on the client or the event logs on
| the server. As the server's running 443/tcp, I'd already bumped
| UploadReadaheadSize to 500MB, so that's not the problem.
|
| Any suggestions? Appreciated,
|
| --
| Jim
|
|
|
 
Sounded like it could have been it, but unfortunately not. I've got
500,000,000 (sans commas) in the registry under "All Ports" and just out of
superstition set vti_maxuploadcontentlength to that same figure in both the
specific Port for the web in the registry and in the _vti_pvt/services.cnf
file, but no change in the behavior (after reboots).

Thanks for the note. Any other suggestions greatly appreciated.
 
Back
Top