Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Vidit
Creator
Creator

Error while reloading?

Error

The sourcedocument failed to save.. Exception=System.IO.IOException: There is not enough space on the disk.

Hi i am getting this error in a reload task, as per the log the .qvw file is reloaded but error occurs while saving it.

and there is atleast 30 gb space free on the harddisk

log error lines:

Memory Allocation Delta for this file=711.14 Mb. Available Physical Memory Before Reload=2093.05 Mb. Available Physical Memory After Reload=1428.55 Mb. Total Physical Memory=1428.55 Mb.

25-02-2016 21:13:02.2555903 Information Reloading.......

25-02-2016 21:13:02.8171867 Information The Source Document was reloaded successfully.

Reload finished successfully

25-02-2016 21:13:02.8795863 Information Start saving document

25-02-2016 21:13:33.4036910 Error The sourcedocument failed to save.. Exception=System.IO.IOException: There is not enough space on the disk.

   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

   at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)

Please suggest

thanks

1 Solution

Accepted Solutions
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Your QlikView server doesn't use quota to limit available disk space for specific users?

Also, QDS will first create a temporary file before overwriting the Source/User document. Temporary files are created somewhere in C:\ProgramData\... Does that drive have enough free space as well?

Best,

Peter

View solution in original post

2 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Your QlikView server doesn't use quota to limit available disk space for specific users?

Also, QDS will first create a temporary file before overwriting the Source/User document. Temporary files are created somewhere in C:\ProgramData\... Does that drive have enough free space as well?

Best,

Peter

Vidit
Creator
Creator
Author

Thanks Peter,

the folder was restricted to a max size, after reload the temp files size exceded. Hence the error.