Re: [firebird-support] Connecting to Firebird 3.01 with JDBC

2016-09-27 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 23-9-2016 06:00, trsk...@yahoo.com [firebird-support] wrote:
> I have set WireCrypt to Disabled/Enabled, the error changed to :
> Error occurred during login, please check server firebird.log for details
>
> When I read on firebird.log, here are the error :
> Authentication error   No matching plugins on server
>
> I guest i have to go back to FB 2.5, cause no solution to this matter
> that I can found on the net & I need to use Java to connect to FB.

I see Vlad already answered the part that I had missed in my answer, 
however the step to change AuthServer was listed on the page I linked. 
Do you have a suggestion how I can make that page better?

Mark
-- 
Mark Rotteveel


Re: [firebird-support] Connecting to Firebird 3.01 with JDBC

2016-09-22 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 2016-09-22 11:01, trsk...@yahoo.com [firebird-support] wrote:
> Hi guys,
> 
> Anyone here able to connect to FB 3.01 with JDBC 2.x?
> 
> I have tried with jaybird-full-2.2.11 & have adding these lines to
> firebird.conf
> 1) UserManager = Srp, Legacy_UserManager
> 2) AuthClient = Srp, Win_Sspi, Legacy_Auth
> 
> But no avail, always got error message
> org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544421.
> connection rejected by remote interface

Questions about Jaybird should go to the Firebird-java mailinglist. 
However to answer your question: you have forgotten one step. You need 
to downgrade the WireCrypt setting from its default Required to Enabled. 
See also 
https://github.com/FirebirdSQL/jaybird/wiki/Jaybird-and-Firebird-3


As a nitpick, JDBC 2.x is the version of the standard that was released 
with Java 1.2 (or 1.3). When talking about the the driver it is Jaybird 
2.2.x (which supports JDBC 4.0 - 4.2).

Mark


[firebird-support] Connecting to Firebird 3.01 with JDBC

2016-09-22 Thread trsk...@yahoo.com [firebird-support]
Hi guys, 

Anyone here able to connect to FB 3.01 with JDBC 2.x?

I have tried with jaybird-full-2.2.11 & have adding these lines to 
firebird.conf 
1) UserManager = Srp, Legacy_UserManager
2) AuthClient = Srp, Win_Sspi, Legacy_Auth

But no avail, always got error message 
org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544421. connection 
rejected by remote interface


Thanks in advance & best regards,
Anto