Subject | Re: [firebird-support] aliases.conf ignored? |
---|---|
Author | |
Post date | 2018-04-20T20:29:24Z |
Silly question ... has windows sneeked a hidden .txt to the file name? Been caught by that a few times.
Sent from MailDroid
-----Original Message-----
From: "leawolf@... [firebird-support]" <firebird-support@yahoogroups.com>
To: firebird-support@yahoogroups.com
Sent: Fri, 20 Apr 2018 19:55
Subject: [firebird-support] aliases.conf ignored?
Sent from MailDroid
-----Original Message-----
From: "leawolf@... [firebird-support]" <firebird-support@yahoogroups.com>
To: firebird-support@yahoogroups.com
Sent: Fri, 20 Apr 2018 19:55
Subject: [firebird-support] aliases.conf ignored?
Hello,
i cannot connect to a remote (Windows) located firebird 2.5 database anymore
this problem is new and worked many years.
this problem is new and worked many years.
if i try:
c:\>isql [ip-address]:db-alias or
c:\>isql [ip-address]/3050:db-alias
i get the error:
Statement failed, SQLSTATE = 08001
I/O error during "CreateFile (open)" operation for file "rdatabase"
-Error while trying to open file
-Das System kann die angegebene Datei nicht finden.
Use CONNECT or CREATE DATABASE to specify a database
I/O error during "CreateFile (open)" operation for file "rdatabase"
-Error while trying to open file
-Das System kann die angegebene Datei nicht finden.
Use CONNECT or CREATE DATABASE to specify a database
if i try
c:\>isql db-alias
on the remote servers console
i get the same error
i get the same error
next test: copy-past the full-path from the aliases.conf to the console. This file exists (dir)
and isql [pasted] works well too.
and isql [pasted] works well too.
if have set isc_user/password to sysdba/masterkey and added the servers bin dir to the path environment.
Why doesn't this work anymore?
Please help!
Please help!
---------------c:\firebird\aliases.conf of the remote firebird server -----------------------
#
# List of known database aliases
# ------------------------------
#
# Examples:
#
# dummy = c:\data\dummy.fdb
#
rdatabase = c:\data\rdatabase.fdb
--------------------------------------------------------------------------------------------------
#
# List of known database aliases
# ------------------------------
#
# Examples:
#
# dummy = c:\data\dummy.fdb
#
rdatabase = c:\data\rdatabase.fdb
--------------------------------------------------------------------------------------------------