Hi,
Either you are connecting via connection manager or by a floating DBSERVERNAME.
Both is not compatible.
Connection manager needs to have distinguished names of the connected engines and, for automatic failover
a HA_ALIAS declaration, which points to the network based connection.
You could also have a setup where a server name is shared and the IP is migrated from one server to another,
and then the listener is activated, when the primary instance is losts.
This would be done without connection manager (manually or with support of an external tool like keepalived).
But this behaviour is not compatible with connection manager.
So what would be the purpose of the common DBSERVER name in a connection manager ruled environment ?
Best,