Fixed
Details
Assignee
Dave CridlandDave CridlandReporter
Daryl HerzmannDaryl HerzmannLabels
Components
Fix versions
Affects versions
Priority
Minor
Details
Details
Assignee
Dave Cridland
Dave CridlandReporter
Daryl Herzmann
Daryl HerzmannLabels
Components
Fix versions
Affects versions
Priority
Created February 20, 2018 at 8:30 PM
Updated February 22, 2018 at 2:03 PM
Resolved February 22, 2018 at 2:03 PM
When one sets up Openfire, the installer asks for database connection details with the default string including the confusing [localhost] and [database-name]
jdbc:jtds:sqlserver://[host-name]/[database-name];appName=Openfire
Even I have just replaced the "host-name" to leave the brackets in the string, which prompts Openfire to attempt to connect to "[host-name]" (literal with brackets)
Lets change to use HOST-NAME and DATABASE-NAME without the brackets