Smart Grid Applications Overview > Smart Operations Solution > AMI Integration > Optional Configurations > Configure WCF to Use Reliable Sessions |
Version: 10.1 |
If a momentary outage occurs, the user will likely see an exception almost immediately from WCF (Windows Communication Foundation) services (i.e., Configuration Service, State Service, Event Service). However, you can configure these services to use reliable sessions. If you have reliable sessions enabled, the exception will not be raised until a configurable amount of time has passed. This eliminates exceptions due to momentary outages.
You will need to modify the following configuration files:
Follow the steps outlined below in each configuration file listed above.
<reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false" />