Configuring the database for a dynamic port when the OM Web Viewer configtool requires you to provide a specific PORT value.
Specifying a DB instance name when the configtool does not prompt for this parameter.
When you enter the [JDBC URL] value in the configtool, you can type whatever you want there. There will be a recommended value you can ignore. This is how you can enter what you want for this string.
Here is an example of how the string will look:
jdbc:sqlserver://testsqld21\SQL2019TEST2;databaseName=omweb
Enter your new string when you are prompted
Enter a new value or press [Enter] to use the current value:. This is a transcript of how to do this:
[JDBC URL]
Recommended value: jdbc:sqlserver://SQLSERV123\SQLEXPRESS:1433;databaseName=omweb
The current value:
Enter a new value or press [Enter] to use the current value:
Database JDBC URL: jdbc:sqlserver://testsqld21\SQL2019TEST2;databaseName=omweb
NOTE: :1433 has been removed. The db instance name SQL2019TEST2 has been specified.