Configuring Access Control for Target Machines

IMPORTANT

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

  1. Navigate to the Access Control folder in the directory where you installed repeater functionality.

    Example: D:\Adobe\Repeater\Access Control

  2. Open Access Control.cfg in a text editor such as Notepad.

  3. 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
    . . .
    
    1. In the Members section, specify the IP address for each machine.
    2. Update the items count for the Members vector to reflect the number of machine IP addresses you inserted.
    3. In the Read-Only Access section, specify the location of the event data that the replication targets access. Use forward slashes in the path specification (/). The default location is the Logs folder on the Repeater machine (/Logs/?lang=en).
    4. Update the items count for the Read-Only Access vector to reflect the number of locations you inserted.
  4. 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
    
  5. Save the file.

On this page