Read more about Data Workbench’s End-of-life announcement.
Target Insight Server machines running the Insight Server Replication Service must be able to read the log files on this repeater server.
Access to the target machines is granted using the Access Control.cfg file.
To configure Access Control for access by target Insight Server machines
Navigate to the Access Control folder in the directory where you installed repeater functionality.
Example: D:\Adobe\Repeater\Access Control
Open Access Control.cfg in a text editor such as Notepad.
Create an access group for the Insight Server machines that must access the log files on this repeater server. Give this access group a name something like “Replication Targets.”
The following file fragment shows how the access group should look.
. . .
6 = AccessGroup:
Members = vector: N items
0 = string: IP:Machine0IPAddress
1 = string: IP:Machine1IPAddress
. . .
N = string: IP:MachineNIPAddress
Name = string: Replication Targets
Read-Only Access = vector: 1 items
0 = string: EventDataLocation
Read-Write Access = vector: 0 items
. . .
Update the number of access groups in the Access Control Groups vector at the top of the file to reflect the addition of the new access group.
Access Control Groups = vector: n items
Save the file.