Network Management
FILESTREAM error message displays in Microsoft SQL logging or EMC utility event notifications
This article address an error message that displays in Microsoft SQL logging or in the EMC utility event notifications. Error: SQL Server FILESTREAM support is not enabled for this instance. Database "SolarWindsFlowStorage" is using FILESTREAM functionality and cannot be backed up.
First published date
Last published date
Overview
The following error message displays in Microsoft SQL logging or in the EMC utility event notifications:
SQL Server FILESTREAM support is not enabled for this instance. Database "SolarWindsFlowStorage" is using FILESTREAM functionality and cannot be backed up.
Product section
Cause
Resolution
Configure the FILESTREAM database with a higher Filestream access level.
- Open the SQL Server Configuration Manager.
- Highlight or open the SQL Server Services.
- Right-click the SQL Server service for the appropriate instance and select Properties.
- Enable the following options:
- Enable FILESTREAM for Transact-SQL access
This option is enabled when you enable FILESTREAMS.
- Enable FILESTREAM for file I/O streaming access
- Allow remote client to have streaming access to FILESTREAM data
- Enable FILESTREAM for Transact-SQL access
- Open the SQL Server Management Studio (SSMS).
- Right-click the SQL instance using the Object Explorer and select Properties.
- Click the Advanced tab.
- In Filestream, change the Filestream Access Level selection to Full access enabled.
Your backups should now continue as expected.