Tweaks
SmartConnect and it's add-ons are extremely flexible and can be tweaked to meet the needs of the customer requirements. Some common scenarios are detailed below.
Assumptions
For the purposes of this page, the following assumptions are made:
• The V1 directory is C:\V1Home (change as appropriate to your installation)
• You have direct dial in / remote desktop access to the V1 server where SmartConnect and it's add-ons are installed
SmartConnect
API
Connection to the V1 Core software and Vault is stored in the following file, values are Base64 encoded so must be decoded / encoded if change is required.
C:\V1Home\SmartConnect\SmartConnectAPI\appsettings.json
WARNING: Change this file at your own risk, it's details are set at the point of installation and errors will result if it's wrong. If server details have changed since it's orginal installation is an example of when it might need changing. You must restart the V1SmartConnect service is changes are made for them to take effect.
EXE
Connection to the V1 Core software and Vault is stored in the following file, values are Base64 encoded so must be decoded / encoded if change is required.
C:\V1Home\SmartConnect\SmartConnectEXE\appsettings.json
WARNING: Change this file at your own risk, it's details are set at the point of installation and errors will result if it's wrong. If server details have changed since it's orginal installation is an example of when it might need changing. No service restart is required, any tweaks made are applied as soon as the file is saved.
V1HouseKeepingManagement
Tick Frequency
The default tick frequency for V1HouseKeepingManagement to optimise the system is 3600 seconds (1 hour), if you want to increase / decrease this, edit this file:
C:\V1Home\V1HouseKeepingManagement\V1HouseKeepingManagement.ini
And change this value (in seconds)
cmd1-wait-time=3600
When / if changed, you must restart the V1HouseKeepingManagement service where changes are made for them to take effect.