[Mono-bugs] [Bug 81933][Maj] New - When the server goes down, the connection cannot be restored
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jun 22 16:09:00 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by marceloalmeida at inb.gov.br.
http://bugzilla.ximian.com/show_bug.cgi?id=81933
--- shadow/81933 2007-06-22 16:09:00.000000000 -0400
+++ shadow/81933.tmp.25138 2007-06-22 16:09:00.000000000 -0400
@@ -0,0 +1,44 @@
+Bug#: 81933
+Product: Mono: Class Libraries
+Version: 1.2
+OS: GNU/Linux [Other]
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Sys.Data.SqlClient
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: marceloalmeida at inb.gov.br
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: When the server goes down, the connection cannot be restored
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+When the SQL Server goes down and restart, the SQLConnection cannot be
+restored, even if we close the connection or create a new object.
+
+Steps to reproduce the problem:
+1. open a SQLConnection
+2. run a query
+3. shutdown the server
+4. run a query (Time out Error)
+5. restart the server
+6. close and open the SQLConnection
+6. run a query (Socket error)
+
+Actual Results:
+Write failure ---> System.IO.IOException: Write failure --->
+System.Net.Sockets.SocketException: The socket has been shut down
+
+Expected Results:
+Connection to be restored
+
+How often does this happen?
+after the second shutdown
+
+Additional Information:
More information about the mono-bugs
mailing list