Re: DatabaseError.CONCURRENT_MODIFICATION on API version v201109

2012-03-19 Thread Anash P. Oommen
Hi Cristian, There are no restrictions on using multithreading with v201109. Nothing has changed on this aspect from v201101 to v201109. Danial suggested using MutateJobService because it takes care of issues like RateExceededError, Concurrent modification errors, etc. automatically. If you use

Re: DatabaseError.CONCURRENT_MODIFICATION on API version v201109

2012-03-16 Thread Cristian Allietto
Hi Danial, thank you for your response. The post that you have linked to me is dated March 30 2011, so it refers to the v201101 version that is the version that allows me to use multithread. So I still not understand if there are (and if so what) new restrictions in the new v201109 version. T

Re: DatabaseError.CONCURRENT_MODIFICATION on API version v201109

2012-03-15 Thread Danial Klimkin
Hello Cristian, The possible reasons for this error are described here: http://adwordsapi.blogspot.com/2011/03/concurrency-management-in-adwords-api.html In your particular case I recommend removing multi-threading and using MutateJobService

Re: DatabaseError.CONCURRENT_MODIFICATION on API version v201109

2012-03-14 Thread Cristian Allietto
There were new restrictions related to the DatabaseError.CONCURRENT_MODIFICATION error between the two versions? Can you clarify what are the concurrent operations that can be done depending on the type of "scope"? Thank you -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

DatabaseError.CONCURRENT_MODIFICATION on API version v201109

2012-03-14 Thread Cristian Allietto
Hi, since one year ago we implemented an application, using the AdWords API [image: Expand v201101 - deprecated]v201101, that upload some thousands of keywords on a specific AdGroup. To reduce the upload time we implemented it with a multithread system that assign a certain number of keywords to