Advanced OpenDiscovery Search [is not working}

i still have the problem

still with problem…

If you are still having issues like I was.

Ensure CRON is set appropriately in crontab -e (Pretty sure you everyone on this thread did this)
Repair schedulers in Admin>Repair (This will blow out all added Suite Schedulers)
Add New Schedulers on whatever interval for Jobs:

  • Index Unindexed Documents
  • Optimize Advanced OpenDiscovery Index
  • Process AOW Workflow

This should work, it did for me.

-Nate

ndemarco,

there is alot of information on the internet,

for CentOS it should be in the terminal

sudo crontab -e

then enter the details that can be found on the SuiteCRM instance under the scheduler opton. should be something like this. (instance being you instance folder)

          • cd /var/www/instance; php -f cron.php > /dev/null 2>&1
            

Thanks