Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 724C2200C80 for ; Wed, 19 Apr 2017 17:01:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6F3FD160B94; Wed, 19 Apr 2017 15:01:55 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AB20B160BB6 for ; Wed, 19 Apr 2017 17:01:54 +0200 (CEST) Received: (qmail 92274 invoked by uid 500); 19 Apr 2017 15:01:53 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 91945 invoked by uid 99); 19 Apr 2017 15:01:52 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2017 15:01:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1B1FEDF999; Wed, 19 Apr 2017 15:01:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.apache.org Date: Wed, 19 Apr 2017 15:01:54 -0000 Message-Id: <9b0ca26c4c3b47c4a84525042d8f38cf@git.apache.org> In-Reply-To: <9bdb6df1bbf04c62a3de0fff6d0d6bbd@git.apache.org> References: <9bdb6df1bbf04c62a3de0fff6d0d6bbd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [04/12] ignite git commit: IGNITE-4898: Added ODBC installers paths to README. This closes #1753. archived-at: Wed, 19 Apr 2017 15:01:55 -0000 IGNITE-4898: Added ODBC installers paths to README. This closes #1753. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f278dc96 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f278dc96 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f278dc96 Branch: refs/heads/ignite-1561 Commit: f278dc969a69ad3c166fc863de5b0ffcd46a19c6 Parents: 5dab5fb Author: isapego Authored: Wed Apr 19 15:12:42 2017 +0300 Committer: devozerov Committed: Wed Apr 19 15:12:42 2017 +0300 ---------------------------------------------------------------------- modules/platforms/cpp/odbc/README.txt | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/f278dc96/modules/platforms/cpp/odbc/README.txt ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/odbc/README.txt b/modules/platforms/cpp/odbc/README.txt index fe40a5c..3a83f84 100644 --- a/modules/platforms/cpp/odbc/README.txt +++ b/modules/platforms/cpp/odbc/README.txt @@ -19,13 +19,13 @@ arguments: 1. Address of the node to connect to: SERVER=; - + 2. Port on which OdbcProcessor of the node is listening: PORT=; - + 3. Datagrid cache to connect to: CACHE=; - + All arguments are case-insensitive so "SERVER", "Server" and "server" all are valid server address arguments. @@ -46,11 +46,11 @@ ODBC driver you should perfrom the following steps: $ ldd /usr/local/lib/libignite-odbc.so. If there is unresolved links to other libraries you may want to add directories with these libraries to the LD_LIBRARY_PATH. - + 2. Edit file $IGNITE_HOME/platforms/cpp/odbc/install/ignite-odbc-install.ini and ensure that "Driver" parameter of the "Apache Ignite" section points to the right location where libignite-odbc.so is located. - + 3. To install Apache Ignite ODBC driver use the following command: $ odbcinst -i -d -f $IGNITE_HOME/platforms/cpp/odbc/install/ignite-odbc-install.ini To perform this command you most likely will need root privileges. @@ -67,9 +67,12 @@ There are two ways to install ODBC driver currently. The first one is to use 32-bit or 64-bit installer. This is the most simple way and you are recommended to stick to it by default. +32-bit installer : $IGNITE_HOME/platforms/cpp/bin/odbc/ignite-odbc-x86.msi +64-bit installer : $IGNITE_HOME/platforms/cpp/bin/odbc/ignite-odbc-amd64.msi + However there is also another way to install driver manually using scripts. If you choose this method you should first choose a directory on your filesystem -where your driver or drivers will be located. Once you have choosen the place +where your driver or drivers will be located. Once you have chosen the place you should put your driver there and ensure that all driver dependencies can be resolved i.e. they can be found either in the %PATH% or in the same directory as the driver. @@ -88,7 +91,7 @@ Thats it. Your driver/drivers are installed. After the installation ======================================= - + Now Apache Ignite ODBC driver is installed and ready for use. You can connect to it and use it like to any other ODBC driver.