@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.