I'm not a Mac user myself, but my first thought would just be to move the "workspace" folder somewhere else (e.g., under the database install root) that would inherently have the correct permissions, and chown appropriately.
You can double check which user IRIS is running as with something like:
ps aux | grep irisdb | grep SuperServer | tail -n 1 | cut -d' ' -f1
- Log in to post comments
