Hello,
I encounter an error when trying to activate / enabling the automatic daily reporting function.
I’ve managed to deal with this error months ago on one of my servers (as I remember but not sure : by configuring this switch to ‘enable’ in a .config file), but I can’t remember which file and what was the tag used for it.
Producing the 2 completeness and correctness reports manually is working by the way ; but I can’t imagine doing this manually each day.
Could you please tell me :
- If this error is due to a known bug and can be fixed in a next version of openPDC / openHistorian version ?
- What is the file (or maybe a DB parameter ?) and tag that can enabling this function without having to use the openPDC Manager ?
Thanks a lot for your answer,
Have a nice day,
Stephane.
Edit : I’ve just found that the manual solution is to insert the following lines in the openPDC.exe.config file in the processScheduler block :
<add name="CompletenessReporting" value="0 2 * * *" description="Minute 0, Hour 2, Any Day, Any Month, Any DayOfWeek"
encrypted="false" />
<add name="CorrectnessReporting" value="0 2 * * *" description="Minute 0, Hour 2, Any Day, Any Month, Any DayOfWeek"
encrypted="false" />
Anyway, strange that the ‘enable’ button of openPDC Manager doesn’t work …