|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Concurrency IssueHi,
I am not sure if this is the right forum to post my issue. Any pointers in solving this issue will be of great help. We are facing
one issue when two concurrent users are trying to insert different set of
records in single table.
The error code we are getting is “ISAM error: Key Value locked”. Please let me know if any one knows how to resolve this issue. Regards, Vasantha
|
|
|
|
Re: Concurrency IssueSounds like a locking/PK constraint issue on the database side - 2 users trying to insert into table yet ibatis is trying to manage the database integrity, especially in case of ibatis handling any database sequences (know on JBoss side this can be an issue).
I would test dropping/disabling the PK constraint on the database table being inserted into and see if 2 concurrent users can then insert the "different set of records" without error. This should at least help answer the question. On Fri, Jun 26, 2009 at 2:04 AM, Vasantha Rapuru <Vasantha_Rapuru@...> wrote:
|
| Free embeddable forum powered by Nabble | Forum Help |