Re: [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]] Cancelling A bacth Job

2017-11-28 Thread Roger Orteza
Thank You API team.. On Tue, Nov 28, 2017 at 11:08 PM, 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum wrote: > Hi Roger, > > To cancel a BatchJob, you need to perform a BatchJobService.mutate() >

Re: [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]] Cancelling A bacth Job

2017-11-28 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Roger, To cancel a BatchJob, you need to perform a BatchJobService.mutate() request and pass a BatchJobOperation

[OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]] Cancelling A bacth Job

2017-11-28 Thread roger
Hi Api Team, Whats the correct code in cancelling a batch Job, Im receiving OperatorError.OPERATOR_NOT_SUPPORTED, when I tried to do: BatchJobOperation removeOp = new BatchJobOperation(); BatchJob batchJob = new BatchJob(); batchJob.setId(awaitingfileBatchJobId); removeOp.setOperator(Operator.RE