sqljdbc ドライバー v4 を介して可用性グループに接続しようとしていますが、エラーが発生します
com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the
host ..., port 1433 has failed. Error: ".... Verify the
connection properties. Make sure that an instance of SQL Server is running on
the host and accepting TCP/IP connections at the port. Make sure that TCP
connections to the port are not blocked by a firewall.".
接続文字列は
jdbc:sqlserver://...;multiSubnetFailover=true;databaseName=...;responseBuffering=full;selectMethod=direct;user=...;password=...
何が間違っている可能性がありますか?マシン名を直接使用すると正常に接続され、1433 ポートが開いているため、ポートやサーバーが稼働していても問題はありません。