You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by kavitha <ka...@gmail.com> on 2017/03/23 06:10:01 UTC

Re: error LNK 2001

Hi,

Thanks. It worked. 

I executed following command successfully. But I am not found Apache ignite
ODBC driver in ODBC data source administrator (32- bit) window.
F:\Ignite\apache-ignite-fabric-1.9.0-bin\apache-ignite-fabric-1.9.0-bin\platforms\cpp\odbc\install>install_x86
F:\Ignite\apache-ignite-fabric-1.9.0-bin\apache-ignite-fabric-1.9.0-bin\platforms\cpp\project\vs\Win32\Release\ignite.odbc.dll
Installing driver:
F:\Ignite\apache-ignite-fabric-1.9.0-bin\apache-ignite-fabric-1.9.0-bin\platforms\cpp\project\vs\Win32\Release\ignite.odbc.dll
The operation completed successfully.
The operation completed successfully.
The operation completed successfully.
The operation completed successfully.
The operation completed successfully.

What I am missing here?



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/error-LNK-2001-tp11315p11380.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: error LNK 2001

Posted by Igor Sapego <is...@gridgain.com>.
If you have 64-bit machine then you should use install_amd64.cmd script to
install drivers.
I guess it's maybe somehow misleading, but install_x86 is only for 32-bit
OSs.

To install 32-bit driver with install_amd64.cmd you should provide both 32-
and 64-bit drivers
to it.

In 2.0 we are going to change the installation and will just ship msi
installers for drivers so
you would not be needing to go through all these things just to install a
driver.


Best Regards,
Igor

On Thu, Mar 23, 2017 at 9:10 AM, kavitha <ka...@gmail.com> wrote:

> Hi,
>
> Thanks. It worked.
>
> I executed following command successfully. But I am not found Apache ignite
> ODBC driver in ODBC data source administrator (32- bit) window.
> F:\Ignite\apache-ignite-fabric-1.9.0-bin\apache-ignite-fabric-1.9.0-bin\
> platforms\cpp\odbc\install>install_x86
> F:\Ignite\apache-ignite-fabric-1.9.0-bin\apache-ignite-fabric-1.9.0-bin\
> platforms\cpp\project\vs\Win32\Release\ignite.odbc.dll
> Installing driver:
> F:\Ignite\apache-ignite-fabric-1.9.0-bin\apache-ignite-fabric-1.9.0-bin\
> platforms\cpp\project\vs\Win32\Release\ignite.odbc.dll
> The operation completed successfully.
> The operation completed successfully.
> The operation completed successfully.
> The operation completed successfully.
> The operation completed successfully.
>
> What I am missing here?
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/error-LNK-2001-tp11315p11380.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>