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 11:57PM
    UP
  • gpigpi
    edited 11:57PM
    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 11:57PM
    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 11:57PM
    Do you add in services
    gds_db 3051/tcp ?
    Can you connect to FR 2.1 from other application?
  • edited 11:57PM
    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 11:57PM
    You can't to use FB server on port 3051 without "gds_db 3051/tcp" in services
  • edited 11:57PM
    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

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.