2

I use MLCP IMPORT option parameter for permissions. But I getting an error at permissions. If I put "read" it works. However MLCP doesn't work if I combine "(read,update)". Please give me some hints. Thanks in advance.

-output_permissions
"bib-read-role, (read,update),bib-insert-permission, update"
Mads Hansen
  • 63,927
  • 12
  • 112
  • 147
thichxai
  • 1,073
  • 1
  • 7
  • 16

1 Answers1

4

You use it like this:

-output_permissions "bib-read-role,read,bib-read-role,update,bib-insert-permission,update"

HTH!

grtjn
  • 20,254
  • 1
  • 24
  • 35