Einzelnen Beitrag anzeigen

Zwirbel

Registriert seit: 17. Aug 2009
64 Beiträge
 
Delphi 10 Seattle Ultimate
 
#15

AW: Konfiguration FB Client/Server

  Alt 6. Jul 2016, 08:44
Eine Dummy-Datei der aliases.conf hatte ich auch erwartet, aber auf allen drei Installationen von FB3 war bisher keine solche zu finden.
Das steht ja nun auch (seit FB Version 3) in der "databases.conf"
Bingo! Vielen Dank!

Was eine schwere Geburt. Noch mal für alle:

1) Inhalt der "databases.conf":
Code:
# ------------------------------
# List of known databases
# ------------------------------

#
# Makes it possible to specify per-database configuration parameters.
# See the list of them and description on file firebird.conf.
# To place that parameters in this file add them in curly braces
# after "alias = /path/to/database.fdb" line. Example:
#   big = /databases/bigdb.fdb
#   {
#      LockMemSize = 32M      # We know that bigdb needs a lot of locks
#      LockHashSlots = 19927   #   and big enough hash table for them
#   }
#

#
# Example Database:
#
employee.fdb = $(dir_sampleDb)/employee.fdb
employee = $(dir_sampleDb)/employee.fdb
AM_FB_SERVER = C:/AM/Server/FRA/AM_FB_SERVER.FDB
2) Die "aliases.conf" habe ich wieder gelöscht.

3) In ISQL:
Code:
ISQL Version: WI-V3.0.0.32483 Firebird 3.0
Use CONNECT or CREATE DATABASE to specify a database
SQL> CONNECT "AM_FB_SERVER" USER SYSDBA PASSWORD masterkey;
Server version:
WI-V3.0.0.32483 Firebird 3.0
Database: "AM_FB_SERVER", User: SYSDBA
SQL>
So und jetzt versuche ich das ganze von einem Client aus...
  Mit Zitat antworten Zitat