Hide Forgot
Created attachment 816771 [details] sqlresults.txt with default template Description of problem: Installer presents as template the following SQL Server connection url: jdbc:microsoft:sqlserver://SERVER_NAME:PORT;DatabaseName=DATABASE_NAME This is however incorrect as the correct format is: jdbc:sqlserver:// .. http://technet.microsoft.com/en-us/library/ms378428.aspx This was changed in the driver version 2.0, and has been like this in 3.0 and 4.0. Version-Release number of selected component (if applicable): How reproducible: Everytime. Steps to Reproduce: 1. Select SQL Server driver 2. Click next 3. Actual results: Install will fail if one uses the provided template. Expected results: Additional info:
Please note that sqlserver is not a supported configuration in the beta. However, the issue with the incorrect default URL value is still valid, and has been corrected for subsequent builds.
Verified in ER7 build.