Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Mike Cataldo / Mike Cataldo (Mike Cataldo)
Created: 01/25/2016
Components: Installation/Config
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 1
Problem Description: Using datasource.cfc (in the admin api) to create a data source throws a "when the instance name is specified, it is invalid to specify the port number". Its been documented in other cases that you can remove the port in the ColdFusion administrator and the connection will verify (when using named SQL instances). datsource.cfc does NOT allow a "null" or empty port. When using setMSSQL() if you do not specify a port it defaults to 1433.
Steps to Reproduce: Create a test data source using setMSSQL() to a SQL named instance.
Actual Result: Data source is created but has a port of 1433 and will not verify.
Expected Result: A valid working data source
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4110224
External Customer Info:
External Company:
External Customer Name: Mike Cataldo
External Customer Email:
External Test Config: My Hardware and Environment details: Local development server running CF 11. No specific hardware requirements are necessary to reproduce the error.
Attachments:
Comments: