<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums:  Server raised fault: 'Database concurrency condition detected' (Thread)</title><description> I am using the Web service to trying to update the TestSet, When I call TestSet_Update(testset), I got the error  "suds.WebFault: Server raised fault: 'Database concurrency condition detected' .  Any idea? &#xD;
 all I did is:  &#xD;
 Call set=TestSet_RetrieveById(10), to get the RemoteTestSet record. And then I change the set.TestSetStatusName="Completed",  After updating the value, I call  client.service.TestSet_Update(set). I got the error message.  </description><language>en-US</language><copyright>(C) Copyright 2006-2026 Inflectra Corporation.</copyright><managingEditor>support@inflectra.com</managingEditor><category domain="http://www.dmoz.org">/Computers/Software/Project_Management/</category><category domain="http://www.dmoz.org">/Computers/Software/Quality_Assurance/</category><generator>KronoDesk</generator><a10:contributor><a10:email>support@inflectra.com</a10:email></a10:contributor><a10:id>http://www.inflectra.com/kronodesk/forums/threads</a10:id><ttl>120</ttl><link>/Support/Forum/spiratest/issues-questions/908.aspx</link><item><guid isPermaLink="false">threadId=908</guid><author>y gan (ygan@ftdi.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">concurrency</category><title> Server raised fault: 'Database concurrency condition detected'</title><description> I am using the Web service to trying to update the TestSet, When I call TestSet_Update(testset), I got the error  "suds.WebFault: Server raised fault: 'Database concurrency condition detected' .  Any idea? &#xD;
 all I did is:  &#xD;
 Call set=TestSet_RetrieveById(10), to get the RemoteTestSet record. And then I change the set.TestSetStatusName="Completed",  After updating the value, I call  client.service.TestSet_Update(set). I got the error message.  </description><pubDate>Fri, 16 May 2014 14:58:10 -0400</pubDate><a10:updated>2014-07-09T07:35:43-04:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/908.aspx</link></item><item><guid isPermaLink="false">messageId=1661</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>&#xD;
&#xD;
&#xD;
That means that the ConcurrencyDate you are passing back does not match the one you received (</title><description>&#xD;
&#xD;
&#xD;
That means that the ConcurrencyDate you are passing back does not match the one you received (or your SOAP library is changing its timezone).</description><pubDate>Fri, 16 May 2014 15:55:50 -0400</pubDate><a10:updated>2014-05-16T15:55:50-04:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/908.aspx#reply1661</link></item><item><guid isPermaLink="false">messageId=1662</guid><author>y gan (ygan@ftdi.com)</author><title>Thank for your answer. But Could you give me more clues? What I can do to solve this issue?</title><description>Thank for your answer. But Could you give me more clues? What I can do to solve this issue?</description><pubDate>Fri, 16 May 2014 20:05:08 -0400</pubDate><a10:updated>2014-05-16T20:05:08-04:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/908.aspx#reply1662</link></item><item><guid isPermaLink="false">messageId=1716</guid><author>David J (adam.sandman+support@inflectra.com)</author><title> &#xD;
&#xD;
&#xD;
Hi  Most likely the issue is either the timezone or rounding issues on the milliseconds, is t</title><description> &#xD;
&#xD;
&#xD;
Hi  Most likely the issue is either the timezone or rounding issues on the milliseconds, is there a way to set the timezone on the Python date object?  Here's some pointers -   http://reverb.findawayworld.com/development/easy-python-soap-with-suds-with-a-few-datetime-gotchas/    Try force-setting it to UTC?  Regards  Adam </description><pubDate>Thu, 26 Jun 2014 14:34:49 -0400</pubDate><a10:updated>2014-06-26T14:34:49-04:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/908.aspx#reply1716</link></item><item><guid isPermaLink="false">messageId=1728</guid><author>Filip Baert (filip.baert@newtec.eu)</author><title>&#xD;
Hi,   we struggled with this suds issue for months. There is a bug in suds that cannot handle the </title><description>&#xD;
Hi,   we struggled with this suds issue for months. There is a bug in suds that cannot handle the milliseconds correctly. You cannot predict what value will be returned, even if the timestamp was only stored in a variable and later on read out.  our solution is  https://pypi.python.org/pypi/suds-jurko . There the issue is solved.  this is what we used as installation for it (we are linux users):  perform:   wget  http://bitbucket.org/jurko/suds/downloads/suds-jurko-0.6.tar.bz2     tar -xvf suds-jurko-0.6.tar.bz2    cd /usr/local/lib/python2.7/suds-jurko-0.6    python2.7 setup.py install   hope that helps :-) Filip </description><pubDate>Wed, 09 Jul 2014 07:35:43 -0400</pubDate><a10:updated>2014-07-09T07:35:43-04:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/908.aspx#reply1728</link></item></channel></rss>