An error occurred while installing sqlserver2000 under server2008 "Microsoft full text search engine package installation failed. (-2147220991), 0x80040201 events cannot call any subscribers ".
Solution: 1. "Black by default": SQL Server 2005 is occupied by "default" during installation, so I have to uninstall SQL Server 2005 and then use the Super Rabbit to clear the registry; then Install SQL Server 2000. In this way, the local server becomes connectable in the "Enterprise Manager" after installation. then Install SQL Server 2005. When installing "Instance name", do not select "default". Instead, select "name instance" and enter a new instance name.
2. "Microsoft full-text search engine package installation failed. (-2147220991), 0x80040201 events cannot call any subscribers. ": when installing SQL Server 2000, the default" typical "is not selected in" installation type ", instead, select "Custom" to ensure that the check box before "full-text search" is not selected in subsequent installation, so that such an error will not occur during the final installation.
Problem 2: If SQL Server 2000 fails to be installed again, a new error may occur: "A previously installed program has created a pending file operation on the installation computer. You must restart the computer before running the installer ".
Solution: for this problem, you do not need to restart or reinstall the operating system, because some things will be left in the registry after the last installation failure. in this case, you only need to delete them. start-> Run, Enter cmd, open the registry, locate HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Session managerpending, find the filerenameoperations project on the right, and delete it. In this way, the above errors will not occur after reinstallation.
Inspiration: in Windows 2003, there are a lot of software that is different from installing it in Windows XP. when installing SQL Server 2000 and SQL Server 2005, you must first install the former and select "default" instance; when installing SQL Server 2005, select "name instance ".