Does this not just work is the leave the storage location as the default blank? I've had VTScada installed in different directories on different machines and haven't had issues with the historian storage location in the past.
If you are specifying different locations manually, please read through the following from the help files:
https://www.vtscada.com/help/Content/D_LogAndReport/Dev_HistorianDataStorage.htm?tocpath=Use%20VTScada%7CLog%252C%20Note%252C%20and%20Report%7CHistorian%20and%20Logger%20Configuration%7C_____1
As an example, you could create a parameter expression for this which places a location per workstation name such as:
\RPCManager.WkStnName == "MyPrimaryPC" ? "C:\VTScada\AppName" : "F:\VTScada\AppName"
Does this not just work is the leave the storage location as the default blank? I've had VTScada installed in different directories on different machines and haven't had issues with the historian storage location in the past.
If you are specifying different locations manually, please read through the following from the help files:
https://www.vtscada.com/help/Content/D_LogAndReport/Dev_HistorianDataStorage.htm?tocpath=Use%20VTScada%7CLog%252C%20Note%252C%20and%20Report%7CHistorian%20and%20Logger%20Configuration%7C_____1
As an example, you could create a parameter expression for this which places a location per workstation name such as:
````
\RPCManager.WkStnName == "MyPrimaryPC" ? "C:\VTScada\AppName" : "F:\VTScada\AppName"
````
Trihedral Engineering Ltd.
edited Dec 20 '22 at 8:37 pm