Hi,

The most likely reason for this issue is that
BulkMutateRequest.partIndex for the failing mutate() call is wrong.
The partIndex should be such that 0 ≤ partIndex < numRequestParts and
should increase sequentially from 0 to numRequestParts - 1 with each
newly submitted part. The best way to troubleshoot this issue would be
to check the partIndex of the previous successful mutate() and then
the failing one.

Cheers,
Anash P. Oommen,
AdWords API Advisor

On Jul 14, 10:58 pm, ojak <ojakub...@gmail.com> wrote:
> Received the following error:
> "BulkMutateJobError.REQUEST_PART_IS_OUT_OF_ORDER @
> operation.operand.request"
>
> The docs have this curt note:
>   REQUEST_PART_IS_OUT_OF_ORDER:  The request part is not the next one
> expected to be received.
>
> So, my questions are:
>   * What order is it expecting?
>   * How could a part possibly be submitted "out of order"?
>   * How would you troubleshoot something like this?
>   * Is this an API (Ruby) issue?
>
> Thx.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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