Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

SQL Server Install Fails after Uninstalling CyTrack

Problem

After doing a complete uninstall of CyTrack – the new install attempt fails while installing SQL Server

 

Troubleshooting Steps

arrow.jpg Ensure that there are no active instances of SQL Server in windows Services.

arrow.jpg If there are active SQL Server instances and there are no entries in Add/Remove Programs section to uninstall it in Windows Control Panel, then follow the following steps to remove that active SQL Server Instance.

arrow.jpg Make sure that the Microsoft SQL Server Setup Support Files component is installed

arrow.jpg Run the command to uninstall the SQL Server components

At a command prompt, run the following command:

%ProgramFiles%\Microsoft SQL Server\90\Setup Bootstrap\ARPWrapper.exe /Remove

Uninstall the SQL Server components one at a time until all the SQL Server components are uninstalled.

 

arrow.jpg Uninstall the Microsoft SQL Server Native Client component

If all other steps were successful, uninstall the Microsoft SQL Server Native Client component by using Add or Remove Programs.

arrow.jpg Uninstall the Microsoft SQL Server Setup Support Files component

If all other steps were successful, uninstall the Microsoft SQL Server Setup Support Files component by using Add or Remove Programs.

arrow.jpg If there is still an instance of SQL Server showing in Windows Services, run the following command at command prompt.

sc delete <service_name>

<service_name> should be the name of the service.

arrow.jpg Reboot the system.

  • No labels