03-16-2012 07:30 AM
org.alfresco.service.cmr.repository.InvalidNodeRefException: Node does not exist: workspace://SpacesStore…
In alfresco webclient I get: Fail to create new space: Node does not exist: workspace://SpacesStore…
The node in fact does not exist… I've search it in node browser… and I've already done a full re-index…03-16-2012 08:25 AM
03-16-2012 10:19 AM
03-19-2012 05:52 AM
03-19-2012 08:24 AM
03-19-2012 01:35 PM
var nodes = search.luceneSearch("@cm\\:name:\"NODENAME\"");
for each (var node in nodes) {
node.properties["cm:taggable"] = null;
node.save();
}
… when the script is executed… it returns the same: Node does not exist: workspace://SpacesStore…03-20-2012 04:52 AM
03-20-2012 06:36 AM
03-20-2012 07:56 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.