Skip to main content

Syncplicity and SRVANY.EXE so you can run syncplicity on your windows 2003 server

Syncplicity and SRVANY.EXE so you can run syncplicity on your windows 2003 server

"Borrowed" from http://jack.ukleja.com/utorrent-service-windows-home-server-2011/

Thanks Jack!

Step 1: Download and Install Synplicity

  • Download Syncplicity
  • Install Syncplicity as normal, by opening the downloaded EXE
  • It should install itself into C:\Program Files\Syncplicity

Step 2: Configure Syncplicity UI

  • Run Syncplicity as normal (e.g. Start Menu)
  • Configure as needed
  • Quit

Step 3: Download and Install SRVANY.exe

  • Download Windows Server 2003 Resource Kit Tools (11.8 MB).
  • Install the entire tool suite as normal, by opening the downloaded exe.
  • By default srvany.exe will be installed to C:\Program Files\Windows Resource Kits\Tools\srvany.exe

Step 4: Create Windows Service for Syncplicity

  • Open an administrative command prompt by following these steps:
    • Navigate to Start Menu –> Accessories –> Command Prompt
    • Right click and select “Run as Administrator”
  • At the command prompt enter the following:
      sc create Syncplicity binPath= "C:\Program Files\Windows Resource Kits\Tools\srvany.exe" obj= "NT AUTHORITY\LocalService" start= auto
  • Note: Do not remove the spaces between the equals sign and parameters. This is an oddity of sc command and is required

Step 5: Configure the SRVANY.EXE service

  • If you want to perform this step manually you will need to know about regedit. Here are the steps:
  • Run regedit
    • Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Syncplicity\Parameters
    • Create the Parameters key if it does not exist
    • Under the Parameters Key, add a new String Value named Application
    • Set the value to be C:\Program Files\Syncplicity\Syncplicity.exe
These screenshots should help:





Comments

Popular posts from this blog

How to change default calendar for new events in Lightning

https://getsatisfaction.com/mozilla_messaging/topics/how_set_default_calendar_for_new_events_in_lightning Edited version Open Tools > Options > Advanced tab, and click Config Editor button. In the "Filter:" box enter "calendar.registry"  Find a .calendar-main-default key - it will be set to true Other calendars either won't have a .calendar-main-default key (or it will be set to false) Right click on the value of the .calendar-main-default key that goes with the calendar that currently shows up by default in new events to toggle the value to false Click on the .calendar-main-in-composite key that goes with the calendar you want as default Right click on the same key and choose Copy Name from the menu that appears. Now right click on the key again and select New > Boolean Paste the name of the key and Use the backspace key to erase "in-composite" and type "default" Click OK and Choose true and click OK Now exit out of ...

clipy mac clipboard crash - troubleshoot and fix

 clipy for mac wouldn't load solution - timemachine restore of /Users/jpaul/Library/Application Support/com.clipy-app.Clipy/default.realm troubleshoot key command didn't work app not loaded console.app showed app crashing tried older newer versions of app tried older version of os tried to find data location no documentation on github /Users/ME/Library/Application Support/com.clipy-app.Clipy/ - didn't see any data /Users/ME/Library/Application Support/Clipy - found data in binary format tried silver searcher for the only keyword i could remember: ag keyword ~/ -  no results added binary ag --search-binary keyword ~/ Binary file /Users/ME/Dropbox/Backups/com.clipy-app.Clipy/default.realm matches. it is in default.realm downloaded realm studio - but i was getting an error Unable to open a realm at path '/Users/ME/Desktop/default.realm': Invalid top array size  googling that - it's a corrupt database restored default.realm from timemachine  and database opened and ...