CD Search Index Restart

Welcome to the new world ERP CD Search Index Restart Guide.  Designed for system administrators, this guide provides the steps for creating a restart task for the Search Index in the event one is needed.

Configuring a CD Search Index Restart Task

Task Scheduler

  1. On the Application Server, open up Services manager from Control Panel > Administrative Tools.
  2. Find the “{Instance Name} – New World ERP Search Index” service.  Right click on that service and choose Properties.

  1. Copy the Service name parameter to a notepad document.  We’ll use this name in Task Scheduler in a later step.

  1. On the Application Server, type Task Scheduler in the Windows Search to load the Task Scheduler.
  2. Create a scheduler task to restart the Search Index and name it something such as CD Search Index Restart:
    1. Go to the Actions tab and click New.
    2. Add Stop Service Action:
  1. Program/Script: NET
  2. Add Arguments (optional): STOP “PASTECDNAMEFROMSTEP3HERE
  3. Click OK to save the action.

c. Add Start Service action:

  1. Program/Script: NET
  2. Add Arguments (optional): START “PASTENAMEFROMSTEP3HERE
  3. Click OK to save the action.

Make sure the sequence is correct and the stop action precedes the start action:

  1. Navigate to the Triggers tab:
    1. Click New.
    2. Add a trigger for Daily at 4:50 AM.
    3. Click OK.