I am trying to backup FB2.5 dBs to convert them to FB4
The batchfile uses the following statement
gbak -user SYSDBA -pas masterkey -b -g -V -se service_mgr D:\FB2TEMP\IS_Database\Program\BOOKSTBLS.FDB D:\FB2TEMP\IS_DB_BUP\Program\BOOKSTBLS.FBK -Y D:\FB2TEMP\IS_Database\Program\BOOKSTBLSbup.log
However I get the following response
Backup BOOKSTBLS.FDB
gbak: ERROR:unknown ISC error 335545106
gbak:Exiting before completion due to errors
I have used the same statement on a number of other databases with complete success. However, this DB gives the error and I cannot determine why - is there any explanation of what the error code means?
Regards