Skip to main content
InSource Solutions

TN AppSvr240 How to Automatically Failover to the Primary Source in a Redundant DI Object

InSource_Logo_Transparent.png

Description

 

This article from InSource shows...

  • 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;

 

1.png