dotcomslashnet
Guest
|
Posted:
Wed Aug 17, 2005 8:58 am Post subject:
Occasional 404 errors reading property using webdav |
|
|
I have a project I'm working on within which there are several queries on a
public folder in exchange using webdav.
I have a unit test that exercises this code, and every so often, it fails
with a 404 error on one of the properties - all the rest of the properties
return with their values correctly. When opening the corresponding record in
Outlook, there is a field and a value associated with it for the property
that fails. I can even use something like Outlook Spy to confirm that the
field is there, yet my test still fails.
Eventually the test will recover without any changes to the code. I assume
therefore that something happens to the item I am reading to make that field
available again.
Are there any known issues that would cause this kind of behaviour? Is
there any way I can recover from this? Or is there anything I can do to
limit the chances of it happening?
The exchange server is Exchange 2003 SP1.
|
|