|
From: Claudio V. C. <cv...@us...> - 2010-02-12 10:30:41
|
> -----Original Message----- > From: Ivan Prenosil [mailto:iva...@se...] > Sent: Viernes, 12 de Febrero de 2010 7:20 > To: Firebird-Devel > > Here is something similar, connect to db without difference > file defined and do: > > alter database begin backup; > alter database end backup; > alter database add difference file 'c:\x.x'; > > Statement failed, SQLCODE = -607 > [335544351] unsuccessful metadata update > [335544382] -STORE RDB$FILES failed > [14695426] -message length error (encountered 276, expected 278) I fixed this error a few months ago, but it seems that I only did that in v3. Roman Simakov was going to look into another problem: dropping a db with a difference file doesn't drop the difference file and I suspect any physical backup at that time should be stopped and invalidated. C. |