Operation could not be completed due to file system limitation (1 reply)
Either delete the large trace file in \IMan\Debug and/or disable tracing on on the Webservice Behaviour.
Either delete the large trace file in \IMan\Debug and/or disable tracing on on the Webservice Behaviour.
Realisable Software Ltd provides code-free, cost-effective applications integration solutions for SMEs. Our core IMan product is designed to integrate almost any application with a number of Sage solutions and online payment processors.
Looking to purchase IMan, please see our resellers here.
Realisable Software
Ph: +44 (0) 208 123 1017
Copyright © Realisable. All rights reserved.
Realisable is a registered trademark
Realisable Software Ltd provides code-free, cost-effective applications integration solutions for SMEs. Our core IMan product is designed to integrate almost any application with a number of Sage solutions and online payment processors.
Looking to purchase IMan, please see our resellers here.
Realisable Software
Ph: +44 (0) 208 123 1017
Copyright © Realisable. All rights reserved.
Realisable is a registered trademark
Realisable Software Ltd provides code-free, cost-effective applications integration solutions for SMEs. Our core IMan product is designed to integrate almost any application with a number of Sage solutions and online payment processors.
Looking to purchase IMan, please see our resellers here.
Realisable Software
Ph: +44 (0) 208 123 1017
Copyright © Realisable. All rights reserved.
Realisable is a registered trademark
I'm getting the following error when using a JSON Writer. The full stack trace goes deeper, I only grabbed the top 12 or so lines:
2024-05-29 15:09:06:826 - Realisable.Data.Transform.ReaderReadException: An error occurred whilst reading the source data. Error - The requested operation could not be completed due to a file system limitation
. ---> System.IO.IOException: The requested operation could not be completed due to a file system limitation
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.FileStream.FlushWrite(Boolean calledFromFinalizer)
at System.IO.FileStream.Dispose(Boolean disposing)
at System.IO.Stream.Close()
at System.IO.StreamWriter.Dispose(Boolean disposing)
at System.IO.TextWriter.Dispose()
at Realisable.Log.TraceUtility.WriteToTrace(String fileName, String message)
at Realisable.Data.Transform.Webservices.TraceHandler.WriteToTrace(String traceText)
at Realisable.Data.Transform.Webservices.TraceHandler.WriteErrorTrace(String url, String action, WebHeaderCollection headers, String responseCode, String errorMsg, Object responseData)
at Realisable.Data.Transform.Webservices.TraceHandler.OnRequest[R,W](ResettableHttpRequest`2 request)
at Realisable.Data.Transform.Webservices.ThrottleNone.OnRequest[R,W](ResettableHttpRequest`2 request)
at Realisable.Data.Transform.Webservices.HttpBasicAuthentication.OnRequest[R,W](ResettableHttpRequest`2 request)
At first glance it looks like the WriteToTrace call is what triggered the IOException
FYI: This is a system which is locked down pretty tight, so I don't have acess to the Event Viewer, but it can possibly be arranged if necessary.
Please let me know the next steps for debugging.