The transfer service stores files that control and monitor the operation of the transfer service in the Transfers space in the Data Dictionary.
You can add transfer targets by creating a new transfers folder.
-
In the source repository, create a new folder in Company Home > Data
Dictionary > Transfers > Transfer Target Groups > Default Group.
-
In the New Folder window, specify the name,
title, and description of the new folder, for example,
Replica.
A rule defined on the Default Group folder specializes the type of any folder created in it.
The type is set to trx:transferTarget, which you can then complete through the user interface. The new node contains the properties you can fill in through the user interface to set up your target.
- Click Edit Properties on your new folder (Replica).
-
Specify the Endpoint Host, Endpoint
Port, Username and
Password, and click
Enabled and
Save.
The endpoint host and port represent the remote SkyVault Content Services host details.
For example; Endpoint host: localhost, Endpoint port: 9090, Username: admin, Password: admin
Endpoint Host: localhost Endpoint Port: 9090 Endpoint Path: /alfresco-ftr/service/api/transfer Endpoint Protocol: http Username: admin Password: admin Root Folder: Select a folder from repository as root folder. Enabled: Make sure this check box is checked
-
Enable the replication service in your
SkyVault-global.properties file:
replication.enabled=true
and restart the source repository.
-
In the New Folder window, specify the name,
title, and description of the new folder, for example,
Replica.
-
In the target repository, enable the replication server and content receiver in
the SkyVault-global.properties file:
replication.enabled=true transferservice.receiver.enabled=true
and restart the target repository. -
On the source repository, create a replication job to test the target
setup.
- From the toolbar, click Admin Tools and select Replication Jobs from the menu.
- Click Create Job.
-
Specify properties for Name,
Payload, Transfer
Target.
Name is a new folder name; for example, Replication Job. Payload is the source content directory, and Transfer Target is the folder name that you set up in step 1 (Replica).
- Click Enabled.
- Click Create Job.
- Refresh the screen after a few minutes to see a status change.
-
Verify the replication job.
Log in to SkyVault Share on the target repository, select a transferred file and click Open in Source Repository to check that content has replicated.