/
Manual installation of the SQL Server instance
Manual installation of the SQL Server instance
In rare cases the setup installer is not able to install the SQL Server instance. To manually install the instance follow this procedure:
- Go to C:\Program Files (x86)\NETxAutomation\NETx.BMS.Server.2.0\Setup and extract the file named MSSQL2014.zip.
- Open a command shell and change to the resulting directory C:\Program Files (x86)\NETxAutomation\NETx.BMS.Server.2.0\Setup\MSSQL2014.
- Run the following command:
SETUP.exe /QS /HIDECONSOLE /IACCEPTSQLSERVERLICENSETERMS /ACTION=Install /BROWSERSVCSTARTUPTYPE=Automatic /SQLSVCSTARTUPTYPE=Automatic /ADDCURRENTUSERASSQLADMIN=True /FEATURES=SQLEngine /INSTANCENAME=NETX_SERVER_SQL /SQLSVCACCOUNT="NT AUTHORITY\Network Service" /NPENABLED=1 /TCPENABLED=1 /SQLSYSADMINACCOUNTS="BUILTIN\ADMINISTRATORS" /AGTSVCACCOUNT="NT AUTHORITY\Network Service" /SECURITYMODE=SQL /SAPWD=netxnetx_123456
This will give you the SQL Server instance named NETX_SERVER_SQL. Go to Windows Services and check if the service named MSSQL$NETX_SERVER_SQL is running.
, multiple selections available,
Related content
Installation
Installation
More like this
System Configuration
System Configuration
More like this
Tutorial: Visualization
Tutorial: Visualization
More like this
NETx Server integration / clustering
NETx Server integration / clustering
More like this
Info menu
Info menu
More like this
The way how the NETx Server service works
The way how the NETx Server service works
More like this