Error opening/creating Firebird database

Asked

Viewed 1,307 times

0

I have a problem with Firebird. I installed Delphi and Firebird, but when I try to open the base it is a mistake. Trying to open by ibexpert gives the following error

unsuccessful execution caused by an unavailable resource. unavailable database

I am using version 2.5 of Firebird, but I have already tested in 1.5 and 3.0. In addition the Firebird service is running in the task manager.

  • 1

    Is this base correct? Was it already used? If it was already used, which version of Firebird did you use?

  • Trying to connect local? If so, in Ibexpert put Server: Remote / Server Name: 127.0.0.1

  • Good Morning. You don’t happen to have Interbase Installed either?

  • 2

    In accordance with @Melissa’s comment the following link is a suggestion that seems to solve the problem: https://rairo.wordpress.com/2011/01/05/firebirdibexpert-ibexpert-unsuccessful-execution-caused-by-an-unavailable-resource/

1 answer

1

To resolve the message "ibexpert unsuccessful Execution caused by an unavailable Resource." do so:

  1. Check if the server of Firebird is active.
  2. Check whether the door 3050 is released in the firewall windows or any blocker or Firewall that you have.
  3. In the ibexpert when choosing the type of Server put REMOTE and Server name put the IP location of the machine "127.0.0.1
  4. Connect to the database.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.