Batch job with id 1139681 is in status CANCELED now.
There were operations for adding new adgroups into campaign with adwords id 429813129.
BatchJobService->get method returns empty downloadUrl and empty processingErrors:
<?xml version="1.0"?>
<soap:Header>
<requestId>000529a0848cdea00ac48e21d80c9376</requestId>
<serviceName>BatchJobService</serviceName>
<methodName>get</methodName>
<operations>1</operations>
<responseTime>259</responseTime>
</ResponseHeader>
</soap:Header>
<soap:Body>
<rval>
<totalNumEntries>1</totalNumEntries>
<Page.Type>BatchJobPage</Page.Type>
<entries>
<id>1139681</id>
<status>CANCELED</status>
<progressStats>
<numOperationsExecuted>0</numOperationsExecuted>
<numOperationsSucceeded>0</numOperationsSucceeded>
<estimatedPercentExecuted>0</estimatedPercentExecuted>
<numResultsWritten>0</numResultsWritten>
</progressStats>
</entries>
</rval>
</getResponse>
</soap:Body>
</soap:Envelope>
But next batch job with id 1141865 with same add operations completed with duplicate adgroup names errors.
It means that adgroups were added by batch job 1139681.
Could you please take a look why batch job 1139681is in CANCELED status?