Creating the Endeca Server Windows service

Use the SC command's Create option to create the Endeca Server Windows service.

Before running this create-service procedure, make sure that you have Administrator rights.

To create a Windows service for the Endeca Server:

  1. Click on the Start button in the Windows taskbar.
  2. Locate the Command Prompt menu item and right-click on the Command Prompt.
  3. On the pop-up right click context menu, select Run as administrator.
  4. In the Command Prompt, enter the SC Create command with the appropriate options.
    If the command was successful, the SCM will return this message:
    [SC] CreateService SUCCESS
If the command was not successful, the SCM may return this message:
[SC] OpenSCManager FAILED 5:

Access is denied.

If you do receive this error, verify that you are a member of the Administrators group on the machine (for example, by using the Microsoft Management Console). If you do have Administrator rights, check that you are opening the Command Prompt with the Run as administrator option.

After the service has been created, you can use the SC Config command to change any parameter set by the SC Create command.