Applies To:
  • CitectSCADA 1.00 1.01 1.10 1.11 1.20 2.00 2.01

Summary:
The Cicode function RepSetControl() will control the given report on the Report server to which the Citect computer is communicating. If you are using the report servers in Primary/Standby mode, and you call this function on the Standby report server, the control will occur on the Standby server. Also the control of this function is only on a single report server. If you modify the behaviour of a report on the Primary server, the Standby server will not be modified.

Solution:
You can work around this limitation by using the MsgRPC function to call RepSetControl on the Primary server from the Standby report server. 

Keywords:
 

Attachments