FILESTREAM is a requirement where data storage for your MI cluster is provided by
Microsoft SQL Server running on on-premises servers or in Azure virtual
machines.
FILESTREAM enables Granta MI to access unstructured (BLOB) data, such as documents
and images, stored on the file system. FILESTREAM is not automatically enabled in
SQL Server. You must enable it using SQL Server Configuration Manager and SQL Server
Management Studio.
-
Open SQL Server Configuration Manager.
-
In the list of services, right-click SQL Server
Services, and then click Open.
-
In the SQL Server Configuration Manager snap-in, locate the SQL Server
instance, right-click it and then click Properties
-
In the SQL Server Properties dialog box, go to the
FILESTREAM tab.
-
Select the Enable FILESTREAM for Transact-SQL access
check box.
-
Click Apply.
This change will not be applied until the SQL Server is restarted.
-
In the main SQL Server Configuration Manager window, right-click and restart
the SQL Server instance.
Now change the FILESTREAM access level for this instance:
-
Open SQL Server Management Studio.
-
Right-click your SQL instance to open the Server
Properties window.
-
Click Advanced and locate the FILESTREAM section.
-
Set FILESTREAM Access Level to Full Access
Enabled.
-
Click OK to save your changes.