Replies: 3 comments 6 replies
-
Do you have scripting enabled on DEV and not PROD (the lovely double negation property named Another issue could be, that you do not have permissions on all lists in web on PROD to set a propertybag value. Reindexing is really just a propertybag that set and increment vti_searchversion on the list, to make it "dirty" to get picked up by changelog for crawler. hth |
Beta Was this translation helpful? Give feedback.
-
I can see ExecuteQueryAsync() so assume SharePoint CSOM You could try and see if you are able to set a propertybag value as a perm simple test
|
Beta Was this translation helpful? Give feedback.
-
Have any one got answer we have 1000s of site required reindex and keep throwing error. Request-PnPReIndexWeb : You are not allowed to rename this library.
|
Beta Was this translation helpful? Give feedback.
-
In script I change metadata values for files in a document library then reindex using
Request-PnPReIndexWeb -Connection $projectConn
the connection is using app registration with certificate.
When I run in DEV tenant all is OK
When I run in Production I get an error (after a second or 2)
I am not renaming any library.
What can be the error here?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions