[Mono-bugs] [Bug 49415][Wis] New - mono C# fails to login to MS SQL Server 2000

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 7 Oct 2003 11:21:10 -0400 (EDT)


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 zopemonkey@yahoo.com.

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

--- shadow/49415	2003-10-07 11:21:10.000000000 -0400
+++ shadow/49415.tmp.9888	2003-10-07 11:21:10.000000000 -0400
@@ -0,0 +1,63 @@
+Bug#: 49415
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: Debian Stable -> Linux dev1 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i686 unknown
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System.Data.SqlClient
+AssignedTo: rodrigo@ximian.com                            
+ReportedBy: zopemonkey@yahoo.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mono C# fails to login to MS SQL Server 2000 
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Using mono's C# SqlConnection class to connect and login to a MS SQL Server
+2000 that has encryption enabled fails with this error:
+
+Error: 17832, Severity: 20, State: 9 
+Connection opened but invalid login packet(s) sent.  Connection closed. 
+
+
+Steps to reproduce the problem:
+1.  SqlConnection conn = new SqlConnection("Integrated
+Security='SSPI';Initial Catalog='dbname';Data Source='1.2.3.4,1433';Network
+Library='DBMSSOCN';User ID='username';Password='password';Connect
+Timeout=30;"); // obvious values changed for example.
+2.  conn.Open()
+3.  the above error happens. the ip, database, username, and password are
+all correct.
+
+Actual Results:
+
+Error: 17832, Severity: 20, State: 9 
+Connection opened but invalid login packet(s) sent.  Connection closed. 
+
+
+Expected Results:
+
+to login to sql server
+
+
+How often does this happen? 
+
+Every time.
+
+
+Additional Information:
+
+freetds and perl modules have the same problem, maybe this is something
+that has existed before, yet couldnt find anything in the bug database when
+searching for the error.
+
+you can email me at chris@burst.net and i can provide more details and code
+i use if need be. i just downloaded and compiled mono yesterday (the source
+on the release page 0.28).