Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 A transport-level error has occurred when sending

Author  Topic 

arun123
Starting Member

4 Posts

Posted - 2008-11-17 : 00:52:55
A transport-level error has occurred when sending the request to the server. (provider: Named Pipes Provider, error: 0 - No process is on the other end of pipe.)

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-11-17 : 01:23:43
when did you got this error?
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2008-11-17 : 01:39:27
quote:
Originally posted by arun123

A transport-level error has occurred when sending the request to the server. (provider: Named Pipes Provider, error: 0 - No process is on the other end of pipe.)


It means the connection to the server is disconnected. Connect to Server

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2008-11-17 : 03:14:25
Duplicate post http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=114451



E 12°55'05.63"
N 56°04'39.26"
Go to Top of Page

sunsanvin
Master Smack Fu Yak Hacker

1274 Posts

Posted - 2008-11-17 : 04:13:00
is that error occurring every time? or getting the error because of disconnecting the database?

if you are getting the error continuously, even the connection with the database is available, then that is a problem. reply me

Arnav
Even you learn 1%, Learn it with 100% confidence.
Go to Top of Page

arun123
Starting Member

4 Posts

Posted - 2008-11-17 : 07:31:24
Yes I occurred every time this error.


Plz help.


quote:
Originally posted by sunsanvin

is that error occurring every time? or getting the error because of disconnecting the database?

if you are getting the error continuously, even the connection with the database is available, then that is a problem. reply me

Arnav
Even you learn 1%, Learn it with 100% confidence.

Go to Top of Page
   

- Advertisement -