Hi, Can someone help identify the conditions to receive the following exception:
com.google.gdata.client.batch.BatchInterruptedException The message text associated with this exception is: Batch Interrupted (some operations might have succeeded) : a response has already been sent for batch operation update id='0' With the following Stack Trace: com.google.gdata.model.batch.BatchUtils.throwIfInterrupted(BatchUtils.java:256) com.google.gdata.client.Service.batch(Service.java:1459) com.google.gdata.client.GoogleService.batch(GoogleService.java:770) The exception is generated during a batch update of a spreadsheet using the Spreadsheet API. My initial guess is the exception is thrown by a competing for resources condition where two processes are attempting to write to the same row/column set of a single spreadsheet resource. In any event - any direction into where I can start researching would be much appreciated! Thanks! -- You received this message because you are subscribed to the Google Groups "Google Spreadsheets API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
