Use LZ1 compression for attachments.. Error -4067 : notes error "You Are Not Authorized to Perform"

Under a certain set of circumstances, an individual listed as Authors is unable to save a document after adding an attachment (Using lotus script,). Instead, the following error occurs:

“You are not authorized to perform that operation.”

The steps that illustrate this issue are as follows. In a database, you have created a form with a rich text field and an authors field. Then…

  1. database property “Use LZ1 compression for attachments” is enabled

  2. In the ACL, you set your rights to author to create new documents

  3. When, however, agent tries to attach file in document rich text field, you are not able to attach it. you get the error: “You are not authorized to perform that operation.”

for editor and above it works fine…

i am using EmbedObject method to attach the file… if i disable the database properties “Use LZ1 compression for attachments” it works

Thanks in advance …Help me

Subject: Use LZ1 compression for attachments… Error -4067 : notes error “You Are Not Authorized to Perform”

I have the same problem also without LZ1 flag.My code is in a script library and i use embedobject.

With editor access all works fine

Bye

Subject: Use LZ1 compression for attachments… Error -4067 : notes error “You Are Not Authorized to Perform”

This happens for me also with my SWING Integrator 3.12 enabled database. With this attribute on I get an error message saying “SwConnectLib - SW_RecreateAttachment 31 - 4067: Error in module.”, and then the Office document just created is lost…

Turning it off, every thing works nice.

I read this article right now, so till now I have had to give all users Editor as a workaround.

Jan-Erik