if you can't navigate to '/usercontrols/umbsearch2/reindexsite.aspx', there were probably not sufficient writing rights during the installation of UmbSearch2. You will have to change the line <add key="umbportalReservedPaths" value="/umbportal/" /> to <add key="umbportalReservedPaths" value="/umbportal/,/usercontrols/umbsearch2/" /> in the web.config. Normally this will be done automatically during the installation.
Reindexing
Does any one have all the steps of re-indexing with umbSearch2 ReindexSite.aspx page?
I was unable to find as to how to call usercontrols\UmbSearch2/ReindexSite.aspx as discussed in other discussion topics.
Thanks.
I had to move ReindexSite.aspx to another directory as you can't call pages from the /usercontrols/ dir.
After moving ReindexSite.aspx to the /umbraco/ dir (where among others login.aspx and logout.aspx also reside) it works fine.
Thanks that resolved the problem.
Bit late but what about...
Need to be logged in to the Admin, if not available check the web.config file.
From Problem Solving...
if you can't navigate to '/usercontrols/umbsearch2/reindexsite.aspx', there were probably not
sufficient writing rights during the installation of UmbSearch2. You will have to change the line <add
key="umbportalReservedPaths" value="/umbportal/" /> to <add key="umbportalReservedPaths"
value="/umbportal/,/usercontrols/umbsearch2/" /> in the web.config. Normally this will be done
automatically during the installation.
is working on a reply...