You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vasilisa Sidorova (JIRA)" <ji...@apache.org> on 2016/09/08 17:17:22 UTC

[jira] [Created] (IGNITE-3868) ODBC: DNS support for Windows works incorrectly

Vasilisa  Sidorova created IGNITE-3868:
------------------------------------------

             Summary: ODBC: DNS 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.6
         Environment: Win 8, Apache Ignite 1.6.7
            Reporter: Vasilisa  Sidorova


---------------------------------------------
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 appear. 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)