While running the configtool, the connection to the database failed. The following error was found in the ConfigTool.log (located for example in CA_OM_Web_Viewer\util\logs or CA_OM_Web_Viewer/util/logs)
Loaded: sqljdbc4.jarjava.sql.SQLException: No suitable driver found.....
[JDBC URL]Recommended value: jdbc:sqlserver://serverName:1433;databaseName=webviewThe current value: //serverName:1433;databaseName=webviewEnter a new value or press [Enter] to use the current value:Database JDBC URL: The resolution to this problem is in Cumulative Build 194 and higher. It will no longer be necessary to use the workaround below which is copying the recommended value into the Database JDBC URL.
How to locate the latest build (maintenance) for CA Output Management Web Viewer 12.1?
Workaround for builds lower than Cumulative Build 194:
Database JDBC URL:jdbc:sqlserver://serverName:1433;databaseName=webviewjdbc:sqlserver: is a required part of the URL. 1433 is the default port for SQL Server. Specify a different port if yours is different. jdbc:sqlserver://serverName:portNumber;databaseName=name of database