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

Client side aliases do not work in databases.conf #7365

Closed
AlexPeshkoff opened this issue Oct 27, 2022 · 0 comments
Closed

Client side aliases do not work in databases.conf #7365

AlexPeshkoff opened this issue Oct 27, 2022 · 0 comments

Comments

@AlexPeshkoff
Copy link
Member

Records in databases.conf are ignored by fbclient - for example no matter of added alias

tcp_emp = localhost:employee

an attempt to attach to it causes:


# ./isql -user sysdba -password masterkey tcp_emp
Statement failed, SQLSTATE = 08001
I/O error during "open" operation for file "tcp_emp"
-Error while trying to open file
-No such file or directory

That worked before FB3.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment