BookmarkSubscribeRSS Feed
marleeakerson
Calcite | Level 5

Hello, 

 

I am trying to run a piece of code but I keep getting this error message - any advice? 

 

ERROR: Windows error code: 1816 in hc_normal_write for
/file path/, Not enough quota
is available to process this command.
ERROR: An I/O error has occurred on file data.data1.
ERROR: File data.data1 is damaged. I/O processing did not complete.

2 REPLIES 2
Kurt_Bremser
Super User

Please post the complete log of the step that caused this problem. Use the icon indicated to copy/paste the log:

Bildschirmfoto 2020-04-07 um 08.32.59.jpg

 

so we can know what exactly you were trying to do.

ballardw
Super User

@marleeakerson wrote:

Hello, 

 

I am trying to run a piece of code but I keep getting this error message - any advice? 

 

ERROR: Windows error code: 1816 in hc_normal_write for
/file path/, Not enough quota
is available to process this command.
ERROR: An I/O error has occurred on file data.data1.
ERROR: File data.data1 is damaged. I/O processing did not complete.


Sounds to me like you are trying to write data to a location, likely a network drive(?) where you have a certain amount of space made available by and admin and you are trying to write more data that you are allowed to have.

 

Which is a computer admin/ permissions problem.