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/07 12:04:20 UTC

[jira] [Created] (IGNITE-3861) ODBC: installer doesn't support path to driver with backspaces

Vasilisa  Sidorova created IGNITE-3861:
------------------------------------------

             Summary: ODBC: installer doesn't support path to driver with backspaces
                 Key: IGNITE-3861
                 URL: https://issues.apache.org/jira/browse/IGNITE-3861
             Project: Ignite
          Issue Type: Bug
          Components: odbc
    Affects Versions: 1.6
         Environment: Win 7, odbc installer 1.6.7
            Reporter: Vasilisa  Sidorova


---------------------------------------------
STEPS FOR REPRODUCE
---------------------------------------------
# Build odbc driver according to instruction from $IGNITE_HOME/platforms/cpp/DEVNOTES.txt
# Put driver into folder with path which contains backspaces
# Install odbc driver according to instruction from  $IGNITE_HOME/platforms/cpp/odbc/README.txt 
---------------------------------------------
ACTUAL RESULT
---------------------------------------------
# Driver get error like this:
{noformat}
C:\ignite\platforms\cpp\odbc\install>install_x86.cmd "C:\Program Files\IgniteODBC\ignite.odbc.dll"
warning: The path you have specified seems to be a directory. Note that you have to specify path to driver file itself instead.
Installing driver: ""C:\Program Files\IgniteODBC\ignite.odbc.dll""
The operation completed successfully.
The operation completed successfully.
ERROR: Invalid syntax.
Type "REG ADD /?" for usage.
The operation completed successfully.
Driver can not be found: ""C:\Program Files\IgniteODBC\ignite.odbc.dll""
Call format: install_x86 abs_path_to_driver
Press any key to continue . . .
{noformat}
# Driver isn't installed
---------------------------------------------
EXPECTED RESULT
---------------------------------------------
Driver is installed without any exceptions or should give correct and clear  error string



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)