Using Firebird database from one PC to another

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 ie the program should do some folder check or user name that is in the database and the user name of the PC where I put the backup.

If you create a database from that PC there is no error, since the DB was created on this PC, already restore a backup of another PC to a new PC gives error, can someone help me?

Thank you.

    
asked by anonymous 11.06.2015 / 14:48

1 answer

0

What Firebird user were you using on the old server? Is it created on the new server?

Check with gsec.exe 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
    
09.07.2015 / 18:35