I'm having some issues with BulkMutateJobService. I'm running some
integration tests against the sandbox and my jobs are always PENDING
and never seem to be completed.
I wonder if I have some chance to stop or erase my current queue to
avoid having this problem. Let me know if you have any solutio
Im trying to perform several job operation over the same job.
Basically I'm uploading Ad to existing adGroups...
The code:
JobOperation jobOperation = new JobOperation();
jobOperation.operatorSpecified = true;
jobOperation.operand = bulkJob;
joboperati...@operator = (partIndex == 0 ? Operator.ADD