Click here to Skip to main content
15,886,049 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a server system with windows server 2003 and SQL server 2005 Enterprise edition installed in it. It has two applications running 24/7. One of which is a TcpListener which accept and save data as XML file, the other which process the xml and insert into database. The database is enabled to access remotely. But after some hours we can't login to the database locally or remotely without restarting the server..Pls help me what is the reason for that??

This is the error message what i am getting

"A connection was succesfulyl established with the server, but then an error occured during the login process. (provider: Shared Memeory Provoder, error: 0 - No Process is on the other end of the pipe.)Microsoft SQL server error:233
Posted

My first port of call would be, are your connections being closed and disposed of in code ? It sounds to me like you're using all your resources, and then a reboot forces a reset.
 
Share this answer
 
Comments
Member 8028486 1-Jan-14 23:56pm    
I am using a dataset and i am not directly opening or closing connection in my code. But the second application can use the database every time. But i can't login from other application or process to the database.
Christian Graus 2-Jan-14 0:13am    
Well, what is connecting to the database then ?
Member 8028486 2-Jan-14 2:27am    
one of my 24/7 working applications is inserting data to the database continuously, but during that time when i try to connect through SSMS, it shows me the error. But when i restarts the PC, it allow me to connect from both.
BK 4 code 2-Jan-14 0:04am    
Increase connection pooling size from database.
Member 8028486 2-Jan-14 2:31am    
Can u pls tell me how do i do that?? and what does connection pooling size means??
 
Share this answer
 
Comments
Member 8028486 2-Jan-14 2:54am    
Sorry..it didn't helped...I have tried this all..and thanks for the try
thatraja 2-Jan-14 2:55am    
Alright, could you please use Google search for this error message? you could get more links with different solutions. Believe me.
Member 8028486 2-Jan-14 2:57am    
I googled this and tried it all..but no use..
thatraja 2-Jan-14 3:00am    
I found typo(s) in error message from your question. So search with perfect error message. Surely you'll get...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900