Help Center>Foundation Help

Applies to:

  • Winshuttle Foundation

Configuring SVService as a Scheduled Task

SVService is a service that performs asynchronous processing, such as sending emails and processing email approvals.

If you have multiple front-end Web servers on your farm setup, SVService should be run on only one server, preferably on the main SharePoint server of your farm. The following sections will walk you through setting up SVService as a scheduled task for Windows Server 2003 and 2008 SP2.

On this page

Note icon

NOTE:

  • An important change was made by Microsoft to SQL Server 2008 and SQL Server 2012. This change removed the Windows group Administrator (Builtin/Administrators) from the SQL Server group "sysadmin" in Server roles.
  • To run SVService in SQL Server 2008, the administrator must have full control in the SharePoint content database and ShareVis database.

Setting up SVService as a scheduled task for Windows Server 2008 R2

Back to top
  1. Click Start, click Administrative Tools, and then click Task Scheduler.
  2. In the Actions pane, click Create Task.
  3. For the name of the task, type WinshuttleWorkflow.
  4. Select the Run whether user is logged on or not option.
  5. Select the Run with Higher Privileges check box.
  6. Click Change User orGroup. In the Select User or Group pop up box, enter the Winshuttle Workflow Administrator account name and click OK.
  7. On the Triggers tab, click New.
  8. Under Settings, select Daily and then set the task to repeat every 5 minutes for a duration of indefinitely. Click OK.
  9. On the Actions tab, click New.
  10. Click Browse and select the executable \Program Files\ShareVis\bin\svservice.exe
  11. In Add arguments, type –exit. Click OK.
  12. Click OK, re-enter your credentials if prompted and save the task.

    NOTE: Make sure to run SVService in the context of Workflow Admin. In addition, open SVService Properties, and on the General Tab make sure Run with highest privileges is selected.

SVService Properties

Setting up SVService as a scheduled task for Windows Server 2003

Back to top
  1. In Control Panel, click Add Scheduled Task, and then click Next.
  2. Click Browse.
  3. Select the executable \Program Files\ShareVis\bin\svservice.exe.
  4. Select the option Perform this task Daily. Click Next.
  5. Enter the credentials for the Workflow Administrator that were set up in Preparation.
  6. Select the option Open advanced properties for this task when I click Finish. Click Finish.
  7. In the dialog box, go to the end of the Run text box, and type the following outside of the double quotes:

    -exit

  8. Select the Schedule tab.
  9. Click Advanced.
  10. Select the Repeat task check box.
  11. Set the number of minutes for the interval that you want the service to run to every 5 minutes.
  12. Set the Duration to indefinitely.
  13. Click OK. Click OK again, and re-enter your credentials, if prompted.