[Mono-list] Informix Connection Problem ("Feature not implemented"
Veerapuram Varadhan
vvaradhan at novell.com
Tue Jun 15 10:11:18 EDT 2010
Hi Niklas,
I don't see any trace from mono stack. Can you try installing debug
symbols and generate one? Also, you can check with OpenLink guys on how
to generate more in-depth stack traces.
V. Varadhan
On Tue, 2010-06-15 at 15:43 +0200, niklas.albers at main-it.de wrote:
>
> Hi all,
>
> I am trying to build a connection to an Informix database via
> monodevelop. I am testing the commercial ADO.NET provider of the
> OpenLink company. I am in contact witht their support, too, but I hope
> you can help me with my proplem.
> My application didn't run, it throws the exception "The requestet
> feature is not implementet" Could anybody help me finding the
> problem?
>
> Here is my application:
>
> using System;
> using OpenLink.Data.GenericClient;
>
> namespace informixconnect
> {
> class MainClass
> {
> public static void Main(string[] args)
> {
> try
> {
> OPLConnection con = new
> OPLConnection("Host=192.168.69.79;Port=5000;SVT=Informix11;DATABASE=gepard;UID=admin;PWD=admin;");
> con.Open();
> con.Close();
>
> Console.WriteLine("Connection Ok");
> }
> catch (Exception e)
> {
> Console.WriteLine(e.ToString());
> }
> }
>
> }
> }
>
> Exception:
> System.NotImplementedException: The requested feature is not
> implemented.
> at OpenLink.Data.GenericClient.ConnectionPool.getConnection
> (OpenLink.Data.Common.BaseConnectionOptions _info, System.String _url)
> [0x00000] in <filename unknown>:0
> at OpenLink.Data.GenericClient.OPLConnection.Open () [0x00000] in
> <filename unknown>:0
> at (wrapper remoting-invoke-with-check)
> OpenLink.Data.GenericClient.OPLConnection:Open ()
> at informixconnect.MainClass.Main (System.String[] args) [0x0000b]
> in /home/dev/Projects/informixconnect/informixconnect/Main.cs:13
>
> kind regards
>
> Niklas Albers
> _______________________________________________
> Mono-list maillist - Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
More information about the Mono-list
mailing list