The jTDS JDBC driver connection string for MS SQL Server Named Instance is incorrect. The following connection string is defined in the CA iXp Admin Tool Instance configuration:
jdbc:jtds:sqlserver://MSSQL06\Corp:51555/AEDB
where:
MSSQL06 is the MS SQL Server hostname.
Corp is the MS SQL Server Named Instance.
51555 is the port MS SQL Server Named instance is listening on.
AEDB is the CA Workload Automation AE database.
The following error was logged in the ixpDaemon.log:
03-04 17:56:37: db-A11:unable to determine IP address:MSSQL06\Corp:java.net.UnknownHostException:MSSQL06\Corp
03-04 17:56:37: db-A11:connecting:jdbc:jtds:sqlserver://MSSQL06\Corp:51555/AEDB
03-04 17:56:37: db-A11:java.sql.SQLException: Unknown server host name 'MSSQL06\Corp'.
...
...
03-04 17:57:08: db-A11:com.pgti.ixp.core.exception.IxpException:Unknown server host name 'MSSQL06\Corp'.