English > Support

New Client-Server Feature: unavailable database

<< < (2/4) > >>

nostra:
Does the fb-server have access to the database file?

Someone:
how to check that? it certainly got the file rights and I can access it on the server with isql

nostra:
What happens if you do the following in Terminal:

> isql-fb
> connect 192.168.1.2:%fullpath%/pvdb.pvd user SYSDBA password masterkey;
> show tables;

-change masterkey to the real password (if you have changed it)
- the last line (show tables) is not really needed

P.S. I have installed Ubuntu with Firebird Superserver 2.1 here and it works just fine connecting to it from a client on Windows XP

Someone:
root@server:~# isql-fb
Use CONNECT or CREATE DATABASE to specify a database
SQL> connect 192.168.1.2:/usr/lib/firebird/2.0/pvdb.fdb user SYSDBA password <pass>;
Database:  192.168.1.2:/usr/lib/firebird/2.0/pvdb.fdb, User: SYSDBA
SQL> show tables;
There are no tables in this database

nostra:
Could you try the following:
1. Create a database in PVD (under Windows)
2. Copy it to the Linux machine
3. Try to connect to it

P.S. What is the exact text of the error message you are getting?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version