Single Server Setup
If you are running Groveller on the same server as ClickHome. the easiest way to do a rescan is by putting a backendjob in.
the inoperationCode is 8501 and sgtext1 = the Root of the folder where all documents live.
eg;
--grab all documents existing that match groveller setup
Insert into tblBackEndJobs (dtRunAfter,inOperationCode,cdResult,sglasterror,fkidBusinessUnit,fkidUser,sgTextValue1)
Values(getdate(),8501,'READY','',0,0,'root of the folder where documents live')
Satellite Server Setup
When doing a rescan on the Satellite Server you will need to run the Groveller Agent with the RESCAN command line parameter.