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 <[email protected]> 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 <[email protected]> > 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 <[email protected]> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~----------~----~----~----~------~----~------~--~---
