-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot connect to firebird #2
Comments
Hi Can you suggest ? Iam still unable to connect |
@cmohanc I'll try to test it myself when I get some spare time. Cheers! |
Thanks for the reply. Please let me know if you update for firebird 3.0
Best regards
C.Mohan
…On Thu 28 Feb, 2019, 13:57 Marin Vitlov, ***@***.***> wrote:
@cmohanc <https://github.com/cmohanc>
Sorry for the late response. Did you manage to resolve the connection
issues?
Unfortunately, due to lack of spare time, the extension hasn't been tested
yet with the Firebird 3.0.
There's a strong possibility of an issue with third-party client
(node-firebird) <https://www.npmjs.com/package/node-firebird> that this
extension uses.
I'll try to test it myself when I get some spare time.
Cheers!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHiblxg_vJF51oJMng1K6G4KhSUCZF8lks5vR5LagaJpZM4Yrk65>
.
|
You need to make sure your user is created as a legacy-auth user. |
How to create a legacy-auth user.? |
The
Other plugins or a different order is possible as long as You can then create a legacy authentication user using: create user <username> password '<password>' using plugin Legacy_UserManager; The By default the security database already has a legacy_auth SYSDBA (with password masterkey), keep this in mind if you don't want to leave your Firebird install insecure (change it with Alternatively, you can read Compatibility Issues → Legacy Authentication in the Firebird 3 release notes. Following those instructions however will disallow you to manage SRP users, which is not advisable in my opinion. |
Hi @mrotteveel , I've got the same problem reported by @cmohanc . I have been trying to connect using the steps you shared above, but the plugin still not able to connect. :-/ Could you try it on your machine? Thank you! |
@silvioprog I tried it when I wrote my comment. I know it works. If it doesn't work for you then I would guess that you either didn't restart Firebird after changing these settings, or you did not remove the |
I can confirm that driver should work with
|
I am having the same issue. I think it should show some error message or something when it can't connect to the database. |
I have installed firebird 3.
This is the connection string from flamerobin - localhost/3050:D:\FireBirdData\BPR.FDB
Can you tell me how to connect in vscode?
The text was updated successfully, but these errors were encountered: