Unix Technical Forum

ODBC Connections

This is a discussion on ODBC Connections within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> I have a network with 6 machines sitting on it. All PC`s are configued in the same way. 5 ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > MS SQL ODBC

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-27-2008, 10:10 PM
=?Utf-8?B?U2ltb24=?=
 
Posts: n/a
Default ODBC Connections

I have a network with 6 machines sitting on it.

All PC`s are configued in the same way. 5 of the machines connect to a SQL
server via ODBC with no problems.

The sixth PC however does not connect to the server giving the following :-

Connection Failed
SQL State '01000;
SQL Server Error: 11001
TCP/IP Sockets Connection Open
GetHosting Name

General network error.


I`m connecting via aTCP/IP on port 1433.


Does anyone have any idea why I am encountering these problems ?

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-27-2008, 10:11 PM
=?Utf-8?B?QUFP?=
 
Posts: n/a
Default RE: ODBC Connections

did you try 'telnet YourDBServerIP 1433'?

"Simon" wrote:

> I have a network with 6 machines sitting on it.
>
> All PC`s are configued in the same way. 5 of the machines connect to a SQL
> server via ODBC with no problems.
>
> The sixth PC however does not connect to the server giving the following :-
>
> Connection Failed
> SQL State '01000;
> SQL Server Error: 11001
> TCP/IP Sockets Connection Open
> GetHosting Name
>
> General network error.
>
>
> I`m connecting via aTCP/IP on port 1433.
>
>
> Does anyone have any idea why I am encountering these problems ?
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-27-2008, 10:11 PM
=?Utf-8?B?U2ltb24=?=
 
Posts: n/a
Default RE: ODBC Connections

I`m probably being a sponge but I don`t seem to get anything using that
command from any of the PC`s.

"AAO" wrote:

> did you try 'telnet YourDBServerIP 1433'?
>
> "Simon" wrote:
>
> > I have a network with 6 machines sitting on it.
> >
> > All PC`s are configued in the same way. 5 of the machines connect to a SQL
> > server via ODBC with no problems.
> >
> > The sixth PC however does not connect to the server giving the following :-
> >
> > Connection Failed
> > SQL State '01000;
> > SQL Server Error: 11001
> > TCP/IP Sockets Connection Open
> > GetHosting Name
> >
> > General network error.
> >
> >
> > I`m connecting via aTCP/IP on port 1433.
> >
> >
> > Does anyone have any idea why I am encountering these problems ?
> >

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-27-2008, 10:11 PM
Sue Hoegemeier
 
Posts: n/a
Default Re: ODBC Connections

You should get an error if SQL Server isn't listening on
1433. Or you should blank screen with the title of the
window changing to Telnet <Your Server> if you have
successfully established a telnet connection on that port.
It just sounds like you are connecting.

-Sue

On Fri, 12 May 2006 07:22:02 -0700, Simon
<Simon@discussions.microsoft.com> wrote:

>I`m probably being a sponge but I don`t seem to get anything using that
>command from any of the PC`s.
>
>"AAO" wrote:
>
>> did you try 'telnet YourDBServerIP 1433'?
>>
>> "Simon" wrote:
>>
>> > I have a network with 6 machines sitting on it.
>> >
>> > All PC`s are configued in the same way. 5 of the machines connect to a SQL
>> > server via ODBC with no problems.
>> >
>> > The sixth PC however does not connect to the server giving the following :-
>> >
>> > Connection Failed
>> > SQL State '01000;
>> > SQL Server Error: 11001
>> > TCP/IP Sockets Connection Open
>> > GetHosting Name
>> >
>> > General network error.
>> >
>> >
>> > I`m connecting via aTCP/IP on port 1433.
>> >
>> >
>> > Does anyone have any idea why I am encountering these problems ?
>> >


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-27-2008, 10:11 PM
Henning
 
Posts: n/a
Default Re: ODBC Connections

Firewall?
/Henning

"Simon" <Simon@discussions.microsoft.com> skrev i meddelandet
news:1359348E-85DA-43DD-AA79-313F4F92DF94@microsoft.com...
> I`m probably being a sponge but I don`t seem to get anything using that
> command from any of the PC`s.
>
> "AAO" wrote:
>
> > did you try 'telnet YourDBServerIP 1433'?
> >
> > "Simon" wrote:
> >
> > > I have a network with 6 machines sitting on it.
> > >
> > > All PC`s are configued in the same way. 5 of the machines connect to a

SQL
> > > server via ODBC with no problems.
> > >
> > > The sixth PC however does not connect to the server giving the

following :-
> > >
> > > Connection Failed
> > > SQL State '01000;
> > > SQL Server Error: 11001
> > > TCP/IP Sockets Connection Open
> > > GetHosting Name
> > >
> > > General network error.
> > >
> > >
> > > I`m connecting via aTCP/IP on port 1433.
> > >
> > >
> > > Does anyone have any idea why I am encountering these problems ?
> > >



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-27-2008, 10:12 PM
=?Utf-8?B?U2ltb24=?=
 
Posts: n/a
Default Re: ODBC Connections

The firewall setup is the same accross all the machines so I don`t think is
causing the problem.

"Henning" wrote:

> Firewall?
> /Henning
>
> "Simon" <Simon@discussions.microsoft.com> skrev i meddelandet
> news:1359348E-85DA-43DD-AA79-313F4F92DF94@microsoft.com...
> > I`m probably being a sponge but I don`t seem to get anything using that
> > command from any of the PC`s.
> >
> > "AAO" wrote:
> >
> > > did you try 'telnet YourDBServerIP 1433'?
> > >
> > > "Simon" wrote:
> > >
> > > > I have a network with 6 machines sitting on it.
> > > >
> > > > All PC`s are configued in the same way. 5 of the machines connect to a

> SQL
> > > > server via ODBC with no problems.
> > > >
> > > > The sixth PC however does not connect to the server giving the

> following :-
> > > >
> > > > Connection Failed
> > > > SQL State '01000;
> > > > SQL Server Error: 11001
> > > > TCP/IP Sockets Connection Open
> > > > GetHosting Name
> > > >
> > > > General network error.
> > > >
> > > >
> > > > I`m connecting via aTCP/IP on port 1433.
> > > >
> > > >
> > > > Does anyone have any idea why I am encountering these problems ?
> > > >

>
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 04:52 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com