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 Next »

\uD83E\uDD14 Problem

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

image-20241031-133015.png

\uD83C\uDF31 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')

  • No labels