Step 1:Enable & Configure the Microsoft SQL Server Rapid Config
- Log in to the Console and navigate to: Rules > Software Rules > Rapid Configs.
- Locate Microsoft SQL Server in the list, click View Details (pencil icon) and verify:
- Click Save & Exit.
- Wait for the Agent to show as Connected & Up to Date and attempt to recreate the issue.
Step 2 (Optional): Enable Yara Exclusions
If the issue persists:
- Log in to the Console and navigate to: https://ServerAddress/agent_config.php
- Add a new Yara Exclusion and use the following details:
- Name: SQL Server Yara Exclusion (or similar)
- Host ID: <relevant SQL Server or 0 for all Hosts>
- Value: Specify the mdf, ndf, and ldf files:
yara_ignore_patterns=*.mdf,*.ldf,*.ndf
- Macros: If desired, restrict only if the Microsoft SQL Server service exists
<OnlyIf:ServiceName:*MSSQL*>
- Platform: Windows
- Status: Enabled
- Create For: <relevant Policy where SQL Server expected>
- Click Save
- Wait for the Agent to show as Connected & Up to Date.
Note: It may be necessary for the application server to be rebooted in order for the changes to take effect.
Step 3 (Optional): Enable Kernel Exclusions
If the issue still persists:
- Log in to the Console and navigate to: https://ServerAddress/agent_config.php
- Add a new Agent Config and use the following details:
- Name: Ignore SQL File Ops (or similar)
- Host ID: <relevant SQL Server or 0 for all Hosts>
- Value: Specify the path to the mdf, ndf, and ldf files:
kernelFileOpExclusions=*.mdf:8386431,*.ndf:8386431,*.ldf:8386431
- Macros: If desired, restrict only if the Microsoft SQL Server service exists
<OnlyIf:ServiceName:*MSSQL*>
- Platform: Windows
- Status: Enabled
- Create For: <relevant Policy where SQL Server expected>
- Click Save
- Wait for the Agent to show as Connected & Up to Date.
Note: It may be necessary for the application server to be rebooted in order for the changes to take effect. - Attempt to recreate the issue.
If the issue persists, collect the Agent Performance Logs with a Standard Procmon Capture and provide the results to Support.