Re: [firebird-support] internal firebird consistency check

2017-06-13 Thread LtColRDSChauhan rdsc1...@gmail.com [firebird-support]
Thank you, Paul. There were issues related to RAM and while attempting to upgrade RAM (and OS from 32 to 64 Bit) I lost the corrupted database. Regards, Rajiv On 13 Jun 2017 2:03 pm, "'Paul Beach' pabe...@waitrose.com [firebird-support]" wrote: <<1. I got

[firebird-support] internal firebird consistency check

2017-06-13 Thread 'Paul Beach' pabe...@waitrose.com [firebird-support]
<<1. I got following error reported Firebird-3.0.2.32703_0_Win32 : "internal firebird consistency check (cannot find record back version (291), file: vio.cpp line: 4676)">> Try a gbak using something like the following gbak -b -v -i -g copy1.fdb{path}copy1a.fbk using the –g switch to signify

Re: [firebird-support] internal firebird consistency check

2017-06-10 Thread LtColRDSChauhan rdsc1...@gmail.com [firebird-support]
Hi Alexey, Thanks for your quick help. I think RAM is the issue. Regards, Rajiv On 10 Jun 2017 1:44 pm, "Alexey Kovyazin a...@ib-aid.com [firebird-support]" < firebird-support@yahoogroups.com> wrote: Hi, Usually such corruptions happen due to hardware problems. Check you RAM

Re: [firebird-support] internal firebird consistency check

2017-06-10 Thread Alexey Kovyazin a...@ib-aid.com [firebird-support]
Hi, Usually such corruptions happen due to hardware problems. Check you RAM https://ib-aid.com/en/articles/how-to-check-ram-and-avoid-database-corruptions/ Try to fix with standard means https://ib-aid.com/en/articles/how-to-repair-a-corrupt-firebird-database/ If it fails, FirstAID will help.

[firebird-support] internal firebird consistency check

2017-06-09 Thread LtColRDSChauhan rdsc1...@gmail.com [firebird-support]
1. I got following error reported Firebird-3.0.2.32703_0_Win32 : "internal firebird consistency check (cannot find record back version (291), file: vio.cpp line: 4676)" 2. Environment: .Net Provider 5.9.1.0 FlameRobin 0.9.3 (git hash 5ece15b) Windows 10 Home Operating System 3. Back up reported

Re: [firebird-support] internal Firebird consistency check (applied differences will not fit in record (177), file: sqz.cpp line: 127)

2017-02-20 Thread Slavomir Skopalik skopa...@elektlabs.cz [firebird-support]
Try 3.0.2, probably another situation related to http://tracker.firebirdsql.org/browse/CORE-5392 Slavek Ing. Slavomir Skopalik Executive Head Elekt Labs s.r.o. Collection and evaluation of data from machines and laboratories by means of system MASA (http://www.elektlabs.cz/m2demo)

[firebird-support] internal Firebird consistency check (applied differences will not fit in record (177), file: sqz.cpp line: 127)

2017-02-20 Thread Roland Turcan k...@rotursoft.sk [firebird-support]
Hello firebird-support@yahoogroups.com! I am migrating data and changing many and many records in one transactions. I have not made anything strange just SQL editor and some SQL commands which forced this database corruption: DEVELOP Mon Feb 20 16:17:54 2017 Database:

Re: [firebird-support] internal Firebird consistency check (decompression overran buffer (179), file: sqz.cpp line: 239)

2016-10-05 Thread Robert martin r...@chreos.com [firebird-support]
Hi I am no expert in these things but I thought that DB file access that was not 'through' the FB server while FB server is running could cause DB file corruption. With our systems we always exclude the FDB from virus scanning and external backup applications. We have a FB backup (GBak) run

Re: [firebird-support] internal Firebird consistency check (decompression overran buffer (179), file: sqz.cpp line: 239)

2016-10-04 Thread Alexey Kovyazin a...@ib-aid.com [firebird-support]
Hi Ian, It seems that you have multi-volume database, is it correct? Regards, Alexey Kovyazin IBSurgeon Hi FB Support! We have been running FB since IB4.2 days and have only previously had any database corruption when we've had hardware issues...until recently, when I've seen this error

[firebird-support] internal Firebird consistency check (decompression overran buffer (179), file: sqz.cpp line: 239)

2016-10-03 Thread n6auei4hz6ypittow3d2xkak432y2oszb2gth...@yahoo.com [firebird-support]
Hi FB Support! We have been running FB since IB4.2 days and have only previously had any database corruption when we've had hardware issues...until recently, when I've seen this error on 2 different servers that I'm reasonably confident are both fine! However, our setup is probably fairly

[firebird-support] Internal Firebird consistency check (cannot find record back version (291) - how to fix and prevent?

2014-01-29 Thread brucedickinson
Hello guys, I have atleast one database on which this problem occurs when I try to backup the database. I do not know what caused this problem. Is it possible to cause this problem by executing DDL/DML statements? On this page: http://ibsurgeon.com/articles/item69; the reason for this problem

Re: [firebird-support] Internal Firebird consistency check (cannot find record back version (291) - how to fix and prevent?

2014-01-29 Thread Alexey Kovyazin
Hi, The nature of errors is the following - one of record's backversions is missing, and Firebird cannot read chain of back versions to build actual (yours) version of this record. The reason wrong transaction management, I think, is not correct, and we will change it - usually this happens