Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Dave DeVol / Dave DeVol (Dave DeVol)
Created: 09/11/2013
Components: Database
Versions: 10.0
Failure Type: Usability Issue
Found In Build/Fixed In Build: Final / 286449
Priority/Frequency: Major / All users will encounter
Locale/System: English / Win 2008 Enterprise Svr
Vote Count: 2
Problem Description:
ColdFusion 10 update 11 is suppose to support MSSQL 2012, but does not seem to support the AlwaysOn "ApplicationIntent" flag that is a big part of SQL 2012.
Steps to Reproduce:
I should be able to add "ApplicationIntent=ReadOnly" or "ApplicationIntent=ReadWrite" to the datasource connection string and have it route to a SQL ReadOnly or ReadWrite database, but it does not. This is specifically related to the MSSQL driver provided by Adobe (Datadirect), the JDBC driver supplied by Microsoft has this functionality. This functionality is required for large scale deployments of SQL server.
Actual Result:
Expected Result:
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3630461
External Customer Info:
External Company:
External Customer Name: Neo Rye
External Customer Email:
External Test Config: Here is the connection string that works with the Microsoft JDBC driver:
jdbc:sqlserver://x.x.x.x:1433;databaseName=importTest;selectMethod=direct;sendStringParametersAsUnicode=false;querytimeout=1200;MaxPooledStatements=100;integratedSecurity=true;applicationIntent=ReadOnly;lastUpdateCount=false
Attachments:
Comments: