Home All Groups Group Topic Archive Search About

General Network Error - LocalHost

Author
6 Jul 2005 3:03 PM
JL
We have a Winforms app running on XP against a local installation of MSDE.
The machine is connected to a network.  When we pull the network cable out
we get General Network Error from SQL Server even though we are connected to
the SQL Server on the local machine.

We pull the network cable out to simulate a failure during an upload process
to another machine.  This process does not use SQL Server and we are not
connecting to SQL Server on any other machines from this machine.  We do
have other installations of SQL Server on our network but this machine never
connects to them.

Any insight would be appreciated.

Author
6 Jul 2005 4:28 PM
William (Bill) Vaughn
The network might be required to authenticate SSPI connection credentials.
Are you using "localhost" or "local" to address MSDE?

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________

Show quoteHide quote
"JL" <jeryl.lederman@Remove_gmail.com_This> wrote in message
news:%237nuOvjgFHA.3448@TK2MSFTNGP12.phx.gbl...
> We have a Winforms app running on XP against a local installation of MSDE.
> The machine is connected to a network.  When we pull the network cable out
> we get General Network Error from SQL Server even though we are connected
> to the SQL Server on the local machine.
>
> We pull the network cable out to simulate a failure during an upload
> process to another machine.  This process does not use SQL Server and we
> are not connecting to SQL Server on any other machines from this machine.
> We do have other installations of SQL Server on our network but this
> machine never connects to them.
>
> Any insight would be appreciated.
>
Are all your drivers up to date? click for free checkup

Author
6 Jul 2005 10:31 PM
JL
Bill:

We are using a connection string of the following format:
"User ID=xxx;Password=yyy;Database=zzz".  We are not specifying local or
localhost.

Show quoteHide quote
"William (Bill) Vaughn" <billvaRemoveT***@nwlink.com> wrote in message
news:e7Tw8ekgFHA.2904@tk2msftngp13.phx.gbl...
> The network might be required to authenticate SSPI connection credentials.
> Are you using "localhost" or "local" to address MSDE?
>
> --
> ____________________________________
> William (Bill) Vaughn
> Author, Mentor, Consultant
> Microsoft MVP
> www.betav.com/blog/billva
> www.betav.com
> Please reply only to the newsgroup so that others can benefit.
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> __________________________________
>
> "JL" <jeryl.lederman@Remove_gmail.com_This> wrote in message
> news:%237nuOvjgFHA.3448@TK2MSFTNGP12.phx.gbl...
>> We have a Winforms app running on XP against a local installation of
>> MSDE. The machine is connected to a network.  When we pull the network
>> cable out we get General Network Error from SQL Server even though we are
>> connected to the SQL Server on the local machine.
>>
>> We pull the network cable out to simulate a failure during an upload
>> process to another machine.  This process does not use SQL Server and we
>> are not connecting to SQL Server on any other machines from this machine.
>> We do have other installations of SQL Server on our network but this
>> machine never connects to them.
>>
>> Any insight would be appreciated.
>>
>
>
Author
7 Jul 2005 1:39 AM
William (Bill) Vaughn
You still need to use the Server= or Data Source= keyword in the
ConnectionString to refer to the local system.

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________

Show quoteHide quote
"JL" <jlederman@REMOVE_gmail.com_THIS> wrote in message
news:uTra4pngFHA.2156@TK2MSFTNGP14.phx.gbl...
> Bill:
>
> We are using a connection string of the following format:
> "User ID=xxx;Password=yyy;Database=zzz".  We are not specifying local or
> localhost.
>
> "William (Bill) Vaughn" <billvaRemoveT***@nwlink.com> wrote in message
> news:e7Tw8ekgFHA.2904@tk2msftngp13.phx.gbl...
>> The network might be required to authenticate SSPI connection
>> credentials. Are you using "localhost" or "local" to address MSDE?
>>
>> --
>> ____________________________________
>> William (Bill) Vaughn
>> Author, Mentor, Consultant
>> Microsoft MVP
>> www.betav.com/blog/billva
>> www.betav.com
>> Please reply only to the newsgroup so that others can benefit.
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>> __________________________________
>>
>> "JL" <jeryl.lederman@Remove_gmail.com_This> wrote in message
>> news:%237nuOvjgFHA.3448@TK2MSFTNGP12.phx.gbl...
>>> We have a Winforms app running on XP against a local installation of
>>> MSDE. The machine is connected to a network.  When we pull the network
>>> cable out we get General Network Error from SQL Server even though we
>>> are connected to the SQL Server on the local machine.
>>>
>>> We pull the network cable out to simulate a failure during an upload
>>> process to another machine.  This process does not use SQL Server and we
>>> are not connecting to SQL Server on any other machines from this
>>> machine. We do have other installations of SQL Server on our network but
>>> this machine never connects to them.
>>>
>>> Any insight would be appreciated.
>>>
>>
>>
>
>
Author
8 Jul 2005 7:22 PM
JL
Bill:

It actually was working without the server= but when we added
server=localhost the problem went away.

Thanks for your assistance.


Show quoteHide quote
"William (Bill) Vaughn" <billvaRemoveT***@nwlink.com> wrote in message
news:%23776pSpgFHA.3436@tk2msftngp13.phx.gbl...
> You still need to use the Server= or Data Source= keyword in the
> ConnectionString to refer to the local system.
>
> --
> ____________________________________
> William (Bill) Vaughn
> Author, Mentor, Consultant
> Microsoft MVP
> www.betav.com/blog/billva
> www.betav.com
> Please reply only to the newsgroup so that others can benefit.
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> __________________________________
>
> "JL" <jlederman@REMOVE_gmail.com_THIS> wrote in message
> news:uTra4pngFHA.2156@TK2MSFTNGP14.phx.gbl...
>> Bill:
>>
>> We are using a connection string of the following format:
>> "User ID=xxx;Password=yyy;Database=zzz".  We are not specifying local or
>> localhost.
>>
>> "William (Bill) Vaughn" <billvaRemoveT***@nwlink.com> wrote in message
>> news:e7Tw8ekgFHA.2904@tk2msftngp13.phx.gbl...
>>> The network might be required to authenticate SSPI connection
>>> credentials. Are you using "localhost" or "local" to address MSDE?
>>>
>>> --
>>> ____________________________________
>>> William (Bill) Vaughn
>>> Author, Mentor, Consultant
>>> Microsoft MVP
>>> www.betav.com/blog/billva
>>> www.betav.com
>>> Please reply only to the newsgroup so that others can benefit.
>>> This posting is provided "AS IS" with no warranties, and confers no
>>> rights.
>>> __________________________________
>>>
>>> "JL" <jeryl.lederman@Remove_gmail.com_This> wrote in message
>>> news:%237nuOvjgFHA.3448@TK2MSFTNGP12.phx.gbl...
>>>> We have a Winforms app running on XP against a local installation of
>>>> MSDE. The machine is connected to a network.  When we pull the network
>>>> cable out we get General Network Error from SQL Server even though we
>>>> are connected to the SQL Server on the local machine.
>>>>
>>>> We pull the network cable out to simulate a failure during an upload
>>>> process to another machine.  This process does not use SQL Server and
>>>> we are not connecting to SQL Server on any other machines from this
>>>> machine. We do have other installations of SQL Server on our network
>>>> but this machine never connects to them.
>>>>
>>>> Any insight would be appreciated.
>>>>
>>>
>>>
>>
>>
>
>

Bookmark and Share