Security Compliance

ARM SQL database crash during large fileserver scan

This article explains how to resolve an issue where the ARM SQL database can crash or become unavailable during a large file server scan

First published date

3/2/2026 2:14 PM

Last published date

3/2/2026 2:14 PM

Overview

During file server scans, ARM writes large amounts of permission and structure data into the database. In large environments, using a very high number of parallel requests can overload SQL Server, causing instability or crashes during the scan

Product section

Access Rights Manager

Cause

  1. The problem can be caused by excessive parallel requests configured for the file server scan, which generates more simultaneous database load than the SQL Server instance can reliably handle
  2. Not enough resources on the SQL Server

Resolution

Resolution 1: Reduce parallel requests for the file server scan

  1. Open the ARM Configuration.

  2. Go to Scans and edit the affected File server scan.

  3. Locate the setting that controls parallel requests

  4. If the value is high (for example, 32), lower it significantly (to about 12).

  5. Save the configuration and run the scan again, confirming that:

    • The scan completes, and

    • SQL Server remains stable (no crash/time outs).

Resolution 2: Verify SQL Server meets ARM SQL requirements

  1. Confirm that the SQL Server hosting the ARM database meets the ARM SQL Server requirements (supported SQL versions, CPU, memory, storage, collation, and required roles such as dbcreator/dbowner).

  2. Adjust resources or move the database to a server that fulfills these requirements if needed.

  3. Re‑run the file server scan with the reduced parallel requests from Resolution 1.

For details on SQL requirements, see:
ARM 2025.4.2 system requirements – SQL Server requirements