I am getting that error with only one thread running, and not being
logged into the interface. Most of my woes are coming when I create a
new adword group and submit keywords. I am using the
AdGroupCriterionService to add individual keywords to the new group
created. I am adding on average 72 keywords per new adgroup. And then
I get the concurrent error, or the others I mentioned above.

I don't know how to setup my application to prevent these types of
errors, when I don't even know what the errors mean or what the
possible errors are.

Thanks for your help.
pat

On Oct 28, 10:42 am, AdWords API Advisor
<adwordsapiadvi...@google.com> wrote:
> Hi Pat,
>
> The CONCURRENT_MODIFICATION error is returned when the same AdWords
> object is being modified by two processes at once.  This can happen
> when you have multiple threads making requests to the API, or if a
> user is making a change in the web interface at the same time.  We
> recommend that you set up your application to prevent these types of
> concurrency issues and add error handling with a retry for the rare
> concurrency conflict with the web interface.
>
> As for the quota errors, what methods and services are you using?
>
> Best,
> - Eric
>
> On Oct 28, 12:11 pm, showroomlogic <patr...@showroomlogic.com> wrote:
>
>
>
> > Thanks Eric.
>
> > Here is another one for you: CONCURRENT_MODIFICATION @ ;
> > trigger:'Customer [XXXXXXXX] was changed in the database
>
> > This is starting to happen quite a bit and have no idea what it means.
>
> > Also, I have spaced out all of my calls by 1 second, and I am still
> > getting that same error I mentioned above after 100 calls or so.
>
> > Pat
>
> > On Oct 28, 7:59 am, AdWords API Advisor <adwordsapiadvi...@google.com>
> > wrote:
>
> > > Hi Pat,
>
> > > I've addressed your question in a previous 
> > > thread:http://groups.google.com/group/adwords-api/browse_thread/thread/96e19....
>
> > > Best,
> > > - Eric Koleda, AdWords API Team
>
> > > On Oct 27, 5:26 pm, showroomlogic <patr...@showroomlogic.com> wrote:
>
> > > > I am receiving some quota errors, and I don't know what they mean so
> > > > that I can fix the issue, and I don't know how long I have to wait
> > > > until I can start using the API again.
>
> > > > Here is my current exception:
> > > > You have exceeded the quota in the following
> > > > categories:bulk_light_api_type,bulk_light_qps
>
> > > > I am using the new v200909 API.
>
> > > > Thanks.
> > > > Pat
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to