This article covers how to configure replication settings on the FlexNet Manager Suite inventory server and beacons to save copies of agent files as they are uploaded.
This can be useful to allow inspection of details in uploaded files, or gathering files for troubleshooting purposes.
Files that can be gathered through this way include inventory (*.ndi) files and usage (*.mmi) files.
The FlexNet Manager Suite inventory server and beacons have a setting called UseReplication that is disabled by default.
On beacon versions 17.3.0 and later, this setting can be enabled on the Replication page in the beacon UI. See the following online help page for details: Inventory Beacons > Replication Page.
On inventory servers and earlier beacon versions, this setting can be enabled with the following steps:
Alternatively, instead of modifying these setting from the IIS interface, you can configure them by directly editing the web.config file for the ManageSoftRL virtual directory. This file can be found in (by default) in C:\Program Files (x86)\Flexera Software\FlexNet Manager Platform\Importers.
<!-- Replication -->
<add key="UseReplication" value="true" />
<!-- Replication -->
<add key="ImportTypesForReplication" value="logs, inventories" />
<!-- Replication Location -->
<add key="ReplicationLocation" value="c:\Replication" />
The ImportTypesForReplication setting is a comma-separated list that should include one or more of the following values to specify which types of files should be saved:
on Feb 06, 2019 03:19 PM - edited on Dec 09, 2021 01:42 AM by ChrisG
Hello All,
This method helped me in creating ndi file replication on the Application server. Can we also get the task scheduler script that will help in removing files older than 7 days if we want to keep the replication active on the Application server and also make sure that space is not filled due to stale files on the replication folder.
That would be very helpful for us. Thanks!