I seem to be able to trigger the following error in Adwords
consistently when I update multiple destination URLs via the V13
updateCriteria method:

AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}
Server.userException
 faultSubcode:
 faultString: The Attempted modification failed due to changes made
concurrently by another agent or user.
 faultActor:
 faultNode:
 faultDetail:
        {https://adwords.google.com/api/adwords/v13}fault:
       <ns1:code>58</ns1:code>

       <ns1:message>The Attempted modification failed due to changes
made concurrently by another agent or user.</ns1:message>

In the program I am running which triggers the error, there is only a
single thread of execution.  Also if I change the code to only pass in
a single criteria at a time, I never see the error.  This is not a
great workaround since it is so much faster to pass in multiple
criteria to the updateCriteria method.  I reproduced this error
several times, so it was not like a single transient failure.

One other point of interest is that my application routinely updates
the cpc of multiple criteria in a single updateCriteria call and I
have never seen this error.  So I am wondering if there is something
special regrading the update of the destination URL of multiple
criteria.

Thanks as always.

    Tim
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to