After the standby Trend server performs
its trend initialisation (ie creation of trend files) on startup,
it then begins its redundancy check to see if its data is up to
date. It looks into its own datafiles and if they have no data it
assumes that this is because the redundant server is starting up
for the first time and would therefore need to copy files from a
standby that has been running for a while. So if you are just
starting both up you could get a situation where you copy the files
as directed and still get the message because neither file had any
data. One solution is to ensure the trend files you copy across all
contain at least several trend samples. Alternatively, since the
message displayed under these conditions is not actually an error
but for your information, there is no harm in disabling it via the
Citect.ini parameter
[Trend]CopyFilesMessage=0
The standby server will create the trend files if they do not
exist and will still copy the data from the active server during
its redundancy check. |