Re: DatabaseError.CONCURRENT_MODIFICATION error

2020-02-19 Thread Google Ads API Forum Advisor Prod
Hello Qian, As a suggestion to avoid such errors in a multi threaded environment, I would like to share some best practices from this handy guide. One recommendation in that guide includes : "When you retry requests, use an exponential backoff policy. For example, if you first pause 5 seconds

Re: DatabaseError.CONCURRENT_MODIFICATION error

2020-02-18 Thread Qian Huang
g? Please refer to this > <https://developers.google.com/adwords/api/docs/common-errors#DatabaseError.CONCURRENT_MODIFICATION> > guide > to avoid such error in future. > > Regards, > Nikisha Patel, Google Ads API Team > > > ref:_00D1U1174p._5001UV0nZJ:ref >

Re: DatabaseError.CONCURRENT_MODIFICATION error

2020-02-18 Thread Google Ads API Forum Advisor Prod
Hello Qian, The entity in this scenario will refer to the user list that you are trying to update via API for mutating members of the user list. The concurrent modification error indicates that two or more processes are trying to update the same user list at same instance of time. It might

Re: DatabaseError.CONCURRENT_MODIFICATION error

2020-02-16 Thread Qian Huang
Hi Nikisha, I checked change history, looks like only one script is sending request. However, the history are quite general, it only says: "Remarketing list changed", "Members are uploaded to add to this list". Could you tell more details about that for this mutate member api, what's the

RE: DatabaseError.CONCURRENT_MODIFICATION error

2020-02-14 Thread Google Ads API Forum Advisor Prod
Hello Qian, Thank you for reaching out. The CONCURRENT_MODIFICATION error is observed when multiple processes are trying to make changes to a single entity at once. Could you please check the Change History in the Google Ads interface to verify if there were no other changes being made to the

DatabaseError.CONCURRENT_MODIFICATION error

2020-02-13 Thread Qian Huang
Hi, when I send mutateMembers requests, there are a lots DatabaseError.CONCURRENT_MODIFICATION error: soap:Client [DatabaseError.CONCURRENT_MODIFICATION @ com.google.ads.api.services.campaignmgmt.common.error.DatabaseError.init(Datab

RE: DatabaseError.CONCURRENT_MODIFICATION

2019-05-20 Thread Google Ads API Forum Advisor Prod
Hello Aaron, Your idea of going through the Change History for your account was an excellent one. That was my first place to look as well. What I found during that time for that account was that there are Google Ads scripts running in that account at the same time. Only a minute or so before

RE: DatabaseError.CONCURRENT_MODIFICATION

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Aaron, Thank you for providing a detailed description about the issue you encountered. So I can further investigate, could you also provide the complete SOAP request and response logs that were generated when the error occurred? You may send your reply via the *Reply privately to author*

DatabaseError.CONCURRENT_MODIFICATION

2019-05-16 Thread Aaron Cheshire
Hello, I'm having a strange issue. I'm trying to upload bid changes using the AdWords API and the API is responding with the CONCURRENT_MODIFICATION error. However, I have verified the following things: - My request does not contain any duplicate entities. There are duplicate

RE: DatabaseError.CONCURRENT_MODIFICATION

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Aishwarya, I have sent the below response to you email privately, If you have any further questions please let me know. - The sizeRange field must be related to the

Re: DatabaseError.CONCURRENT_MODIFICATION

2019-04-24 Thread ci . wbdigital
ce list* but not the original number of users uploaded. >> >> Also do confirm whether the mutatemembers list size is 50 fixed or >> could be made variable as I saw in few posts that the limit was increased >> to 90. We are using 201809 API library. >>

Re: DatabaseError.CONCURRENT_MODIFICATION

2019-04-13 Thread ci . wbdigital
sed size limitation and we > could make sure that the list is mutually exclusive of each other? > > For an example: If we upload 100 emailids out of which 30 are duplicates > and 70 are unique, will the Google maintain 70 in their backend or 100? > > Can you please let me know which DB i

RE: DatabaseError.CONCURRENT_MODIFICATION

2019-04-11 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
rote: Hello, You are right about the issue. The DatabaseError.CONCURRENT_MODIFICATION <https://developers.google.com/adwords/api/docs/common-errors#DatabaseError.CONCURRENT_MODIFICATION> error occurs when multiple processes are trying to update the same entity at the same time. Adding delays would

Re: DatabaseError.CONCURRENT_MODIFICATION

2019-04-10 Thread ci . wbdigital
11, 2019 at 1:12:06 AM UTC+5:30, googleadsapi-forumadvisor wrote: > > Hello, > > You are right about the issue. The DatabaseError.CONCURRENT_MODIFICATION > <https://developers.google.com/adwords/api/docs/common-errors#DatabaseError.CONCURRENT_MODIFICATION> > > error occ

Re: DatabaseError.CONCURRENT_MODIFICATION

2019-04-10 Thread ci . wbdigital
? Thanks, Aishwarya On Thursday, April 11, 2019 at 1:12:06 AM UTC+5:30, googleadsapi-forumadvisor wrote: > > Hello, > > You are right about the issue. The DatabaseError.CONCURRENT_MODIFICATION > <https://developers.google.com/adwords/api/docs/common-errors#DatabaseError.CONCU

Re: DatabaseError.CONCURRENT_MODIFICATION

2019-04-10 Thread ci . wbdigital
Hello, > > You are right about the issue. The DatabaseError.CONCURRENT_MODIFICATION > <https://developers.google.com/adwords/api/docs/common-errors#DatabaseError.CONCURRENT_MODIFICATION> > > error occurs when multiple processes are trying to update the same entity > a

RE: DatabaseError.CONCURRENT_MODIFICATION

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, You are right about the issue. The DatabaseError.CONCURRENT_MODIFICATION <https://developers.google.com/adwords/api/docs/common-errors#DatabaseError.CONCURRENT_MODIFICATION> error occurs when multiple processes are trying to update the same entity at the same time. Adding delays

DatabaseError.CONCURRENT_MODIFICATION

2019-04-10 Thread ci . wbdigital
Hi Team, We are currently trying to upload UserList into GoogleAds Manager Account userListService.mutateMembers via Java API and it works fine when I try to upload 1 list into the audience list but its failing with [DatabaseError.CONCURRENT_MODIFICATION

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-12-04 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, There was an issue which is currently addressed. If you still see the errors and if you are not making concurrent changes to the same entities (in which case the error is expected), please let me know. Thanks, Sreelakshmi, AdWords API Team -- --

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-12-03 Thread Jim Malone
The problem appears to have resolved itself for us. Can you let us know what the problem was, and if there's anything we can/should do on our end to avoid it from happening again in the future? Jim On Monday, December 3, 2018 at 4:32:39 PM UTC-5, Sreelakshmi Sasidharan (AdWords API Team)

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-12-03 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello All, Could you please confirm if you are still facing CONCURRENT_MODIFICATION error while making calls with the AdWords API? Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-28 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, We don't have any updates yet. The team is currently working on this. I will keep you posted as soon as I hear from them. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-28 Thread Def
API to create adGroups and keywords in a sequential >> manner (without using different threads). >> Until now, everything was ok, but recently the creation of some keywords >> fails, in a randomic way, due to this DatabaseError.CONCURRENT_MODIFICATION >> error.

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-26 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
We have created an application that > uses the C# Adwords API to create adGroups and keywords in a sequential > manner (without using different threads). > Until now, everything was ok, but recently the creation of some keywords > fails, in a randomic way, due to this DatabaseError.CONCU

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-26 Thread alessandro . bardini
to this DatabaseError.CONCURRENT_MODIFICATION error. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-26 Thread an . deangelis
Are there any updates??? Thanks, Anna Il giorno venerdì 23 novembre 2018 19:30:48 UTC+1, Dannison Yao (AdWords API Team) ha scritto: > > Hi Philo, > > I am a colleague of Sreelakshmi. Allow me to respond to you as she is OOO. > Unfortunately, there are no updates with the team regarding this.

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-23 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Philo, I am a colleague of Sreelakshmi. Allow me to respond to you as she is OOO. Unfortunately, there are no updates with the team regarding this. Rest assured we will provide updates to you once available. Regards, Dannison AdWords API Team On Friday, November 23, 2018 at 11:34:17 PM

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-23 Thread Philo
Hi Sreelakshmi, Any update on this? Thanks! On Wednesday, 21 November 2018 19:15:36 UTC+1, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hello, > > Our team is currently looking into this. I'll keep you posted on the > updates. > > Thanks, > Sreelakshmi, AdWords API Team > -- --

Re: try to create multiple ad on same ad group, but api throw error DatabaseError.CONCURRENT_MODIFICATION

2018-11-21 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
ate multiple ad on same ad group, but api throw error > DatabaseError.CONCURRENT_MODIFICATION > > im using node js generate soap request manually, if need soap request > please ask me. > > Thanks, > Ran > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

try to create multiple ad on same ad group, but api throw error DatabaseError.CONCURRENT_MODIFICATION

2018-11-21 Thread RAN HU
Hi Google, try to create multiple ad on same ad group, but api throw error DatabaseError.CONCURRENT_MODIFICATION im using node js generate soap request manually, if need soap request please ask me. Thanks, Ran -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Our team is currently looking into this. I'll keep you posted on the updates. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-21 Thread obuquerasesquiades
It's happening the same for me. Always working well but since yesterday this error started to turn up :( -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Anna, Thanks for the quick response. I have shared the logs with the team. I'll keep you posted on the updates. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello All, To be able to troubleshoot on our end, could you please share the SOAP logs along with your CID from one of the requests that failed with this error? You could use reply privately to author while sharing the details. Thanks, Sreelakshmi, AdWords API Team -- --

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-21 Thread Philo
Same issue here (using the PHP SDK). We haven't made any modifications and starting yesterday we are experiencing the same issue. On Wednesday, 21 November 2018 01:35:06 UTC+1, Stepanian wrote: > > Yesterday I started getting a DatabaseError.CONCURRENT_MODIFICATION error > for o

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-21 Thread an . deangelis
> same error "[DatabaseError.CONCURRENT_MODIFICATION @ > com.google.ads.api.services.campaignmgmt.common.error.DatabaseError.(Datab] > > - Code : 50014" But the interesting thing is that the app was working > properly for the past 8 months. > > could you help us

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-21 Thread raul . p
Hello!, I have the same problem than Stepanian, yesterday I started to get the same error "[DatabaseError.CONCURRENT_MODIFICATION @ com.google.ads.api.services.campaignmgmt.common.error.DatabaseError.(Datab] - Code : 50014" But the interesting thing is that the app was working

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-21 Thread jesse young
Luis, I work with Raffy. We are getting this error on adgroup creation in some cases. How is that possible? Thanks On Tuesday, November 20, 2018 at 8:56:10 PM UTC-5, Luis Xander Talag (AdWords API Team) wrote: > > Hi Raffy, > > The DatabaseError.CONCURRENT_MODIFICATI

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-21 Thread an . deangelis
Did u have any response? Il giorno mercoledì 21 novembre 2018 01:35:06 UTC+1, Stepanian ha scritto: > > Yesterday I started getting a DatabaseError.CONCURRENT_MODIFICATION error > for operations that are part of a tool that I have developed and used for > months. The tool creates

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-20 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Raffy, The DatabaseError.CONCURRENT_MODIFICATION <https://developers.google.com/adwords/api/docs/common-errors#DatabaseError.CONCURRENT_MODIFICATION> error that you encountered could occur due to multiple processes that are trying to update the same entity at the same time. It in

AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-20 Thread Stepanian
Yesterday I started getting a DatabaseError.CONCURRENT_MODIFICATION error for operations that are part of a tool that I have developed and used for months. The tool creates an ad group and then (sequentially) adds criteria to it. There are no multiple threads accessing the API at any given

Re: DatabaseError.CONCURRENT_MODIFICATION

2018-07-03 Thread Koen Cuijpers
Xander Talag (AdWords API Team) wrote: > > Hi Koen, > > The DatabaseError.CONCURRENT_MODIFICATION > <https://developers.google.com/adwords/api/docs/common-errors#DatabaseError.CONCURRENT_MODIFICATION> > error > that you encountered occurs due to multiple processes that

Re: DatabaseError.CONCURRENT_MODIFICATION

2018-07-02 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Koen, The DatabaseError.CONCURRENT_MODIFICATION <https://developers.google.com/adwords/api/docs/common-errors#DatabaseError.CONCURRENT_MODIFICATION> error that you encountered occurs due to multiple processes that are trying to update the same entity at the same time. It includes

DatabaseError.CONCURRENT_MODIFICATION

2018-07-02 Thread Koen Cuijpers
Hi there, We have a question about the following error: zeep.exceptions.Fault: [DatabaseError.CONCURRENT_MODIFICATION @ com.google. ads.api.services.campaignmgmt.common.error.DatabaseError.(Datab] We've been getting the error on multiple occasions for different AdWords accounts when sending

Re: Got three errors, e.g., '[Errno 104] Connection reset by peer', '(502, u'Bad Gateway')', 'DatabaseError.CONCURRENT_MODIFICATION' when uploading audience list

2018-06-06 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
ateway and socket error could be due to network issues from uploading large lists. The error DatabaseError.CONCURRENT_MODIFICATION you are getting may be due to multiple processes trying to update same entity at the same time. Please refer this section <https://developers.google.com/adwords

Got three errors, e.g., '[Errno 104] Connection reset by peer', '(502, u'Bad Gateway')', 'DatabaseError.CONCURRENT_MODIFICATION' when uploading audience list

2018-06-06 Thread xwang0222
line 983, in File "__main__.py", line 980, in __invoke_main File "/usr/local/fbcode/gcc-5-glibc-2.23/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/local/fbcode/gcc-5-glibc-2.23/lib/python2.

Re: API v201607 DatabaseError.CONCURRENT_MODIFICATION

2017-03-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Mubbashar, Could you please *Reply privately to author* and share a sample SOAP response XML while you are getting the CONCURRENT_MODIFICATION exception? I believe, you should still have the index of the operation in your response logs and it should help you find out which operation failed

Re: API v201607 DatabaseError.CONCURRENT_MODIFICATION

2017-03-23 Thread mubbashar husain
Team) wrote: > > Hi Mubbashar, > > In the event of DatabaseError.CONCURRENT_MODIFICATION > <https://developers.google.com/adwords/api/docs/common-errors#DatabaseError.CONCURRENT_MODIFICATION>, > > you will not be able to get the values of the specific operation tha

Re: API v201607 DatabaseError.CONCURRENT_MODIFICATION

2017-03-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Mubbashar, In the event of DatabaseError.CONCURRENT_MODIFICATION <https://developers.google.com/adwords/api/docs/common-errors#DatabaseError.CONCURRENT_MODIFICATION>, you will not be able to get the values of the specific operation that failed in the response. But please note th

API v201607 DatabaseError.CONCURRENT_MODIFICATION

2017-03-23 Thread mubbashar husain
Hi, I am using php sdk for change of adgroup bid using AdGroupCriterionService. I wanted to know that how can i finds out which adgroup bid change is successful and which one are not when i get DatabaseError.CONCURRENT_MODIFICATION. I only get SoapFault exception. Here is my code i am using

Re: DatabaseError.CONCURRENT_MODIFICATION on API version v201109

2012-03-19 Thread Anash P. Oommen
and everything worked properly until last month. Now we have updated the API to version v201109 (no other changes are made on the application) and about 40% of the keywords generate the following error: System.Web.Services.Protocols.SoapException: DatabaseError.CONCURRENT_MODIFICATION

Re: DatabaseError.CONCURRENT_MODIFICATION on API version v201109

2012-03-16 Thread Cristian Allietto
(no other changes are made on the application) and about 40% of the keywords generate the following error: System.Web.Services.Protocols.SoapException: DatabaseError.CONCURRENT_MODIFICATION @ com.google.ads.api.services.campaignmgmt.common.error.DatabaseError.init(Datab

Re: DatabaseError.CONCURRENT_MODIFICATION on API version v201109

2012-03-15 Thread Danial Klimkin
40% of the keywords generate the following error: System.Web.Services.Protocols.SoapException: DatabaseError.CONCURRENT_MODIFICATION @ com.google.ads.api.services.campaignmgmt.common.error.DatabaseError.init(Datab in System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse

DatabaseError.CONCURRENT_MODIFICATION on API version v201109

2012-03-14 Thread Cristian Allietto
: System.Web.Services.Protocols.SoapException: DatabaseError.CONCURRENT_MODIFICATION @ com.google.ads.api.services.campaignmgmt.common.error.DatabaseError.init(Datab in System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream

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

DatabaseError.CONCURRENT_MODIFICATION

2011-09-27 Thread surya sanapala
. GoogleFault { message : DatabaseError.CONCURRENT_MODIFICATION @ com.google.ads.api.services.campaignmgmt.common.error.DatabaseError.init(Datab exception Type : ApiException Error { fieldPath : trigger : error type : DatabaseError reason

Re: DatabaseError.CONCURRENT_MODIFICATION

2011-04-18 Thread Anash P. Oommen
Hi, We have a blog post that discusses DatabaseError.CONCURRENT_MODIFICATION error in detail. See http://adwordsapi.blogspot.com/2011/03/concurrency-management-in-adwords-api.html for more details. Cheers, Anash P. Oommen, AdWords API Advisor

Re: DatabaseError.CONCURRENT_MODIFICATION on large keyword bids update query

2011-04-06 Thread Danial Klimkin
Hello Rohit, This issue was recently described in our blog: http://adwordsapi.blogspot.com/2011/03/concurrency-management-in-adwords-api.html The best practice would be to have a retry mechanism with limited number of retries in place. Best regards, Danial Klimkin, AdWords API Team. --

DatabaseError.CONCURRENT_MODIFICATION on large keyword bids update query

2011-04-04 Thread Rohit Dantas
I just acknowledge that this error can occur once in a while and build a retry mechanism? What would be the best practice here? Caused by: DatabaseError.CONCURRENT_MODIFICATION @ [Ljava.lang.StackTraceElement;@1fd12ba

Re: DatabaseError.CONCURRENT_MODIFICATION on large keyword bids update query

2011-04-04 Thread mm
and build a retry mechanism? What would be the best practice here? Caused by: DatabaseError.CONCURRENT_MODIFICATION @ [Ljava.lang.StackTraceElement;@1fd12ba                                               at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method

AdWords API Re: DatabaseError.CONCURRENT_MODIFICATION errors while updating ad group criteria (keywords)

2010-03-24 Thread Chandra Bhandaru
, semdev Error Stacktrace: - AxisFault  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server  faultSubcode:  faultString: DatabaseError.CONCURRENT_MODIFICATION@  faultActor:  faultNode:  faultDetail:         {https://adwords.google.com/api

AdWords API Re: DatabaseError.CONCURRENT_MODIFICATION errors while updating ad group criteria (keywords)

2010-03-23 Thread Pete Lavetsky (AdWords API Guru)
Stacktrace: - AxisFault  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server  faultSubcode:  faultString: DatabaseError.CONCURRENT_MODIFICATION @  faultActor:  faultNode:  faultDetail:         {https://adwords.google.com/api/adwords/cm/v200909

AdWords API Re: DatabaseError.CONCURRENT_MODIFICATION errors while updating ad group criteria (keywords)

2010-03-23 Thread AdWords API Advisor
Adwords v200909 API. Please let us know what is the cause for this error. Thanks, semdev Error Stacktrace: - AxisFault  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server  faultSubcode:  faultString: DatabaseError.CONCURRENT_MODIFICATION @  faultActor

AdWords API DatabaseError.CONCURRENT_MODIFICATION errors while updating ad group criteria (keywords)

2010-03-22 Thread SEM
is the cause for this error. Thanks, semdev Error Stacktrace: - AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString: DatabaseError.CONCURRENT_MODIFICATION @ faultActor: faultNode: faultDetail: {https://adwords.google.com/api/adwords

AdWords API Re: DatabaseError.CONCURRENT_MODIFICATION or which concurrent modifications are allowed?

2010-02-12 Thread AdWords API Advisor
. Sometimes we get a DatabaseError.CONCURRENT_MODIFICATION back. So my question is what concurrent modifications are allowed? Do we have to deal with one campaign at a time or one account or something else? Here are the SOAP request and response that caused the error:  ?xml version=1.0 encoding=UTF-8

AdWords API DatabaseError.CONCURRENT_MODIFICATION or which concurrent modifications are allowed?

2010-02-11 Thread Magnus
Hi, When we have to upload changes to a campaign using the 200909 API we upload both ad and keywords changes at the same time using two threads. Sometimes we get a DatabaseError.CONCURRENT_MODIFICATION back. So my question is what concurrent modifications are allowed? Do we have to deal with one