Skip to content
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

gdscode 335544472 #347

Open
DesenvolvimentoGDLSistemas opened this issue Oct 21, 2024 · 3 comments
Open

gdscode 335544472 #347

DesenvolvimentoGDLSistemas opened this issue Oct 21, 2024 · 3 comments

Comments

@DesenvolvimentoGDLSistemas

Hi.
I'm having a issue when i'm attaching a database.
For contextualize, my function attach a database, execute a query and detach.
Same query, same params, same database, in a attempt run, in another attempt the error gdscode 335544472 ("Your user name and password are not defined. Ask your database administrator to set up a Firebird login") return.
I'm already verify the authentification methos of firebird in firebird.conf, update the node-firebird to the last version, rewrite my code in diferent ways, but de issue not dissapear.
I believe what a problem is in attach method...
Someone faced that problem to?
(Sorry if my english is not god.. i did my best kkkk)

@FabianoCastro
Copy link

Try do that

ALTER USER SYSDBA SET PASSWORD 'senha' USING PLUGIN Legacy_UserManager;

@DesenvolvimentoGDLSistemas
Copy link
Author

@FabianoCastro , thanks for your idea. I create a new user using the plugin Legacy_UserManager and aparently works.
Thanks again!

@FabianoCastro
Copy link

You don't need to create a new one, it can be the same one with the same password.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants