Home     Products      Support      Corporate     Sign In 
Support Knowledge Base, Article 279
Product
FileUp
Version
all 
Title
Error: "ASP 0101 Unexpected error. Function returned |" when using FileUp on Windows 2000 pre-SP3 with SSL
Problem

When using FileUp with SSL on Windows 2000, the following error is thrown:

Error Details:
Error number: (-2147467259)
Error Description: 007~ASP 0101 Unexpected error The function returned |.
Error Source: Request Object  

This error is intermittent and is caused internally in ASP's Request Object. This error is usually thrown when uploads are larger than 500KB

Solution

Research indicates that this error is caused by ASP's Request.BinaryRead method, which FileUp calls internally to read the upload stream, in conjunction with using SSL.

The line number stated in the error message will reference the line where FileUp's Form collection is first accessed. This is the point where FileUp calls Request.BinaryRead to process the upload.

Service pack 3 for Windows 2000 may resolve the problem. Please download and apply the latest service pack available from Microsoft for Windows 2000.

Configuration Info
Windows 2000
Created : 12/1/2002 12:00:00 AM (last modified : 4/28/2004 10:35:05 AM)
Rate this article!
Comments