Understand and configure failover
- Last UpdatedOct 23, 2025
- 1 minute read
- PI System
- Adapter for RDBMS 1.1
- Adapters
In the context of AVEVA adapters, failover refers to the ability of a system to automatically switch from one adapter to another when the primary adapter fails or becomes unavailable. This ensures that data collection and transmission continue without interruption, maintaining system reliability and uptime. If one adapter stops working, failover ensures another one steps in to keep the data flowing.
The RDBMS adapter supports both client-level and server-level failover.
-
Client-level failover means the adapter itself monitors its connection to the database and switches to a backup if the primary fails. This allows the adapter to keep collecting and sending data without needing help from the server or manual intervention.
-
Server-level failover ensures that data keeps flowing even if the primary database server goes down. The adapter is set up with two connection strings—one for the main server and one for a backup—and automatically switches to the backup if needed. This helps reduce downtime and avoid data loss without requiring manual intervention.
