Subject | [firebird-support] problem connecting to database on remote server |
---|---|
Author | Rustam |
Post date | 2019-07-03T14:55:31Z |
Replace "ADE-VM" with IP-address of your server. Check if server's Firewall allow incoming connections to port 3050.
Run ISQL on DB server ("ADE-VM") and try this command:
SQL> CONNECT '127.0.0.1:E:\T\CASHMANAGER.FDB' user SYSDBA password
masterkey;
3 липня 2019, 17:45:15, від "Tony Christiansen tony@... [firebird-support]" <firebird-support@yahoogroups.com>:
Hi Rustam
With that syntax even the connection to the C: drive fails (Server is Windows 10)
SQL> CONNECT \\ADE-VM\C:\T\CASHMANAGER.FDB user SYSDBA password masterkey;
Database: \\ADE-VM\C:\T\CASHMANAGER.FDB, User: SYSDBA
SQL> CONNECT ADE-VM:C:\T\CASHMANAGER.FDB user SYSDBA password masterkey;
Commit current transaction (y/n)?n
Rolling back work.
Statement failed, SQLSTATE = 08006
Unable to complete network request to host "ADE-VM".
-Failed to establish a connection.
SQL>On 4/07/2019 12:25 am, Rustam rustam-m@... [firebird-support] wrote: