[Mono-bugs] [Bug 75937][Blo] New - SqlClient Open Connection port discovery not working

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Aug 30 11:25:55 EDT 2005


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 danilo.zanella.ax at pirelli.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75937

--- shadow/75937	2005-08-30 11:25:55.000000000 -0400
+++ shadow/75937.tmp.28737	2005-08-30 11:25:55.000000000 -0400
@@ -0,0 +1,47 @@
+Bug#: 75937
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Windows Server 2003
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: Sys.Data.SqlClient
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: danilo.zanella.ax at pirelli.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: SqlClient Open Connection port discovery not working
+
+When I try to open connection with this information in the connection 
+string:
+
+hostname\instance,port
+
+example: 
+
+SqlConnection dbcon = new SqlConnection("Password=test;User 
+ID=test;Database=MYDB;Server=cl022it\vsql022it,1202")
+dbcon.Open();
+
+I get "no such host is known" error.
+
+Steps to reproduce the problem:
+1. Open sqlconnection on SQL2000 cluster with modified default port
+2. 
+3. 
+
+Actual Results:
+"no such host is known" error
+
+Expected Results:
+connection opened
+
+How often does this happen? 
+all the time
+
+Additional Information:
+The same error on Linux Fedora 3


More information about the mono-bugs mailing list