|
Tuesday, July 24, 2012
Wednesday, June 13, 2012
Windows 7 disconnect network frequently
Use following command, it will resolve the problem
From Microsoft :
http://support.microsoft.com/kb/934430
Posted in Network problem, Windows 7
SharePoint - Unable to browse large document library in explorer view
Problem
You try to open a document
library with many files by clicking on ‘Open in windows
explorer’
OR
When you try to save your word
document directly to sharepoint as shared drive.
and get the following error message:
Solution
The problem occurs because the size of all the file attributes that are returned by the WebDAV server is much larger than what is expected. By default, this size is limited to 1 MB.
To work around this problem, you need to modify the windows registry on the client computer.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters\
Value:
FileAttributesLimitInBytes
Data Type: DWORD
Default Value: 1,000,000
decimal (1 MB)
Change the default value to a larger number, e.g. 100000000 for 100mb.
To work around this problem, you need to modify the windows registry on the client computer.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters\
Value:
FileAttributesLimitInBytes
Data Type: DWORD
Default Value: 1,000,000
decimal (1 MB)
Change the default value to a larger number, e.g. 100000000 for 100mb.
Posted in Explorer view, large document library, save as, SharePoint