Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): Jürgen Wittsiepe / Jürgen Wittsiepe ()
Created: 09/18/2017
Versions: 2016
Failure Type: Incorrectly functioning
Found In Build/Fixed In Build: 2016.0.05.303689 /
Priority/Frequency: Normal / All users will encounter
Locale/System: / Win 2012 Server x64
Vote Count: 0
Problem Description: I configured a 64-bit ODBC datasource. When I try to add this to the Coldfusion datasources I receive the error:
Connection verification failed for data source: test
java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][SequeLink Server]The specified data source is not defined.
The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][SequeLink Server]The specified data source is not defined.
Steps to Reproduce: Try to add a ODBC datasource
Actual Result: Datasource is not defined.
Expected Result: Datasource should be defined
Any Workarounds: I found that the required entry in the file ColdFusion2016\cfusion\db\slserver54\cfg\swandm.ini is missing.
I added this to swandm.ini:
Type=6
DataSourceLogonMethod=DBMSLogon(UID,PWD)
DataSourceProviderTypesFile=E\www-server\ColdFusion2016\cfusion\db\slserver54\bin\swsoc.ini
ServiceName=ColdFusion 2016 ODBC Server
DataSourceName=test
DataSourceSOCODBCConnStr=dsn=test
DataSourceFetchTimeStampAsString=0
Attachments:
Comments: