Problem Delphi 2009 / Firebird 2.1

edited December 2008 in FastReport 4.0
Hy,

I Just install FastReport 4 in Delphi 2009.
When try open a DataBase created under Firebird 2.1 with the IBXDatabase component (DatabaseName = 127.0.0.1:c:\TEST.FDB),
i have the following message:
"Unsupported one-diskStructure for c:\TEST.FDB file; found 11, support 1. "

And when i try to set my DatabaseName Propriety on IBXDatabase with Firebird Port (DatabaseName = 127.0.0.1/3050:c:\TEST.FDB) :

"Failed to Locate Host Machine, Undefined Service 2050/TCP"

It's a Bug of the Fresh Version of FastReport 4 for Delphi 2009 ?
Thank

Comments

  • edited 10:36AM
    UP
  • gpigpi
    edited 10:36AM
    wrote:
    "Unsupported one-diskStructure for c:\TEST.FDB file; found 11, support 1. "
    Your FB server doesn't support ODS11
    Install FB 2.1
  • edited 10:36AM
    OK, i have 2 server on my computer :

    - Firebird 2.0 on port 3050
    - Firebird 2.1 on port 3051

    but when i try to set my DatabaseName Propriety on IBXDatabase with Firebird Port :

    DatabaseName = 127.0.0.1/3051:c:\TEST.FDB -> "Failed to Locate Host Machine, Undefined Service 3051/TCP"

    is the correct syntax to set a port number ?
  • gpigpi
    edited 10:36AM
    Do you add in services
    gds_db 3051/tcp ?
    Can you connect to FR 2.1 from other application?
  • edited 10:36AM
    Thank for your reponses...
    Work fine with "gds_db 3051/tcp" in services.

    but i would like to set the number port in DatabaseName Propriety on IBXDatabase.
    There is no solution instead set gds_db 3051/tcp in services ?
    All Application for Firebird accept this syntax : 127.0.0.1/3051:c:\TEST.FDB..... but when i set /3051 in IBXDatabase ->

    "Failed to Locate Host Machine, Undefined Service 3051/TCP"
  • gpigpi
    edited 10:36AM
    You can't to use FB server on port 3051 without "gds_db 3051/tcp" in services
  • edited 10:36AM
    gpi wrote: »
    You can't to use FB server on port 3051 without "gds_db 3051/tcp" in services

    Ok thank for all ^^

Leave a Comment