[
https://issues.apache.org/jira/browse/IGNITE-3868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15526448#comment-15526448
]
ASF GitHub Bot commented on IGNITE-3868:
----------------------------------------
GitHub user isapego opened a pull request:
https://github.com/apache/ignite/pull/1126
IGNITE-3868: Fix for Tableau connect using DSN.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-3868
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/1126.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1126
----
commit b2f92954cc5adc3f35f2478e521b8c613035b4ee
Author: isapego <[email protected]>
Date: 2016-09-27T15:12:09Z
IGNITE-3868: Fix for Tableau connect using DSN.
----
> ODBC: DSN support for Windows works incorrectly
> -----------------------------------------------
>
> Key: IGNITE-3868
> URL: https://issues.apache.org/jira/browse/IGNITE-3868
> Project: Ignite
> Issue Type: Bug
> Components: odbc
> Affects Versions: 1.7
> Environment: Win 8, Apache Ignite 1.6.7
> Reporter: Vasilisa Sidorova
> Assignee: Igor Sapego
> Labels: odbc
> Fix For: 1.8
>
>
> ---------------------------------------------
> DESCRIPTION
> ---------------------------------------------
> Some keys aren't registered in the registry during odbc driver installation
> and during DSN user data source adding:
> HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\Apache Ignite\Setup
> HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\Apache Ignite
> DSN\{port,protocol_version}
> ---------------------------------------------
> STEPS FOR REPRODUCE
> ---------------------------------------------
> # Build and install odbc driver according to instruction from product binaries
> # Go to Control Panel\System and Security\Administrative Tools\ODBC Data
> Source Administrator (or run "odbcad32" command)
> # Try to add Apache Ignite DSN source
> ---------------------------------------------
> ACTUAL RESULT
> ---------------------------------------------
> Error message appear. Source isn't adding. There isn't
> HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\Apache Ignite\Setup key in the
> registry
> ---------------------------------------------
> EXPECTED RESULT
> ---------------------------------------------
> Source is installed without any exception
> ---------------------------------------------
> NEXT STEPS FOR REPRODUCE
> ---------------------------------------------
> # Add HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\Apache
> Ignite\Setup=[path_to_ignite_odbc_driver] into registry
> # Add Apache Ignite DSN source in the ODBC Data Source Administrator
> # Start some cache
> # Run Tableau
> # Try to connect to the cache using DSN
> ---------------------------------------------
> ACTUAL RESULT
> ---------------------------------------------
> Connection error message appears. There aren't
> HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\Apache Ignite
> DSN\{port,protocol_version} keys in the registry
> ---------------------------------------------
> EXPECTED RESULT
> ---------------------------------------------
> Connection is successful
> ---------------------------------------------
> ADDITIONAL INFO
> ---------------------------------------------
> Keys HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\Apache Ignite
> DSN\{port,protocol_version} are registered in the registry after user run
> "Configure" command (without any changes) for Apache Ignite DSN source
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)