"The requested operation could not be completed due to a file system limitation" Error

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.

Hi John,

Please start Toad, open Help|About and press Application Data Directory link.

If you cannot start TDP go directly to Application Data Directory. By default it should be

C:\Users\User_Name\AppData\Roaming\Quest Software\Toad Data Point 3.2

Find the Action.log file and rename it. It should fix the issue

Thanks

Aleksey

Thanks Aleksey, that worked!