We’re on Toad Data Point 3.2.0.916, and have been working for some time, but now we encounter this error:
System.IO.IOException
The requested operation could not be completed due to a file system limitation
Stack Trace:
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.Flush()
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.IO.StreamWriter.Dispose(Boolean disposing)
at System.IO.StreamWriter.Close()
at Quest.Toad.ActionManagement.ActionInvoker.AppendLogEntry(String entry, String extraInfo)
at Quest.Toad.StartupForm.Main(String[] args)
Any suggestions would be appreciated.