SQList can now run as a console application so that it can be executed in a command prompt window, a batch file, or as a scheduled job (e.g. using Windows task scheduler). Once you have used the SQList manager to configure your replication, do not start the windows service and instead open a command prompt and execute SQList as follows:

AxioWorks.SPDBService.exe singleCycle
 [logToConsole]
The parameter singleCycle instructs SQList to stop running after one synchronisation cycle, rather than keep checking for changes indefinitely. The optional parameter logToConsole redirects the log messages to the console, rather than the Windows event log (the default).This is an example of an execution from command prompt:
A few notes:

  • The executable AxioWorks.SPDBService.exe is located in the SQList installation folder, by default: C:\Program Files (x86)\AxioWorks\AxioWorks SQList;
  • SQList must be run with administrator privileges;
  • If there are errors, SQList will not retry the replication but proceed to the end of the cycle.