Hello,
I am running into an issue that I do not know how to fix. Whenever I run a report where the results are over 6000 lines, i can fetch 1000 at a time but if i try to fetch all I get the error message below. I compared my settings with the settings of a co-worker who does not have this issue and I cannot find any differences. Does anyone know what could be causing the issue?
System.IO.DirectoryNotFoundException
Could not find a part of the path 'C:\Users\rnordingjr\AppData\Local\Temp\3\483752f9-c15a-4691-892d-e6ae8f7e2607.tmp'.
Stack Trace:
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at Quest.FastData.FastTable.GetTempFileName()
at Quest.FastData.FastTable.RowCollection.SerializeRowData(Object data, FastSerialize serializers)
at Quest.FastData.FastTable.RowCollection.<>c__DisplayClass50_0.b__0(Object )