Theoretically this should be seamless as far as connection string is concerned.
However never tested by us...
I guess that providing availability group listener DNS name as host name of the database server during Setup database phase should work.
At last, you can still connect directly to the instance of SQL Server using the instance name of the primary or secondary replica instead of using the availability group listener.
Also, there is a dedicated connection option ("MultiSubnetFailover=true") which can be added to ILMT server's server.xml file:
<properties.microsoft.sqlserver databaseName='temadb' datetimeParameterType='datetime' instanceName='SQLEXPRESS' MultiSubnetFailover='true' ...
As far as I'm aware it provides some benefit to cope with subnet failover.
Please be so kind to let us know if the connection setup worked or not....
------------------------------
Thank you,
Oktawian
Oktawian Powązka, L3 Support
IBM License Metric Tool
------------------------------