Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange error when trying to debug application in test
Message
De
26/08/2008 19:54:46
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01342052
Message ID:
01342054
Vues:
18
This message has been marked as a message which has helped to the initial question of the thread.
Is the named pipes protocol enabled on the test server? Also, how many sqlserver connections are open? Do you need SqlServer Agent running on the test server?


>Hi everybody,
>
>Our applicaiton is working properly in local environment. When I copy it to the test server and run it, some pages (not all of them) produce strange errors like this
>===========================================================================================================
> A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)
>Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
>
>Exception Details: System.Data.SqlClient.SqlException: A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)
>
>Source Error:
>
>Line 409: Command.CommandTimeout = 0;
>Line 410:
>Line 411: Command.Connection.Open(); // highlighted command
>Line 412: Result = Command.ExecuteScalar();
>Line 413: }
>
>==================================================================================
>I'm not sure how to debug them and what exactly do I need to do. We may try to put this into production and see if we would get the same errors. I haven't debugged this applicaiton from the test server before, was only doing local tests.
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform