Error opening / creating base in firebird

1

I have a problem with Firebird. I did the installation of Delphi and Firebird, but when I try to open the base it gives an error. Trying to open by ibexpert gives the following error

unsuccessful execution caused by an unavailable resource. unavailable database

I'm using Firebird version 2.5, but I already tested it on 1.5 and 3.0. In addition, the Firebird service is running in the task manager.

    
asked by anonymous 18.10.2018 / 14:41

1 answer

0

To solve the message "ibexpert unsuccessful execution caused by an unavailable resource." do so:

  • Verify that the firebird server is active.
  • Verify that 3050 port is enabled in windows firewall or any blocker or Firewall you have.
  • In ibexpert at the time of choosing the Server type, place REMOTE and Server name put IP in> 127.0.0.1 "
  • Connect to the database.
  • 21.11.2018 / 22:48