May 31, 2006 at 12:20 am
May 31, 2006 at 12:58 am
is a connectivity problem (could be anything)
- can you ping the sqlserver ?
- provide a correct userid and password for the connection.
- can you connect to the sqlserver using query analyser ?
- can you connect to the sqlserver when you use the server's IPaddress ?
- is it a default instance or a clustered instance ?
- on which port is it listening ?
- can you connect using ipaddress,portno ?
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
May 31, 2006 at 1:56 am
Dear Sir,
We couldn't connect thro sql query analyzer. It gives the error message as follows.
"Unable to connect the SQL Server"
with regards
arunachalam vs
May 31, 2006 at 2:07 am
- how are you trying to connect ? Windows authenticated or SQL-authenticated ?
- can you ping the sqlserver ?
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
May 31, 2006 at 3:38 am
We can ping the sql server m/c.
We try to connect thro sql authenticated.
May 31, 2006 at 3:47 am
Did you check case sensitivity ?
If your server is installed case sensitive, .. your userId and password are also case sensitive !
avoid trailing blancs in passwords !
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
May 31, 2006 at 3:52 am
yes,
we checked the case sensitive. all are small letters.
May 31, 2006 at 3:54 am
can you see the server in the serverlist when you try to register it in SQLserver management console ?
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
May 31, 2006 at 4:20 am
It is not listed in the server list.
I've tried as follows in the server machine
1. control panel
-->Administrator Tools --> DataSources(ODBC)-->
get one form as "ODBC Data Source administrator "
and select a tab as "System DSN"
add one new data source by the name TEST for the reqd. sql server with sql authentication by giving username and password.
and then get one more form named as "Microsoft SQL Server Login" and issues the error as
Connection filed
SQL State : 01000
SQL Server Error : 11004
[Microsoft] [ODBC SQL Server Driver][TCP/IP sockets][ConnectionOpen(Connect))]
Connection filed
[Microsoft] [ODBC SQL Server Driver][TCP/IP sockets] Specified SQL Server Not found
.../
May 31, 2006 at 4:24 am
is it running behind a firrewall or in another domain than the client ?
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
June 20, 2006 at 3:59 pm
If you are running SQL Server2000, i think your problem is due to a registered bug. Check out the below link.
Viewing 11 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic. Login to reply