Notes Error

Hi Everybody,

I am getting the standard notes error.

Notes error : You are not authorized to perform that operation (XXX SearchQuery)

My code functionality is using db search method and putting the all documents which met the search critrea should put in the folder.

Folder type is “shared,private on first use”

Is the issue with the folder type.

users have author access to the database.

Subject: Notes Error

from the help file for PutInFolder method,

This method cannot add the first document to a folder that is “Shared, Personal on first use.”

And it also applies to PutAllInFolder. The folder must exist before documents can be added to it. The CreateOnFail does not work for this type of folder.

Subject: RE: Notes Error

Thanks paul,

It is working fine for many users only some users are getting this error message.

Is it a authorization issue?

Many regards

siddu

Subject: RE: Notes Error

for the ones it’s working for, the private on first use folder probably already exists. otherwise, check the ACL and make sure the users in question have the ability to create private folders/views.

Subject: RE: Notes Error

Thanks Paul

I will check the ACL setings

Regards

Siddu