Hi Will, I have seen this error with Email migration API. This happens when the total size of the batch ( POST HTTP Request ) exceeds the 32 MB limit. You will need to reduce the total size of upload.
http://code.google.com/apis/apps/email_migration/developers_guide_java.html#Troubleshooting -Anirudh On Jan 17, 6:06 am, Will Gillen <[email protected]> wrote: > I can't seem to get past the error reported below. The strange part > is that about 50% of the time, the MailItemService.Batch works, but > the other half of the time it doesn't. Has anyone else ever seen this > error come up frequently when doing Gapps Mail migration??? Please > help, this has been plaguing me alot lately. > > Unable to write data to the transport connection: An established > connection > was aborted by the software in your host machine. > > at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 > offset,Int32 size) > at System.Net.Security._SslStream.StartWriting(Byte[] buffer, Int32 > offset,Int32 count, AsyncProtocolRequest asyncRequest) > at System.Net.Security._SslStream.ProcessWrite(Byte[] buffer, Int32 > offset,Int32 count, AsyncProtocolRequest asyncRequest) > at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) > at System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 > size) > at System.Net.ConnectStream.InternalWrite(Boolean async, Byte[] > buffer,Int32 offset, Int32 size, AsyncCallback callback, Object state) > at System.Net.ConnectStream.Write(Byte[] buffer, Int32 offset, Int32 > size) > at Google.GData.Client.GDataGAuthRequest.CopyRequestData() > at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter) > at Google.GData.Client.GDataGAuthRequest.Execute() > at Google.GData.Client.Service.EntrySend(Uri feedUri, AtomBase > baseEntry,GDataRequestType type, AsyncSendData data) > at Google.GData.Client.Service.Batch(AtomFeed feed, Uri > batchUri,AsyncSendData data) > at Google.GData.Client.Service.Batch(AtomFeed feed, Uri batchUri) > at Google.GData.Apps.Migration.MailItemService.Batch(String domain, > StringuserName, List`1 entries) > at Google.GData.Apps.Migration.MailItemService.Batch(String domain, > StringuserName, MailItemEntry[] entries) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Apps APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-apps-apis?hl=en -~----------~----~----~----~------~----~------~--~---
