restoring data from a previous transaction
Hi, due to a bug in my product I changed my data in a OOBTree-object. That bug was not discovered directly. In my undo log I can find the transactions before the bug was introduced. Now my question how can I restore/extract the OOBTree from an earlier transaction ? -- Mit freundlichen Grüßen Joachim Schmitz -------------------------------------------------------------------- AixtraWare Ingenieurbüro für Internetanwendungen Telefon: +49-2464-8851, FAX: +49-2464-905163 --------------------------------------------------------------------
Joachim Schmitz wrote:
Hi,
due to a bug in my product I changed my data in a OOBTree-object. That bug was not discovered directly. In my undo log I can find the transactions before the bug was introduced. Now my question how can I restore/extract the OOBTree from an earlier transaction ?
Yes, but only by undoing all transactions since the bug was introduced... cheers, Chris
Chris Withers wrote:
Joachim Schmitz wrote:
Hi,
due to a bug in my product I changed my data in a OOBTree-object. That bug was not discovered directly. In my undo log I can find the transactions before the bug was introduced. Now my question how can I restore/extract the OOBTree from an earlier transaction ?
Yes, but only by undoing all transactions since the bug was introduced... Since these are quite many, it is hard to do manually, I also get the error UndoError: Couldn't undo change to '\x00\x00\x00\x00\x00\x001\x14' because Some data were modified by a later tranaction, when proceeding backwards.
Mit freundlichen Grüßen Joachim Schmitz -------------------------------------------------------------------- AixtraWare Ingenieurbüro für Internetanwendungen Telefon: +49-2464-8851, FAX: +49-2464-905163 --------------------------------------------------------------------
participants (2)
-
Chris Withers -
Joachim Schmitz