Return-Path: Delivered-To: apmail-ibatis-user-cs-archive@www.apache.org Received: (qmail 41204 invoked from network); 7 Nov 2006 01:07:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Nov 2006 01:07:02 -0000 Received: (qmail 42657 invoked by uid 500); 7 Nov 2006 01:07:13 -0000 Delivered-To: apmail-ibatis-user-cs-archive@ibatis.apache.org Received: (qmail 42467 invoked by uid 500); 7 Nov 2006 01:07:12 -0000 Mailing-List: contact user-cs-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-cs@ibatis.apache.org Delivered-To: mailing list user-cs@ibatis.apache.org Received: (qmail 42456 invoked by uid 99); 7 Nov 2006 01:07:12 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Nov 2006 17:07:12 -0800 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=INFO_TLD X-Spam-Check-By: apache.org Received-SPF: error (herse.apache.org: local policy) Received: from [220.231.152.70] (HELO mailsz.achievo.com) (220.231.152.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Nov 2006 17:06:51 -0800 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Embedded FIrebird Issue X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Tue, 7 Nov 2006 09:04:36 +0800 Message-ID: <272DCEB65C10ED4484F9B3770DA101717CE299@mailsz.achievo.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Embedded FIrebird Issue thread-index: AccCBEjSKBOh6XN6QR+fat4ncAKvBQABGf7Q From: "Jacky Ding" To: X-Virus-Checked: Checked by ClamAV on apache.org -----Original Message----- From: Ron Grabowski [mailto:rongrabowski@yahoo.com] Sent: Tuesday, November 07, 2006 8:34 AM To: user-cs@ibatis.apache.org Subject: Re: Embedded FIrebird Issue Can you zip up a very small sample project and email it to me? Perhaps you could recompile the driver with a modified Validate method = that gives more descriptive error messages. Their current implementation = (v2.0.1) does a lot of checks at the same time: // FbConnectionString.cs if ((this.UserID =3D=3D null || this.UserID.Length =3D=3D 0) || = (this.Password =3D=3D null || this.Password.Length =3D=3D 0) ||=20 ... ----- Original Message ---- From: Muzza To: user-cs@ibatis.apache.org Sent: Monday, November 6, 2006 8:58:55 AM Subject: FW: Embedded FIrebird Issue Anyone? *beg*=20 =20 From: Muzza [mailto:muzza@thompsononline.info]=20 Sent: Friday, 3 November 2006 11:16 PM To: 'user-cs@ibatis.apache.org' Subject: Embedded FIrebird Issue =20 =20 Hi All, =20 I am getting this error on trying to open the datamapper =20 Unhandled Exception: System.ArgumentException: An invalid connection = string argument has been supplied or a required connection string = argument has not been supplied. at FirebirdSql.Data.Firebird.FbConnectionString.Validate() at = FirebirdSql.Data.Firebird.FbConnection.set_ConnectionString(String = value) at FirebirdSql.Data.Firebird.FbConnection..ctor(String = connectionString) at = FirebirdSql.Data.Firebird.FbConnection.System.ICloneable.Clone() at IBatisNet.Common.DbProvider.CreateConnection() at IBatisNet.DataMapper.SqlMapSession.OpenConnection(String = connectionString) =20 at IBatisNet.DataMapper.SqlMapper.OpenConnection(String = connectionString) at iBatisFireBirdTest.Program.Main(String[] args) in = E:\Development\oNebit\Clients\iBatisFireBirdTest\iBatisFireBirdTest\Progr= am.cs:line 28 =20 The connection string being used is =20 = User=3DSYSDBA;Password=3Dmasterkey;Database=3DRECOM.FDB;DataSource=3Dloca= lhost;Port=3D3050;Dialect=3D3;Charset=3DNONE;Role=3D;Connectionlifetime=3D= 15;Pooling=3Dtrue;MinPoolSize=3D0;MaxPoolSize=3D50;PacketSize=3D8192;Serv= erType=3D1 =20 This tests fine using FirebirdSql directly. Can anyone point me in = the right direction to solve this issue? =20 Thanks! =20 =20 =20