Create the DataBlast Service
Important: This activity should be performed by the DataBlast System Installer, who must have adequate network, domain and administrator permissions to the installation machines.
This activity creates the DataBlast Service as a Windows service.
Activity Steps
- Install the DataBlast Service:
- Open the Windows Command Prompt with administrator permissions.
- Change directory to the DataBlast Server subfolder of the installation folder.Copy
cd C:\Program Files\Datamine\DataBlast Server
- Run the following command.Copy
DATABLAST.Service.exe /Install
No message displays; however, the Windows Services screen shows the Datamine DataBlast Service.
- Configure the logon user for the DataBlast Service:
- Open the Windows Services screen.
- Right-click the Datamine DataBlast Service and select Properties from the menu.
The Properties window displays.
- Select the Log On tab.
- To use the local system account, select Local System account.
Important: The local system account is typically called NT AUTHORITY\SYSTEM. Using an account other than the local system account is the more secure option.
- To use another account:
- Select This account.
- Enter or browse for the account name.
- Enter and confirm the password for the account.
- Click OK.
The Properties window for the service closes.
- Close the Windows Services screen.
- Ensure that the logon user has appropriate permissions to the DataBlast database and the DataBlast Reporting database. See Add Database Permissions.
Note: If you need to uninstall the Datamine DataBlast Service:
- Ensure that the Datamine DataBlast Service is stopped.
- Change directory to the DataBlast Server subfolder of the installation folder.
- Run the following command in Windows Command Prompt with administrator permissions.Copy
DATABLAST.Service.exe /Uninstall