473,325 Members | 2,816 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,325 software developers and data experts.

Unspecified Error (80004005) executing Request.Form()

There is a limit to the amount of data you can post
through a form. For a file of that size you probably need
to treat it as an upload.
-----Original Message-----
I've got a an ASP page which works *MOST* of the time.

Sometimes when a client post a large amount of data in a field (at least100K of data), I will get an "Unspecified Error" 80004005.

The line that the error occurs on is:

strAction = Request.Form("Action")

The large form variable is called "fldMessage" and is not even referenced inthe ASP page until further down the ASP page.

It's running on IIS5 (Win2k SP4, although it also fails on previousversions).
The ASP page also connects to SQL server via OLEDB... running MDAC 2.7 SP1.
Any help would be greatly appreciated!

-Phil
.

Jul 19 '05 #1
1 3339
I'm going to try breaking the data into multiple form fields and see if that
does the trick.

-Phil

"John Beschler" <gi***@geewhiz.com> wrote in message
news:05****************************@phx.gbl...
There is a limit to the amount of data you can post
through a form. For a file of that size you probably need
to treat it as an upload.
-----Original Message-----
I've got a an ASP page which works *MOST* of the time.

Sometimes when a client post a large amount of data in a

field (at least
100K of data), I will get an "Unspecified Error" 80004005.

The line that the error occurs on is:

strAction = Request.Form("Action")

The large form variable is called "fldMessage" and is not

even referenced in
the ASP page until further down the ASP page.

It's running on IIS5 (Win2k SP4, although it also fails

on previous
versions).
The ASP page also connects to SQL server via OLEDB...

running MDAC 2.7 SP1.

Any help would be greatly appreciated!

-Phil
.

Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Christopher Brandsdal | last post by:
Hi! I get an error when I run my code Is there any other way to get te information from my form? Heres the error I get and the code beneath. Line 120 is market with ''''''''''''Line...
12
by: Grahammer | last post by:
For some reason I am getting an error when trying to open a recordset on an Access database on my Win2K3 machine from my INDEX.ASP page, but the same code accesses the database fine when coming...
0
by: Travis Pupkin | last post by:
Hi, I'm getting the Stack Overflow error on the request.form from a large TEXTAREA submission. Actually, the problem is _I'm_ not getting it, only my client is, and we're testing the exact...
4
by: Zibi | last post by:
I try to use script from www.freeaspupload.net for upload file. I need to store in session object the names of uploaded files but I get an error - Cannot use Request.Form collection after...
8
by: Tom | last post by:
Hi I have an aspx page which has javascript to configure xmldata. I added breakpoint to the button method. When I click submit button, it did not go to those breakpoint and show the following...
3
by: chuckdfoster | last post by:
When creating a new project or trying to add a web form to an ASP.NET project I am getting an error that says "unspecified error" and the web form isn't added. I can however import an existing web...
2
by: ago | last post by:
I am trying to make the win32com HelloWorld server work with a VBA client but I get: Run-time error '-2147467259(80004005)': Automation error Unspecified error I googled for the error but...
7
by: samah | last post by:
I have a package i used it for 3 days ago and then i got these 2 error Run Time Error unspecified error ( 80004005) and Run Time Error Could not lock file ( 80004005) and these are my codes...
4
by: LamSoft | last post by:
How to add slashes for the each element in the incoming Request.Form I tried: for (int i = 0; i < Request.Form.Count; i++) { Request.Form. = Request.Form.Replace("'", "\\'").Replace("\"",...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.