You are in Support
I have had an Error 'SQL Server does not exist or access denied.' when trying to start Network edition. What does this mean?
This error indicates that HandicapMaster is unable to communicate with the SQL Server.
Please check that the network between the client PC and the SQL server is operating correctly. If it is then this may mean that a firewall is preventing communication between the client PC and the SQL server.
If you are running a firewall on the SQL server PC you will most probably need to configure it to allow the SQL server to receive incoming requests. The following information should be provided to your firewall administrator.
The program
"drive:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\BINN\sqlservr.exe"
needs to be enabled in the firewall to allow incoming TCP requests on port 1433 (the default )
or the port configured when SQL server was installed.
Where 'drive:' is the location where SQL server was installed, typically C:
If you have a firewall on the client PC you may also need to configure it to allow you to communicate with the PC where the SQL server is located. Please discuss this with your firewall administrator.