Interviewer - Server > Configuration and customization > Web configuration files > Settings for the Remote Administration activity > SyncWebServiceV2 support for real time cache transfers
 
SyncWebServiceV2 support for real time cache transfers
In UNICOM Intelligence 7.0.1, the SyncWebServiceV2 was updated to support real time cache transfers. The updates include removing settings from the SyncWebServiceV2 web.config file while adding settings.
The SyncWebServiceV2 web.config file is at:
C:\InetPub\wwwroot\SPSSMR\SyncWebServiceV2\web.config
Removed settings
The following settings have been removed from the SyncWebServiceV2 web.config file.
inbox
ShouldHostTransferService
KeepProcessedPackages
web.config settings
The following settings are included in the SyncWebServiceV2 web.config file.
DPMCachedDataRefreshInterval
This setting configures the cache data refresh interval for the DPM server. The default value is 300 minutes.
<add key="DPMCachedDataRefreshInterval" value="300" />
FailedUploadPackagesPath
This setting configures the path where failed uploaded packages are saved. When the setting is not configured, failed uploads are deleted. For example:
<add key="FailedUploadPackagesPath" value="C:\Inetpub\wwwroot\SPSSMR\
SyncWebServiceV2\inbox\FailedUploadPackages"/>
InvalidCacheFilesPath
This setting configures the path where invalid cache files are saved. When the setting is not configured, invalid cache files are deleted. For example:
<add key="InvalidCacheFilesPath" value="C:\Inetpub\wwwroot\SPSSMR\
SyncWebServiceV2\inbox\InvalidCacheFiles"/>
MaxPacketSize
This setting configures the maximum packet size. The default value is 1048576 bytes (1 MB).
<add key="MaxPacketSize" value="1048576" />
NoCompressionExtensionList
This setting identifies extension types whose corresponding files should not be compressed.
<add key="NoCompressionExtensionList"
value="*.jpg;*.jpeg;*.png;*.gif;*.avi;*.mpg;*.mp3;*.mp4;*.mov;" />
ProcessedPackagesPath
This setting saves the processed package to the defined path. When the setting is not configured, packages are deleted after they are processed. For example:
<add key="ProcessedPackagesPath" value="C:\Inetpub\wwwroot\SPSSMR\
SyncWebServiceV2\inbox\ProcessedPackages"/>
SyncSessionTimeout
This setting configures the synchronization session time-out value (in minutes). The minimum value is 1 minute; the maximum value is 1440 minutes (one day); the default value is 60 minutes. For example:
<add key="SyncSessionTimeout" value="60"/>
See also
Settings for the Remote Administration activity