TN AppSvr240 How to Automatically Failover to the Primary Source in a Redundant DI Object
Last updated: March 12th, 2025Description
- Author: Benjamin Davis
- Published: March 12th, 2025
Details:
Description
- Author: Benjamin Davis
- Published: 06/28/2017
- Applies to: Application Server
Details
After failing over to the Backup DI Source, the Redundant DI Object will not automatically failover to the Primary DI Source even it it becomes available.
To force the failover to the Primary Source in a Redundant DI Object when it become available, add the following script to your Redundant DI Object.
Expression: Me.StatusPrimaryDISource == "Connected" AND (me.DiSourceActive <> me.DiSourcePrimary)
Trigger Type: OnTrue
Script: Me.ForceFailoverCmd = true;