Restarting the Readysell server

Overview

Readysell's server component runs a Windows service called ReadysellServer. On occasion you may need to restart the ReadysellServer service. This may be due to specific configuration changes, or for troubleshooting purposes.

There are a couple of ways to do this. Usually, it's easiest to do so using the Readysell user interface, but we've also documented some alternate methods below (should this not be possible for some reason).

Procedure

Using the Readysell user interface

  1. Click the Tools tab in the Readysell ribbon
  2. Click Restart Service


Control Panel

  1. Click on the Search
  2. Type in Services

  3. Right-click on Services and select Run as Administrator

     Click here to expand...


    Search for ReadysellServer and highlight it
    Click on Start the service
    Wait for it to finish 
    You may get an error 1053 click on OK
    Click on Start again until you see Stop and Restart 

     Click here to expand...

     Click here to expand...



    If you only see Stop and Restart
    Then highlight the ReadysellServer
    Click on Stop
    Then click on Start

Using the Microsoft Management Console

  1. Connect to the server on which the ReadysellServer service is installed (e.g. using RDP)
  2. Click Start > Run (or use Win key + R)
  3. Type in "services.msc"
  4. Click OK
  5. Scroll down to "ReadysellServer"
  6. Click the Restart button in the toolbar

Using the command prompt (force restart)

  1. Connect to the server on which the ReadysellServer service is installed (e.g. using RDP)
  2. Click Start > Run (or use Win key + R)
  3. Type in "cmd"
  4. Click OK
  5. Type in the following command and hit Enter
net stop ReadysellServer && taskkill /f /im Readysell.Server.exe && net start ReadysellServer

Restarting the Readysell Server for Cloud

  1. Connect the RoyalTS and log into APP-0
  2. Open Services in the session
  3. Select the correct store (using the Store code) and then restart the service.

If the Readysell Server service doesn't start/restart

    Open the Readysell.Server folder in the Readysell and run the Readysell.server.exe application (most often as administrator) and see if the Command Prompt produces an error. if it doesn't produce an error, try starting the service again. the issue still remains, contact the development team to investigate the matter further.