The following is an excerpt from the data manager.config file located under "All Users" on systems that utilitze the Key Downloader;
<IsUploaderEnabled>true</IsUploaderEnabled>
<UploaderSettings>
<IsMoveUncPathEnabled>false</IsMoveUncPathEnabled>
<IsSSPEnabled>true</IsSSPEnabled>
<CreateDebugTripFiles>false</CreateDebugTripFiles>
<UncPath>\\remotehost\DataManager</UncPath>
</UploaderSettings>
<NetworkDownloaderSettings>
<Port>3984</Port>
<MaximumConnections>200</MaximumConnections>
</NetworkDownloaderSettings>
<EthernetDownloaderSettings>
<Port>3985</Port>
<MaximumConnections>200</MaximumConnections>
</EthernetDownloaderSettings>
<IsPassiveEnabled>true</IsPassiveEnabled>
<MapDirectoryInternal>C:\Documents and Settings\All Users\Application Data\GEOTAB\Checkmate\Maps</MapDirectoryInternal>
</ServerSettings>
My question would be if the data manager.config needs to be modified under each individual users folders that access GEOtab. Currently, the above exists under "All Users," but both the uploader and passive are disabled under each config file that exists for each user;
<IsUploaderEnabled>false</IsUploaderEnabled>
<UploaderSettings>
<IsMoveUncPathEnabled>false</IsMoveUncPathEnabled>
<IsSSPEnabled>true</IsSSPEnabled>
<CreateDebugTripFiles>false</CreateDebugTripFiles>
<UncPath>\\remotehost\DataManager</UncPath>
</UploaderSettings>
<NetworkDownloaderSettings>
<Port>3984</Port>
<MaximumConnections>200</MaximumConnections>
</NetworkDownloaderSettings>
<EthernetDownloaderSettings>
<Port>3985</Port>
<MaximumConnections>200</MaximumConnections>
</EthernetDownloaderSettings>
<IsPassiveEnabled>false</IsPassiveEnabled>
<MapDirectoryInternal>C:\Documents and Settings\All Users\Application Data\GEOTAB\Checkmate\Maps</MapDirectoryInternal>
</ClientSettings>