Database concurrency condition detected

Monday, April 30, 2012
Avatar
Attempting to update test case via your SOAP interface.  Can insert new test cases without issue, but cannot modify due to "Database concurrency condition detected" error.

Called TestCase_RetrieveById immediately prior to calling TestCase_Update.
LastUpdateDates are different and in the correct time order.

1 Replies
Tuesday, May 1, 2012
Avatar
re: DaleAdams Monday, April 30, 2012
You need to pass the same LastUpdateDate that was retrieved by the TestCase_RetrieveById function, that's used by the system to know if you have the most recent version of the test case. I.e. don't update this date and it should be fine.

Spira Helps You Deliver Quality Software, Faster and With Lower Risk

And if you have any questions, please email or call us at +1 (202) 558-6885

 

Statistics
  • Started: Monday, April 30, 2012
  • Last Reply: Tuesday, May 1, 2012
  • Replies: 1
  • Views: 1999