WGS Connection definitions were new with version 10.1 of Navigator. If you installed an earlier version, then your nsqjdbcmk.properties will not have these settings. This is typically not going to matter since they are only used during table creation not upgrade.
There are a few conditions where they may need to be added
- You want to reinitialize your tables using option 3 rather than upgrade them
- You install a new version on a different server and you copy the nsqjdbcmk.properties from an existing installation
In these cases, you need to add the connection definitions settings to override the defaults
nsqjdbcmk.permits.wgsConn.name=Primary Connection
nsqjdbcmk.permits.wgsConn.serversList=your-WGS-host
nsqjdbcmk.permits.wgsConn.port=your-WGS-port
For more information on WGS connection definitions, see What is a workgroup server connection definition?