Configure the CData Sync Service
The CData Sync service is required for the FintechOS Platform Data Pipes data replication feature. CData Sync must be installed on the same machine as the FintechOS Platform. The service is shared between FintechOS Platform instances. If you have multiple platform instances running on the same machine, install the CData Sync service only once.
System Requirements
- Windows Vista/Windows Server 2008 or higher.
- .NET Framework 4.5 or higher.
- 500 MB RAM required. 1+ GB recommended.
- Adequate free disk space for job logging.
Installation
- Copy the CData Sync installation kit provided by FintechOS Platform to your local machine.
- Open Windows PowerShell as administrator and navigate to the installation kit folder.
- Run the following command in Windows PowerShell:Copy
.\FtosCDataSyncInstaller.ps1 -p_MainCommand Install -p_InstallDir <installation path> - This will start the installer. At the command line prompt, type GO! and press Enter.
The CData Sync server will be installed in the specified directory. The default credentials are:
- username: admin
- password: admin
For more details about managing the CData Sync server, see the CData official documentation.
Upgrade
To upgrade the CData Sync server, follow the same Installation instructions, but replace the Windows PowerShell command with:
.\FtosCDataSyncInstaller.ps1 -p_MainCommand Upgrade -p_InstallDir <installation path>
Uninstall
To uninstall the CData Sync server, follow the same Installation instructions, but replace the Windows PowerShell command with:
.\FtosCDataSyncInstaller.ps1 -p_MainCommand Uninstall -p_InstallDir <installation path>