SkySync Installation Guide
SkySync creates its database using SQL software. The versions and their uses are explained briefly below and a more in depth explanation can be found in our Best Practices article. It is advised to read the best practices article prior to installing as it contains the hardware and OS requirements for properly using SkySync. This will allow you to ensure that you have optimized your computer and database infrastructure to best suit your needs.
If you are intending to utilize metadata imports it is advised that servers having SkySync installed on it be set to UTC time. This is because SkySync uses the timezone the SkySync server is set to as the 'starting' timezone, then converts to UTC, which can result in time stamps being shifted to the next day.
It is important to note that the Operating System SkySync is installed needs to be set to a US English Local
SQL CE
SQL Compact Edition or CE is the default database used when utilizing the standard installation, which is the simplest SkySync installation possible. SQL CE and the standard installation are best used for smaller customers as there are some inherent limitations. SQL CE can only have up to 3 million folder and file objects and is limited to a 4GB database size. Additionally it is more difficult to move a SQL CE database to a new server, where as SQL express and Full SQL are much more portable. Additionally the use of SQL CE will also limit SkySync to running no more then 2 jobs simultaneously.
SQL Express, Full SQL and SQL Enterprise
SQL Express, Full SQL and SQL Enterprise allow for 6 jobs to run simultaneously and is required for larger installations. The major difference between the first 2 is that SQL Express has a maximum database size of 10GB where as full SQL had a max size of 524PB (petabyte). Additionally Full SQL is capable of using multiple computers to create its database. In order to use SQL or SQL Express is must be first installed and setup on the server containing it. Additionally a "SkySync" database will need to be created and it is advised that a user specific to SkySync be created with ownership rights to the Database as well. The user, database name, and user password will all be required during the install. SQL Enterprise is best used for massively large scale implementations of SkySync as it provides additional tools and capabilities that the other options do not. Examples of this are automated reports of the file migrations.
Typical Installation
The Steps illustrated below assume that all other Hardware and OS configurations have been completed. Completing the below process will utilize SQL CE, and use the windows account currently being utilized by the user. Ensure that you have your License Key available, and it is a best practice to utilize a windows user/account specific to SkySync.
1) Download the most current version of SkySync from the link provided by your Service Representative. This link will be sent to the contact associated with the purchased license and if you are not the contact you will need to get the link from them or contact services or support to obtain a link.
2) Unzip the folder and open the SkySync application file (depending on the security settings of the computer you may need to run the file as administrator)
3) When the Installer pops up read the License Agreement before checking the box accepting the terms.
4) Ensure that Typical installation is selected and then click Install
5) Once the installation is complete a screen should appear announcing this. Check the box "Launch application on exit" before clicking "Exit" to immediately launch and begin using SkySync
Note: that the database configuration is SQL Server CE and the location of the program folders are automatically selected with a typical installation. Additionally the user used by the SkySync service will always be integrated authentication by default. If a different Windows User is desired for the SkySync Service then custom install will have to be selected. This is illustrated in the steps for Custom Install below, and the steps involving SQL can be skipped and just maintaining the SQL CE selection.
6) You will be prompted to enter your license key when first launching SkySync
Windows Defender Warning
It is possible when installing SkySync, that you will receive a message from Windows Defender blocking the install. This message can be manually bypassed by expanding the More Info.
Steps for Custom installation utilizing a SQL Database
Before starting this process ensure that you have the User ID and password for the SQL database you will be utilizing. Additionally ensure that you have access to the location of the SQL database if it is on a different server and that servers name. This information will all be needed later during the install. As with windows it is a best practice to have a SkySync specific user for SQL and this user will need ownership rights to the SkySync database.
1)Install the version of SQL you will be using and gather the required information mentioned above
2) Download the most current version of SkySync from the link provided by your Service Representative. This link will be sent to the contact associated with the purchased license and if you are not the contact you will need to get the link from them or contact services or support to obtain a link.
3) Unzip the folder and open the SkySync application file (depending on the security settings of the computer you may need to run the file as administrator)
4) When the Installer pops up read the License Agreement before checking the box accepting the terms.
5) Select Custom and click Next
6) Click Next
If SkySync needs to be installed on a Driver or location different then the standard default it can be changed here, however it is advised that this remain the default unless absolutely necessary.
7) This section configures what account the SkySync service will use to login. The default selection is "Local System Account", however it is considered a best practice to use an account specific to SkySync that is separate from the SQL connection Account. If selecting a custom account Click Validate after entering your information (Example below)
8) Click next unless utilizing a Proxy Server.
If you are using a proxy server please read the instructions labeled Proxy Server at the end of this section before continuing.
9) Select SQL Server from the drop down menu then fill in the necessary information.
It is considered a best practice to utilize a SkySync Specific SQL User with Ownership rights to the SkySync Database
10) Leave the Port: field blank to use the default port for SQL. If there is a resulting network issue and SQL server cannot be found, try port 1433 and verify if SQL ports are being blocked via security software/firewalls.
11) Click Validate followed by next to complete the install process
12) You will be prompted to enter your license key when first launching SkySync
Windows Defender Warning
It is possible when installing SkySync, that you will receive a message from Windows Defender blocking the install. This message can be manually bypassed by expanding the More Info.
Proxy Server/Firewall
The steps and information contained in the expand discuss utilizing a proxy server or configuring a Firewall. If this information is not needed it can be skipped.