We currently using TB 7.4.3 build 67790 and we are using the ODBC connector (SQL.ini) to our databases.
We are trying to create a SQL cluster with a "Availability Group Listener" on top.
Current configuration of the string in SQL.ini (this works fine):
remotedbname=SHFL,DRIVER=SQL Server;UID=USER;DATABASE=SHF;SERVER=SQLBox1.domain.local
SQLBox1.domain.local is a direct DNS name to one of 2 SQL boxes.
What we would need to change on the SQL string is this:
SERVER=AvailatyGroup.domain.local;MultiSubnetFailover=True
With or without the "MultiSubnetFailover=True" Gupta cannot connect yet it can connect directly to a box.
Any help would be appreciated.
Regards,