Fusion Active Template Library (ATL)

SQL SERVER || Fusion Active Template Library (ATL)

Error While Installing SQL SERVER 2008 R2 SP2 Express Edition –  Fusion Active Template Library (ATL)





Resolution 

Solution 1:

To resolve this problem, use the following methods: 

​Disable Antivirus and Firewall as well until SQL Server Installation.

  1. In this particular case 1st install Microsoft Visual C++ Redistributable.
            Microsoft Visual C++ 2005 Redistributable                         - https://www.microsoft.com/en-in/download/details.aspx?id=26347
            Microsoft Visual C++ 2008 Redistributable                         - https://www.microsoft.com/en-us/download/details.aspx?id=26368
            Microsoft Visual C++ 2010 Redistributable                         - https://www.microsoft.com/en-us/download/details.aspx?id=26999
            Microsoft Visual C++ 2015 Redistributable                         - https://www.microsoft.com/en-in/download/details.aspx?id=48145
            Latest Microsoft Visual C++ 2015-2022 Redistributable   - https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
  1. Go to Microsoft Edge – Settings – Default browser – Let Internet Explorer open sites in Microsoft Edge >> Never         
            
  1. Update the Windows and Windows Drivers (If ANY).
  2. Restart the system with Windows Update.
  3. Now try to Install SQL SERVER 2008 R2 SP2 Express edition.    

Solution 2:


You may skip this rule by executing a command to install SQL Server.
  1. Open CMD and run command to redirect to the path of your SQL Server installer.
                  cd C:\Users\admin\Downloads
  1. Run the command to install SQL Server and skip the rule.
                  SQLEXPR_x64_ENU.exe/SkipRules=FusionRebootCheck /action=install
 
            

This will helps.
If the same issue occur, You need to contact your system engineer (System engineer) to get it resolved.