RE: SB error

2004-03-29 Thread David Wolverton
This would tell me that you have two programs running: Session 1 locks Record A Session 2 locks Record B Session 1 WANTS to lock Record B, and holds, awaiting the lock release Session 2 NOW Wants to lock Record A - if this happens, DEADLOCKS occurs - neither program will ever be able to progress.

RE: SB error

2004-03-29 Thread kafsat taiyus
Thank you David, I shall talk with the programmers. Regards Kafsat -Original Message- From: David Wolverton [mailto:[EMAIL PROTECTED] Sent: Tuesday, 30 March 2004 1:19 AM To: 'U2 Users Discussion List' Subject: RE: SB error This would tell me that you have two programs running