From: Andre G. <agr...@bk...> - 2008-04-24 11:10:44
|
Hello, i think there is a Problem with the exception messages in .NET Provider 2.5. For Example if the DataSource in the connection string is set to a wrong value / host, the message of the raised exception looks like: "No message for error code 335544721 found" This occurs with the downloadable version from firebirdsql.org and with the actual version from svn. Nearly every exception message I have seen looks like this, respectively with another error code. When using .NET Provider 2.1 it works fine. The exception message looks like "Unable to complete network request to host ...". I'm using the Firebird Superserver 2.1. Has anyone an idea how to fix this? Andre |
From: Jiri C. <di...@ci...> - 2008-04-24 11:49:12
|
On 4/24/08, Andre Grohmann <agr...@bk...> wrote: > with the actual version from svn. Ahh, I missed this. Could you create item in tracker, I'll fix it probablyy tomorrow. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com |
From: Jiri C. <di...@ci...> - 2008-04-24 11:49:33
|
On 4/24/08, Andre Grohmann <agr...@bk...> wrote: > i think there is a Problem with the exception messages in .NET Provider > 2.5. Did you used latest version? In last release I've added messages from 2.1 FB server. > For Example if the DataSource in the connection string is set to a wrong > value / host, the message of the raised exception looks like: > "No message for error code 335544721 found" > This occurs with the downloadable version from firebirdsql.org and > with the actual version from svn. > > Nearly every exception message I have seen looks like this, respectively > with another error code. > > When using .NET Provider 2.1 it works fine. The exception message looks > like "Unable to complete network request to host ...". > > I'm using the Firebird Superserver 2.1. > > Has anyone an idea how to fix this? > > Andre > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com |
From: Andre G. <agr...@bk...> - 2008-04-25 06:33:39
|
Hi, i have used the latest version, Subversion Revision 559 (22.04.08). -----Ursprüngliche Nachricht----- Von: fir...@li... [mailto:fir...@li...] Im Auftrag von Jiri Cincura Gesendet: Donnerstag, 24. April 2008 13:48 An: For users and developers of the Firebird .NET providers Betreff: Re: [Firebird-net-provider] Exception Message - No message forerror code found On 4/24/08, Andre Grohmann <agr...@bk...> wrote: > i think there is a Problem with the exception messages in .NET Provider > 2.5. Did you used latest version? In last release I've added messages from 2.1 FB server. > For Example if the DataSource in the connection string is set to a wrong > value / host, the message of the raised exception looks like: > "No message for error code 335544721 found" > This occurs with the downloadable version from firebirdsql.org and > with the actual version from svn. > > Nearly every exception message I have seen looks like this, respectively > with another error code. > > When using .NET Provider 2.1 it works fine. The exception message looks > like "Unable to complete network request to host ...". > > I'm using the Firebird Superserver 2.1. > > Has anyone an idea how to fix this? > > Andre > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Firebird-net-provider mailing list Fir...@li... https://lists.sourceforge.net/lists/listinfo/firebird-net-provider |
From: Jiri C. <di...@ci...> - 2008-04-26 08:16:48
|
Hello, I tested it, with same revision of FirebirdClient without problem (see tracker). In fact few weeks ago I've updated resources with error messages to match latest FB servers and I've tested whether everything works and it did. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com |
From: Andre G. <agr...@bk...> - 2008-04-29 07:09:13
|
Hmm, i was able to test it on another machine and there it worked. So this problem is limited to my machine only. Any Ideas where I should start looking for a solution? Thx -----Ursprüngliche Nachricht----- Von: fir...@li... [mailto:fir...@li...] Im Auftrag von Jiri Cincura Gesendet: Samstag, 26. April 2008 10:17 An: For users and developers of the Firebird .NET providers Betreff: Re: [Firebird-net-provider] Exception Message - No message forerrorcode found Hello, I tested it, with same revision of FirebirdClient without problem (see tracker). In fact few weeks ago I've updated resources with error messages to match latest FB servers and I've tested whether everything works and it did. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Firebird-net-provider mailing list Fir...@li... https://lists.sourceforge.net/lists/listinfo/firebird-net-provider |
From: Jiri C. <di...@ci...> - 2008-04-29 07:33:34
|
On 4/29/08, Andre Grohmann <agr...@bk...> wrote: > Any Ideas where I should start looking for a solution? Isn't there FirebirdClient in GAC? Look for differences between machines - OS, installed programs, etc. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com |