Message size quota issue when downloading TM from WorldServer

Hi all,

I try to export a TM from WorldServer through its client API, however, I get an error when I try to download the result (see exception below).

It seems, that the file to download exceeds a maximum size or so. 

Is there a way to overcome this limitation somehow? Either programatically, or with some "magic" app config file tags?

Thanks,

Tamas

WSE352: The size of the record 7947CC6739A1A3C0BF8D5253863E2040 exceed its limit. ---> Microsoft.Web.Services2.Dime.DimeFormatException: WSE352: The size of the record 7947CC6739A1A3C0BF8D5253863E2040 exceed its limit.
at Microsoft.Web.Services2.Dime.DimeRecord.UpdateTotalBytesRead(Int32 bytesRead)
at Microsoft.Web.Services2.Dime.DimeRecord.ReadHeader()
at Microsoft.Web.Services2.Dime.DimeRecord.ReadBody(Byte[] buffer, Int32 offset, Int32 count)
at Microsoft.Web.Services2.Dime.DimeStream.Read(Byte[] buffer, Int32 offset,Int32 count)
at Microsoft.Web.Services2.StreamHelper.BinaryCopy(Stream from, Stream to, Int32 bufferSize)
at Microsoft.Web.Services2.Dime.DimeAttachmentCollection..ctor(DimeReader reader)
at Microsoft.Web.Services2.Messaging.SoapDimeFormatter.Microsoft.Web.Services2.Messaging.ISoapFormatter.Deserialize(Stream stream)
at Microsoft.Web.Services2.InputStream.GetRawContent()
at Microsoft.Web.Services2.InputStream.Read(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.StreamReader.ReadBuffer(Char[] userBuffer, Int32 userOffset, Int32 desiredChars, Boolean& readToUserBuffer)
at System.IO.StreamReader.Read(Char[] buffer, Int32 index, Int32 count)
at System.Xml.XmlTextReaderImpl.ReadData()
at System.Xml.XmlTextReaderImpl.InitTextReaderInput(String baseUriStr, Uri baseUri, TextReader input)
at System.Xml.XmlTextReaderImpl..ctor(String url, TextReader input, XmlNameTable nt)
at System.Xml.XmlTextReader..ctor(TextReader input)
at System.Web.Services.Protocols.SoapHttpClientProtocol.GetReaderForMessage(SoapClientMessage message, Int32 bufferSize)
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Com.Idiominc.Webservices.Data.ExchangeWSExportResultService.download(String token, ExchangeWSExportResult wSExportResult, String attachedFileResult)
at Com.Idiominc.Webservices.Client.Exchange.WSExportResult.download(String attachedFileResult)

Parents Reply Children
No Data