Bambang F. Indarto

The Journey… The Shares

  • Recent Activities

    Jan 24 - Feb 08, 2009
    Deliver IT training
    Title: Cisco ICND 2 Location: Cisco Academy NetCampus, Jl. Cakalang, Jakarta

    Nov 29 - Dec 31, 2008
    Deliver IT training
    Title: MCAD Course Location: UUM, Kedah - Malaysia

    June 2008 -
    Deliver IT training
    Title: Cisco Academy Location: Cisco Academy NetCampus, Jl. Cakalang, Jakarta

    June 2008 -
    Deliver IT training
    Title: HTML, Photoshop, MS. Office, MS. Access
    Location: Mahatma Gading International School, Jakarta


    July 17 - July 25, 2008
    Deliver IT training
    Title: Cisco Academy Location: Department of Foreign Affairs - Brainmatics, Jakarta

    July 5th, 2008
    SAEC Soft Opening
    Location: Bandung, Indonesia

    June 12 - June 19, 2008
    Deliver IT training
    Title: MCAD Course Location: UiTM, Selangor - Malaysia

    May 20 - June 12, 2008
    Deliver IT training
    Title: MCAD Course Location: UMP, Pahang - Malaysia

    April 28 - May 16, 2008
    Deliver IT training
    Title: MCAD Course
    Location: USM, Penang - Malaysia


    March – May , 2008
    Deliver IT training
    Title: ICND Course
    Location: Junicorp Indonesia - Jakarta

  • Pages

  • c

  • Recent Posts

  • Recent Comments

    seo writer on IT Engineer and Psychologist a…
    khalid on Use OSI Model to Troubleshoot …
    Indoproperty bsd on - Life Is A Highway -
    dinahflores on Warriors of the Net
    Bintang on Hoka Hoka Bento Social Pr…
    B on Use OSI Model to Troubleshoot …
    Ng Yoke Ching on About

SQL Server Pending Installation Error

Posted by bfindarto on December 1, 2008

Some of my students were trying to install SQL Server 2000 on a Windows 2000 and windows XP OS machine lately but they got this error message:

“A previous program installation created pending file operations on the installation machine. You must restart the computer before running setup.”

Well… In this case that an erroneous pending file copy operation in the registry is causing the SQL Server installation to believe another installation is underway, which is preventing users from continuing the installation. To resolve this error, we may perform the following steps:

  1. Restart the computer and see if you are able to run the setup. If the restart does not help, use the next solution.
    1. Click Start, and then click Run.
    2. Type: “Regedit” (without the quotation marks) in the Open dialog box
    3. Click OK.

      NOTE: BackUp the registry by clicking on the File menu, and then click Export. (Or Export Registry File from the Registry menu in Windows 2000).

    4. In Registry Editor, expand the following registry subkey:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
    5. In the right-pane of the Registry Editor window, right-click PendingFileRenameOperations. On the shortcut menu that appears, click Delete.
    6. In the Confirm Value Delete message dialog box that appears, click Yes.
    7. On the File menu, click Exit.

      NOTE: In Windows 2000, click Exit on the Registry menu.

    8. Restart the computer.
    9. Using the Registry Editor, verify that the PendingFileRenameOperations registry value is not available.
    10. Check other control set keys (for example, ControlSet001, ControlSet002, and so forth) for the same values and also delete them.

Run the SQL Server installation again.

Cheers.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>