Did not find a seperate forum for WebDAV troubleshooting, so posting in 'General'.
In IIS 7.5 is configured WebDAV to allow users to modify Word/Excel documents via website. This was working fine. But on one machine it suddenly stopped working. Whenever any Word document is tried to open, Word application is launched but it simply shows a blank screen and the document does not open. It is working fine on rest of the machines with same OS/Office/Browser (IE 9) configuration. It was working fine on this machine also but stopped working suddenly.
Looked up the IIS logs for Word document specific requests. Following unique values of sc-status, sc-substatus and sc-win32-status.
sc-status sc-substatus sc-win32-status
207 | 0 | 0 |
204 | 0 | 0 |
204 | 0 | 64 |
Looking up Win 32 code indicates '64 = The specified network name is no longer available.'. Not sure whether the error is related to this Win 32 code.
Any ideas, folks ?