Troubleshooting CapaInstaller - Install wizard

 Problem

When runing the CapaInstaller Setup to upgrade to newer version an error might occur.

image-20241031-133015.png

 

 Solution

Open SQL studio management and connect to the CapaInstaller database.

  1. Run following query: UPDATE PROPERTIES SET VALUE = 'True' where PROPERTY like 'AgentRecognitionComputerUUID'
    If you get following message after running query skip to step 2.

    image-20241031-133344.png

  2. Run following query: insert into PROPERTIES (PROPERTY ,VALUE , PLUGIN ) values ('AgentRecognitionComputerUUID','True','SystemMa')