/
Troubleshooting CapaInstaller - Install wizard
Troubleshooting CapaInstaller - Install wizard
Problem
When runing the CapaInstaller Setup to upgrade to newer version an error might occur.
Solution
Open SQL studio management and connect to the CapaInstaller database.
Run following query: UPDATE PROPERTIES SET VALUE = 'True' where PROPERTY like 'AgentRecognitionComputerUUID'
If you get following message after running query skip to step 2.Run following query: insert into PROPERTIES (PROPERTY ,VALUE , PLUGIN ) values ('AgentRecognitionComputerUUID','True','SystemMa')