Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[FIX] MSSQL 2000 Error on install

Newbie Spellweaver
Joined
Dec 23, 2008
Messages
46
Reaction score
29
Quick fix for MSSQL 2000:

Error:

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

Fix:

Restart the computer and see if you are able to run the setup. If the restart does not help, use the steps that follow.
Perform these steps and then run the SQL Server 2000 setup again:
Click Start, and then click Run.
In the Open dialog box, type: "Regedit" (without the quotation marks) or "Regedt32" (without the quotation marks)


Click OK.

NOTE: Please make sure that you only delete the value mentioned, not the whole session manager key.


In Registry Editor, expand the following registry subkey:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager


On the File menu, click Export.

NOTE: In Microsoft Windows 2000, click Export Registry File from the Registry menu.


In the File name text box, type: "Session Manager Key" (without the quotation marks)


Click Save.
In the right-pane of the Registry Editor window, right-click PendingFileRenameOperations. On the shortcut menu that appears, click Delete.
In the Confirm Value Delete message dialog box that appears, click Yes.
On the File menu, click Exit.

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


Restart the computer.
 
Back
Top