Suddenly out of the blue we where confronted with document locking on our Sharepoint farm. Starting to have a look at the event log, and then the Sharepoint log files. mmmm Nothing wrong with that. Checking the SQL server belonging to the farm al log files clear. I decided to put some search sentences using [...]
I found after using the “google-o-matic” several possible solutions.The right way to go? well check this out, the delay is caused by IE. Yes that’s right it has nothing to do with SharePoint.So what to do.See the figure below: Open IE and check the connections tab.Choose LAN settings and check use proxy and check Bypass [...]
Still having problems using w32time service. Well that’s history using the settings below. Choose your ntp server internal or external http://www.pool.ntp.org/ Copy and paste it in notepad and save as *.reg file. Merge it into the registry and restart your w32time service. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\Parameters]“Type”=”NTP”“NtpServer”=”nl.pool.ntp.org,0×1″ [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\Config]“AnnounceFlags”=dword:00000005 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\TimeProviders\NtpServer]“Enabled”=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\TimeProviders\NtpClient]“SpecialPollInterval”=dword:00000384 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\Config]“MaxNegPhaseCorrection”=dword:00000e10“MaxPosPhaseCorrection”=dword:00000e10 Open the command [...]
The final part about this item. First of all we need the "Windows® Automated Installation Kit (AIK) for Windows® 7" after installing the Kit I added the directory "C:\Program Files\Windows AIK\Tools\Servicing" to the system variables path variable. Before we are to inject some stuff. We have to export a image, so right click on your [...]