By default, in Linux OS, the ngp user has rights to record only in the /opt/AxxonSoft/AxxonOne/ directory.
To create an object archive, do the following:
Create a folder, for example:
sudo mkdir /home/"user"/archive |
Change the folder owner to npg user.
sudo chown -R ngp:ngp /home/"user"/archive |
Check the permissions on the created folder.
ls -l /home/"user"/ |
If there is a string with the ngp user permissions in the result, it is now possible to create an object archive by selecting the object storage type and specifying the path to this folder.
drwxr-xr-x 2 ngp ngp 4096 aug. 8 15:18 archive |