You Must Manually Run PSCONFIG after Installing SharePoint 2010 Patches

Whenever Sharepoint is updated, psconfig must be run to finish the installation of the update. See the SBS Blog here – http://blogs.technet.com/b/sbs/archive/2011/05/24/you-must-manually-run-psconfig-after-installing-sharepoint-2010-patches.aspx

To run pscoonfig, perform the following:

  1. Open up a Command Prompt as Administrator
  2. Change directory to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN
  3. Run PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures

Other possible issues after installing Sharepoint Foundation 2010 SP1, or other updates can be found here – http://blogs.technet.com/b/sbs/archive/2011/07/06/potential-issues-after-installing-sharepoint-foundation-2010-sp1.aspx

 

iertutil.dll was not found error. Cannot start Windows XP

This is becoming a more common problem on Windows XP PCs. It appears to have been corrupted by a faulty update.

To fix the issue, press CTRL-ALT-DEL at the blank screen and start the task manager. From the Task Manager, select File, New Task (Run).

In the Task windows, type CMD, then press the OK button.

The error message will appear a few more times, but the Command Prompt will eventually appear.

From the command prompt, type CD C:\WINDOWS\SYSTEM32\DLLCACHE

Then type COPY IERTUTIL.DLL ..

This will copy the correct version of iertutil.dll to the C:\Windows\System32 folder.

If the file is not found, you can type in DIR C:\WINDOWS\IERTUTIL.DLL /S

A list of files and locations will show up. You can copy the files from any of those folders.

After this, reboot the system and the problem showld be fixed.