jacobalberty / firebird-docker

Firebird Dockerfile
130 stars 96 forks source link

How do I connect my database in flamerobin? #45

Closed carlosvargas31 closed 2 years ago

carlosvargas31 commented 5 years ago

Hi guys, I want to know if anyone has tried to see their tables created in firebird.isql in FlameRobin is that adding the new server in flamerobin does not let me connect to the database from flameRobin ... Any solution?

Context: Database::Connect Message: isc_attach_database failed SQL Message : -902 Unsuccessful execution caused by a system error that precludes successful execution of subsequent statements Engine Code : 335544721 Engine Message : Unable to complete network request to host "8a3d683391fc". Failed to locate host machine. The specified name was not found in the hosts file or Domain Name Services.

But when I SQL>CONNECT from firebird.isql I don't get an error ... I don't know what I should do to be able to use firebird in flamerobin. Extra information. the server created in flamerobin has my hostname=8a3d683391fc and port =3050.

mrotteveel commented 5 years ago

Why do you think the hostname to connect from flamerobin is 8a3d683391fc? Assuming flamerobin is run from the machine running docker, you need to use localhost and whatever port you mapped when you started the container.

Serge-Girard commented 4 years ago

I know I am late, but I just install yesterday on my SYNOLOGY NAS. After some errors steps, nobody is perfect, I can connect using Flamerobin on my PC to my databases without any problems (local network). Question is now : what about Internet access ? Till now, I still have a rejected connection error, any clue ?

mrotteveel commented 4 years ago

@Serge-Girard That sounds like a support question for Synology or the vendor of your internet router/modem, and not a question for the maintainer of the firebird-docker image. BTW: exposing a Firebird server to the internet is not a good idea.

Serge-Girard commented 4 years ago

My problem was firebird.conf. Now I can't figure out how to install 2 or more versions. Any clues ?

mrotteveel commented 4 years ago

Again, your problem seems unrelated to the firebird-docker image. If you need general Firebird support, go to the firebird-support mailing list and ask your question there.

Serge-Girard commented 4 years ago

I think you misunderstood my question. My problem is not using Firebird, I understood my error on installing Firebird 3 and not reaching the database trough internet, certainly using environment variable EnableLegacyClientAuth would have set the problem easily. No, my remark is different. Here are my steps : 1- I install one image of Firebird 2.5.9, check with FlameRobin and test Delphi program (local/internet) ok 2- I install another image Firebird 3 install does not work
3- So I use another distribution to install Firebird 3 check (local/internet) ok

My conclusion, it's a package problem no ? "dual or more version install" is not considered

Well, I figure out it's not the good place to speak about this, because, subject was FlameRobin usage, and my intention was first to say everything is ok (with the good hostname)

mrotteveel commented 4 years ago

@Serge-Girard I suggest you post a new issue (or maybe consider posting to the firebird-support mailing list first). Please make sure to provide all relevant steps to reproduce and all errors you get, because "does not work" gives no clue as to what the problem might be. If I have to guess, it might be similar to #36.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 14 days.