Subject | RE: Error during delete statement. |
---|---|
Author | Calin Pirtea |
Post date | 2009-09-25T03:48:39Z |
Hi All,
I get this error during a delete statement and I do not understand what
happens to trigger it:
ISC ERROR CODE:335544382
ISC ERROR MESSAGE:
cannot update erased record
The error I usually get (and expect) is:
ISC ERROR CODE:335544345
ISC ERROR MESSAGE:
lock conflict on no wait transaction
deadlock
update conflicts with concurrent update
concurrent transaction number is 146304
This is not a production error but an extreme test case that performs a
lot of random inserts, selects and deletes.
Can someone please explain if the top error is normal?
Cheers,
Calin Pirtea
I get this error during a delete statement and I do not understand what
happens to trigger it:
ISC ERROR CODE:335544382
ISC ERROR MESSAGE:
cannot update erased record
The error I usually get (and expect) is:
ISC ERROR CODE:335544345
ISC ERROR MESSAGE:
lock conflict on no wait transaction
deadlock
update conflicts with concurrent update
concurrent transaction number is 146304
This is not a production error but an extreme test case that performs a
lot of random inserts, selects and deletes.
Can someone please explain if the top error is normal?
Cheers,
Calin Pirtea