[Mono-bugs] [Bug 77533][Cri] Changed - Getting SQL Exception when
connecting to SQL Server Database.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Feb 13 04:14:08 EST 2006
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 tsenganal at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77533
--- shadow/77533 2006-02-13 04:02:17.000000000 -0500
+++ shadow/77533.tmp.24250 2006-02-13 04:14:08.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 77533
Product: Mono: Class Libraries
Version: 1.1
OS: Mac OS X 10.3
OS Details: 10.4 and Fedora FC4
-Status: NEW
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Critical
Component: Sys.Data.SqlClient
AssignedTo: dick at ximian.com
ReportedBy: boinc_spy at telus.net
@@ -62,6 +62,22 @@
result = Client.Poll (100, SelectMode.SelectRead);
if (result == false)
return -1; // Error
if (Client.Available <= 0)
return -1; // Error
+
+------- Additional Comments From tsenganal at novell.com 2006-02-13 04:14 -------
+Hi.. can u try the following steps:
+
+1. make sure that port 1434 is not blocked on the server.. mono, needs
+the udp port 1434 to connect to the named instances .. Try connecting
+after opening up 1434.. it shud work..
+
+2. If the above step doesnt work, try passing the port number ,at
+which the instance is listening, in the connection string..
+Ex : "server=<host>,<port>;.."
+
+pls, let me know the results..
+
+
+
More information about the mono-bugs
mailing list