Changes
After unpacking the VCL binaries and config-files, move the files to a directory where the local system account (or the specified one configured to run the VCL service) is allowed to execute the "install.bat". This file installs the UBIK.VCL.exe as a service.
The VCL is configured in “UBIK.VCL.Service.exe.config":
===Example===
</startup>
<appSettings>
<add key="StatusUriProtocol" value="https:/"/> <add key="Url" value="10.0.0.100/CLIENT/UBIK/CONTENT/UbikContent.svc/GetViewStateInformation/APP_001/CXT_001" /> <add key="TriggerUriPort" value="https://10.0.0.100888"/> <add key="Path" value="CLIENT/UBIK/CONTENT"/UbikContent.svc/TriggerViewStateUpdate/> <add key="App" value="APP_001"/CXT_002> <add key="Context" value="CXT_001" /> <add key="TriggerInterval" value="72001800" />
<add key="OfflineCheckInterval" value="60" />
<add key="LogPath" value="D:\UBIK\LOG\VCL\log.txt"/> <add key="USAMUrl" value="C:\my_sandbox\UBIK.VCL.LOG\log.txt"/> <add key="USAMPort" value="C:\my_sandbox\UBIK.VCL.LOG\log.txt"/> <add key="USAMPath" value="CLIENT/UBIK/USAM"/> <add key="USAMLogin" value="ubik"/> <add key="USAMPwd" value="****"/> <add key="USAMDeviceName" value="satellite"/>
</appSettings>
</configuration>
Please duplicate the entries used and add a number suffix. Here is an example:
<source lang="xml">
<add key="StatusUri1Protocol" value="https://10.0.0.100/UBIK/PROJECT01/CONTENT/UbikContent.svc/GetViewStateInformation/APP_001/CXT_001" /><add key="StatusUri2Protocol01" value="https://10.0.0.100/UBIK/PROJECT01/CONTENT/UbikContent.svc/GetViewStateInformation/APP_001/CXT_002" />
</source>