currently we are facing issue while restoring our database using gbak cmd provided by interbase to restore corrupt database.
We first of all created a backup file and then ran
`gbak -r -user {username} -password {password} path_of_backup_interbase_file path_of_original_interbase_file`.
But it gives error -” The username and password are not defined. Please ask your database administrator“. We checked connecting using sysdba and password, wherein we can login and used the same password for gbak. Also we used “masterkey” password in the above cmd.
Currently we are running all these cmds in cmdline in administrative mode on production server which ofc is hosted on windows.
Can somebody please help or provide any directions maybe variables that need to be set prior to running this cmd or what might be the reason for this exception to take place?
We have tried all of our energy as this database is entirely new to us, some help will be really appreciated
Pushkar Mavale is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.