Summary
Description
The Lansweeper Patch Tuesday report is currently non-functional. Users depend on this monthly report, and its failure indicates potential underlying issues. The error message suggests that the TRY_CONVERT function, which is essential for the report, is unavailable.

Cause
The issue arose due to the database compatibility level. The Lansweeper database was configured to compatibility level 100, which does not support the TRY_CONVERT function. This function necessitates compatibility level 110 (SQL Server 2012). The misconfiguration impeded the generation of the report.
Troubleshooting
Solution
- The database compatibility level has been upgraded to 150.
- The Lansweeper Patch Tuesday report was successfully generated following the adjustment of the compatibility level.