If you try to create subfolders and their parent folders by using the fdb.f.add command with the -parents true option, the command might fail. This error occurs if you try to create folders and subfolders of three levels or more.
For example, the following sample command fails because folder f1 does not exist.
r_cli -cmd fdb.f.add -parents true -fullname /group1/f1/f2/f3 -u user1 -p user1 |
The following error message is displayed:
Unable to save folder /group1/f1/f2/ due to permissions problem. (013011) access denied (com.raplix.rolloutexpress.systemmodel.userdb.FolderPermission folder:129159219047-1139319070874-31478-1381549121 write)
This error occurs if you do not have administrator rights for a folder, but are a member of the group that owns the folder.
Workaround: When using the -parents true option, create only the new folder and its immediate parent.