Set owner of file produces security ID error

290 Views Asked by At

I am attempting to allow users to attach files to my form, in Java, and have these files saved into a specific directory in a storage drive. Because our system places a limit on the amount of space a user can have in the storage, we created a user whose sole purpose is to be the owner of these files.

However, I am receiving this error: "This security ID may not be assigned as the owner of this object."

This error comes up in my console, as well as if I try to make this user the owner manually through Properties>Security>Advanced.

What must I do to this user to allow them to be set as the owner and avoid this error?

0

There are 0 best solutions below