If you do not have a Web or FTP server available in your environment, and you do not want to install one, you can copy the Setup_Data folder to a local folder on all nodes and point to that location.
Warning
Note that each location must be a physical drive because mapped network drives do not work as repositories, because the ARIS agent runs in the security context system that can only access physical drives.
Copy the Setup_Data directory from the ARIS installation package to a physical drive on each node. Use the same folder on every node to simplify the procedure, because only if you use the same name you can use the on all nodes command.
On all nodes, specify that each ARIS agent uses a local folder by using a file URL in the remote.repository.url ACC command set.
To use a local folder using a file URL in the ACC command set remote.repository.url enter:
on all nodes set remote.repository.url="file://<physicalPath>"
Replace <physicalPath> with the path to the folder that contains the Setup_data folder. If you copy the physical path from your Windows Explorer, make sure to replace the backslashes with forward slashes. The URL must only contain forward slashes.
For example, if you copied the Setup_Data folder to C:\temp\Setup_Data, enter:
on all nodes set remote.repository.url="file://c:/temp/Setup_Data"