Showing posts with label SQLEXPRESS. Show all posts
Showing posts with label SQLEXPRESS. Show all posts

Wednesday, 7 May 2014

EclipseLink SqlExpress Connection Refused error

if you encounter this error “java.sql.SQLException: Network error IOException: Connection refused: connect SQL Express” while using EclipseLink to connect to SQL Express, just specifying the default SQL Port 1433 in SQL Server Configuration Manager


Thursday, 28 February 2013

Error while connecting to Remote SQLEXPRESS

Today i installed SQLEXPRESS in a VM, and tried accessing it thru SQL Studio that was installed on different machine. It throws me one of those connection error. So I did two things

Go to SQL Server Configuration Manager

1. Start 'SQL Server Browser' service, if not already started.
2. Enable TCP/IP for SQLEXPRESS('Protocols for SQLEXPRESS).

Restart the SQLEXPRESS service. It worked for me:)