Ask the Community
Groups
SQL Error - Exception has been thrown by the target of invocation - Connect IT Community | Kaseya
<main> <article class="userContent"> <p> </p> <p><img src="https://hf-files-oregon.s3.amazonaws.com/hdprapidfiretools_kb_attachments/2018/08-22/38bbdc46-9e9b-4fb1-83df-c2e92e8afbcc/SQL%20DC%20error.bmp" alt="" class="embedImage-img importedEmbed-img"></img></p> <p> </p> <p>Turns out the client had enabled FIPS Algorithm Policy on the GPO, disabling the FIPS policy temporarily allowed the scan to complete. Thanks to all who were involved!!!!</p> <p> </p> <p>Get the Resultant Set of Policy from the machine to verify if FIPS is in GPO (cmd: RSOP)</p> <p> </p> <p>GPO</p> <p>Computer Configuration -> Windows Settings -> Local Policies -> Security Options -> System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing</p> <p> </p> <p> </p> <p>Registry:</p> <p> </p> <p>FIPS Enabled</p> <p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy]</p> <p>"Enabled"=dword:00000001</p> <p> </p> <p> </p> <p>FIPS Disabled</p> <p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy]</p> <p>"Enabled"=dword:00000000</p> </article> </main>