-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 1.3, 1.3.1
-
Component/s: Server - Installer / Setup
Comment by James Head [22/Dec/04 12:17 AM]
FYI:
in the import procedure for a mssql database, Jira will autofill the connection url with:
jdbc:jtds:sqlserver//localhost:1433/<insert_database>
(there is a missing colon, should be)
jdbc:jtds:sqlserver://localhost:1433/<insert_database>