After installation is complete and the database is created, SQL Server must be configured to enable network communication. AmigoPOS can use either the TCP/IP or Named Pipes protocol for SQL Server connections. The default protocol for AmigoPOS 8.64 and later is TCP/IP.



When SQL Server is running on a different computer than AmigoPOS, configure the Firewall to allow SQL Server to communicate over the network. Click here for instructions on unblocking the Windows Firewall. This procedure must be performed on the computer running SQL Server.



Run SQL Server Configuration Manager from Start - Microsoft SQL Server 2008 - Configuration Tools. Select SQL Server Services on the left side of the screen.



SQL Server Configuration Manager

SQL Server Configuration Manager





Double-click on SQL Server Browser, click the Service tab in the properties window and set the start mode to Automatic. Click OK.



SQL Server Browser Properties

SQL Server Browser Properties






Select SQL Server Network Configuration - Protocols for SQLEXPRESS, and double-click on Named Pipes. Set Enabled to Yes and click OK.



Network Protocols

Network Protocols



SQL Server must be restarted after the configuration changes are made.