mail-archives/mono-bugs/2004-June/017503.html

137 строки
5.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 60320][Maj] New - Mono.Data.SybaseClient: SybaseConnection.Open() doesn't work.
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<LINK REL="Previous" HREF="017502.html">
<LINK REL="Next" HREF="017504.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 60320][Maj] New - Mono.Data.SybaseClient: SybaseConnection.Open() doesn't work.
</H1>
<B>bugzilla-daemon@bugzilla.ximian.com
</B>
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
TITLE="[Mono-bugs] [Bug 60320][Maj] New - Mono.Data.SybaseClient: SybaseConnection.Open() doesn't work.">bugzilla-daemon@bugzilla.ximian.com
</A><BR>
<I>Wed, 16 Jun 2004 21:39:44 -0400 (EDT)</I>
<P><UL>
<LI> Previous message: <A HREF="017502.html">[Mono-bugs] [Bug 60253][Nor] Changed - Beta 3 bug in DateTime allowing values less than MinValue.
</A></li>
<LI> Next message: <A HREF="017504.html">[Mono-bugs] [Bug 60253][Nor] Changed - Beta 3 bug in DateTime allowing values less than MinValue.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#17503">[ date ]</a>
<a href="thread.html#17503">[ thread ]</a>
<a href="subject.html#17503">[ subject ]</a>
<a href="author.html#17503">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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 <A HREF="mailto:sebastien.robitaille@croesus.com.">sebastien.robitaille@croesus.com.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=60320">http://bugzilla.ximian.com/show_bug.cgi?id=60320</A>
--- shadow/60320 2004-06-16 21:39:44.000000000 -0400
+++ shadow/60320.tmp.30406 2004-06-16 21:39:44.000000000 -0400
@@ -0,0 +1,73 @@
+Bug#: 60320
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Sys.Data
+AssignedTo: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
+ReportedBy: <A HREF="mailto:sebastien.robitaille@croesus.com">sebastien.robitaille@croesus.com</A>
+QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Mono.Data.SybaseClient: SybaseConnection.Open() doesn't work.
+
+Description of Problem:
+
+When using Mono.Data.SybaseClient to access Sybase 11.5, an exception is
+thrown when calling SybaseConnection.Open():
+
+Mono.Data.SybaseClient.SybaseException: Internal error occurred while
+converting characters.
+
+in &lt;0x00125&gt; Mono.Data.SybaseClient.SybaseConnection:ErrorHandler
+(object,Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs)
+in &lt;0x0006a&gt; (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_TdsInternalErrorMessageEventAr
+gs (object,Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs)
+in &lt;0x00031&gt; Mono.Data.Tds.Protocol.Tds:OnTdsErrorMessage
+(Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs)
+in &lt;0x0005b&gt; (wrapper remoting-invoke-with-check)
+Mono.Data.Tds.Protocol.Tds:OnTdsErrorMessage
+(Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs)
+in &lt;0x00216&gt; Mono.Data.Tds.Protocol.Tds:ProcessMessage
+(Mono.Data.Tds.Protocol.TdsPacketSubType)
+in &lt;0x0005b&gt; (wrapper remoting-invoke-with-check)
+Mono.Data.Tds.Protocol.Tds:ProcessMessage
+(Mono.Data.Tds.Protocol.TdsPacketSubType)
+in &lt;0x0013e&gt; Mono.Data.Tds.Protocol.Tds:ProcessSubPacket ()
+in &lt;0x00052&gt; Mono.Data.Tds.Protocol.Tds:NextResult ()
+in &lt;0x0005d&gt; (wrapper remoting-invoke-with-check)
+Mono.Data.Tds.Protocol.Tds:NextResult ()
+in &lt;0x00011&gt; Mono.Data.Tds.Protocol.Tds:SkipToEnd ()
+in &lt;0x0004f&gt; (wrapper remoting-invoke-with-check)
+Mono.Data.Tds.Protocol.Tds:SkipToEnd ()
+in &lt;0x00fb0&gt; Mono.Data.Tds.Protocol.Tds50:Connect
+(Mono.Data.Tds.Protocol.TdsConnectionParameters)
+in &lt;0x003af&gt; Mono.Data.SybaseClient.SybaseConnection:Open ()
+
+
+Steps to reproduce the problem:
+1. Execute the following code:
+
+IDbConnection connection = new SybaseConnection(connectionString);
+connection.Open();
+
+
+Actual Results:
+Crash
+
+Expected Results:
+Connection open
+
+How often does this happen?
+Always
+
+Additional Information:
+Redhat 9
+Sybase 11.5
+mono-0.96
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="017502.html">[Mono-bugs] [Bug 60253][Nor] Changed - Beta 3 bug in DateTime allowing values less than MinValue.
</A></li>
<LI> Next message: <A HREF="017504.html">[Mono-bugs] [Bug 60253][Nor] Changed - Beta 3 bug in DateTime allowing values less than MinValue.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#17503">[ date ]</a>
<a href="thread.html#17503">[ thread ]</a>
<a href="subject.html#17503">[ subject ]</a>
<a href="author.html#17503">[ author ]</a>
</LI>
</UL>
</body></html>