- We have one bulk job that we split in 3 bulk parts (each bulk part with 
up to 10,000 operations limit).
- Using the Google's .net client library v201109 (14.0.0.0), we call 
BulkMutateJobService.
- The first bulk part gets submitted successfully (Operator.SET) and we get 
back a bulk job ID = -7429544606581970416.
- Next, we try to send the second bulk part (Operator.ADD) using the same 
bulk job ID (-7429544606581970416). But, here an exception occurs within 
the Google's library:

Object reference not set to an instance of an object.
  at System.Object.GetType()
  at 
Google.Api.Ads.AdWords.Lib.AdWordsSoapClient.IsCookieInvalidError(AdWordsApiException
 
awapiException)
  at Google.Api.Ads.AdWords.Lib.AdWordsSoapClient.ShouldRetry(Exception ex)
  at Google.Api.Ads.Common.Lib.AdsSoapClient.MakeApiCall(String methodName, 
Object[] parameters)
  at Google.Api.Ads.AdWords.Lib.AdWordsSoapClient.MakeApiCall(String 
methodName, Object[] parameters)
  at Google.Api.Ads.Common.Lib.AdsSoapClient.Invoke(String methodName, 
Object[] parameters)
  at 
Google.Api.Ads.AdWords.v201109.BulkMutateJobService.mutate(JobOperation 
operation)

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