This topic is locked

Error Importing XLS 'Operation Not Allowed'

10/15/2009 1:39:53 PM
ASPRunnerPro General questions
T
terrynegrete author

Using ASPRunner Pro 6.1, trying to import an XLS file - works fine if file is about 480 rows or less, but anything bigger, get error;

Request object error 'ASP 0104 : 80004005'
Operation not Allowed
/include/aspfunctions.asp, line 1720
Is there a limit that can be overridden?

Sergey Kornilov admin 10/15/2009

What's the line 1720 in aspfunctions.asp file?

T
terrynegrete author 10/16/2009

Function ParseMultiPartForm

if Request.TotalBytes = 0 then

ParseMultiPartForm = false

Exit Function

end if

ParseMultiPartForm = true

Dim postData

postData = Request.BinaryRead(Request.TotalBytes)
Last line of this code is line 1720

Sergey Kornilov admin 10/16/2009

I recommend to post your application to Demo Account (use 'Demo Account' button on the last screen in program). Then open a ticket at http://support.xlinesoft.com sending your Demo Account URL with XLS file in question for investigation.