SAP jConnect supports the SAP Adaptive Server failover.
If the primary companion fails, the devices, databases, and connections for that server can be taken over by the secondary companion. You can configure a high availability system either asymmetrically or symmetrically.
In either setup, the two machines are configured for dual access, which makes the disks visible and accessible to both machines. You can enable failover in SAP jConnect and connect a client application to an SAP Adaptive Server configured for failover. If the primary server fails over to the secondary server, the client application also automatically switches to the second server and reestablishes network connections.
See Using Failover in High Availability Systems in the Adaptive Server Documentation for more detailed information.
Have two SAP Adaptive Servers configured for failover.
Only changes that were committed to the database before failover are retained when the client fails over.
Set the REQUEST_HA_SESSION jConnect connection property to true.
SAP jConnect event notification does not work when failover occurs.
Close all statements when they are no longer used. SAP jConnect stores information on statements to enable failover. Unclosed statements result in memory leaks.