June 29, 2009 at 11:13 am
When I try to connect to the SQL Server 2005 through SS Management Studio I am getting the below error
Database setup information is invalid.
An error has occurred while establishing connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error:40-Could not open a connection to SQL Server)
Rajesh Kasturi
June 29, 2009 at 11:31 am
I am assuming you are attempting to connect from a separate system. What version of SQL Server was installed?
June 29, 2009 at 11:34 am
well, just as the error message says, the first thing I'd do is check to see if the server allows remote connections:
This issue vs your credentials in your signature don't seem to match up the way I would expect...
Lowell
June 29, 2009 at 11:47 am
Hi,
The error message is happening from the client computers, So I already verified the below things
Step 1) Make sure SQL SERVER is up and the instance you try to connect is running.
Step 2) Your system Firewall should not block SQL Server port.
Step 3) Go to Computer Management >> Service and Application >> SQL Server 2005 Configuration >> Network Configuration
Enable TCP/IP protocol. Make sure that SQL SERVER port is by Default 1433.
Step 4) Remote connections are enabled or not.
As per the below blog I verified but there was no luck
I am just suspecting that message "Database setup information is invalid", what does it mean.
Rajesh Kasturi
June 29, 2009 at 11:48 am
It allows remote connections
Rajesh Kasturi
June 29, 2009 at 11:50 am
another thing is that SQL Server clients were able to connect to sql server all of sudden it happened and they are facing the issues.
Rajesh Kasturi
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply