There are 5,500 private on first use folders in a database on our server. I want to programatically remove these.
I loop through each view and check v.IsPrivate but if i come across a private on first use view I haven’t opened (and there are a lot) it gives me the error
‘Notes error: Index is not to be generated on server’
The Knowledgebase assumes that you know the name of the view you wish to open. In my example i obviously don’t. If i access any of the properties of the views that match the above criteria I get this error.
Subject: RE: Programatically accessing private on first use views - Knowledgebase doesnt cater to my need
Hi there,
Currently these private views are on all replicas of the database (they have replicated somehow). Also the database is over 20GB in size so creating a new replica on all of our servers is not really an option. Thanks for the technote though