Rank: Advanced Member Groups: Member
Joined: 11/16/2010 Posts: 48
|
Ocassionally (1 in 30000 uploads?) the eo_web.ashx module fails with Incorrect function. (Exception from HRESULT: 0x80070001) Here is a sample query string that caused a failure...
Code:
id=4EF2A06E-5171-4166-82A6-242BD1985E8A&uploader_data=ByF1cGxvYWQIgAAAAIyAAAAAh2N0bDAwX2NwTWFpbkNvbnRlbnRfVXBsb2FkZXJfMjpFT3NBa3dPazdCT0dDcUxvQ1pFUHArRUpsc21qM1JoL0E2bnNGSWNLbU9zQWt3T2s3Qk9HQ3FMb0NaRVBwK0VKbHZkNnh3TjNBS0xvQUovTGVMSUFiQW1hN0JTWS9aSHVESklPcVE9PScmczoyMmQ0YzY1MS04MjdhLTQ0M2EtYTc5Ni0zMTc5OTZmZjViNGUSEXRvdGFsU2l6ZToyMjYzMDQ4DAtmaWxlQ291bnQ6MQwLYnl0ZXNTZW50OjAKCWN1cnJlbnQ6MB0cZmlsZU5hbWU6VmVybWlsaW9uIExha2VzLmpwZxEQZmlsZVNpemU6MjI2MzA0OA%3d%3d
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
This maybe normal when your IIS is restarting. IIS can restart for various reasons. For example, you can configure the application pool to be recycled every morning at a specific time. If a new request comes in while the process is being recycled (restarted), then you may run into this error as our handler is still yet to be registered.
Thanks!
|