Use of Firebird database from one PC to another

Asked

Viewed 37 times

2

I backed up a Firebird database from a PC and what happens is that I put this database on another PC but then the application says that the database is unique to another user or the program should do some folder checking or username that is on database and user name of the PC where I put the backup.

If creating a database from that PC there is no longer error, because the BD was created on that PC, already restore a backup from another PC to a new PC gives error, someone can help me?

Thank you.

1 answer

0

Which Firebird user were you using on the old server? It is created on the new server?

Check through the gsec.exe on the old server the users that exist and create the users on the new server.

gsec -user sysdba -password masterkey
GSEC> display
GSEC> add newuser -pw newuser -fname New -lname User

Browser other questions tagged

You are not signed in. Login or sign up in order to post.