Configuring SQL Server for HotDocs Core Assembly Service
Before you can install HotDocs Core Assembly Service, you must configure
SQL Server.
In this Topic ShowHide
To configure SQL Server for HotDocs Core Assembly Service
1. Enable FILESTREAM on SQL Server
- Open SQL Server Configuration
Manager.
- Right-click SQL Server Services.
- Select Open.
- Right-click the SQL Server instance you want to configure.
- Select Properties.
- Click the FILESTREAM tab.
- Select Enable FILESTREAM for Transact-SQL
access.
- If the SQL server is on a different machine, you need to allow
remote clients access to the File Stream data.
- Select Enable FILESTREAM
for file I/O streaming access.
- Enter
the name of the Windows share in the Windows Share Name box.
- Since
the remote clients must access the FILESTREAM data that is stored
on this share, select Allow remote clients to have streaming
access to FILESTREAM data.
- Click Apply.
- Click OK.
2. Set FILESTREAM access level
- Open SQL Server Management Studio.
- Connect to the SQL Server instance you want to configure.
- Right-click the SQL server instance name in the Object
Explorer pane.
- Select Properties.
- Navigate to the Advanced
page.
- Select Full access enabled
from the FILESTREAM Access Level
drop-down list.
- Click OK.
- Right-click the SQL server instance name in the Object
Explorer pane.
- Select Restart to
restart the server.
3. Create a SQL Server user with dbcreator
permissions
The Assembly Service requires a SQL
Server user with dbcreator
permissions, to create the databases required by the service.