Difference between revisions of "LabLynx KB:File upload error Request.BinaryRead failed"

From LIMSWiki
Jump to navigationJump to search
(Created article.)
 
m (Corrected to "AspUpload")
 
Line 7: Line 7:
==Dealing with a Request.BinaryRead error==
==Dealing with a Request.BinaryRead error==


If AspEmail is generating one of the following errors in Windows 2003 when trying to upload something:
If AspUpload is generating one of the following errors in Windows 2003 when trying to upload something:


           Persits.Upload.1 error ' 800a0001 '  
           Persits.Upload.1 error ' 800a0001 '  

Latest revision as of 00:50, 1 October 2011

Dealing with a Request.BinaryRead error

If AspUpload is generating one of the following errors in Windows 2003 when trying to upload something:

          Persits.Upload.1 error ' 800a0001 ' 
          Request.BinaryRead Failed. 
          Persits.Upload.1 error ( 0x800a0001 ) 
          Unspecified error

...you may need to alter a variable in the metabase.xml file of your IIS 6.0 install. The solution to this problem can be found at support.persists.com.

Related questions