Re: Problem with installing ODBC Driver

2016-08-11 Thread vkulichenko
Hi Austin, You're using deprecated CacheTypeMetadata which probably causing problems. Looks like the schema is create, but when you insert the data, Ignite does not associate your objects with this schema. Please try configuring SQL fields using annotations or QueryEntity [1]. I would recommend th

Re: Problem with installing ODBC Driver

2016-08-11 Thread austin solomon
I am using Apache ignite 1.7.0-SNAPSHOT version. My ignite cluster is running in CentOS server and I'm trying to connect to it through ODBC driver from Windows PC. My confguration is like below:

Re: Problem with installing ODBC Driver

2016-08-10 Thread vkulichenko
Hi Austin, Can you provide more details? What is your configuration? What you're trying to do exactly and what you get? Are there any exception/errors in the logs? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Problem-with-installing-ODBC-Driver-tp5914p6

Re: Problem with installing ODBC Driver

2016-08-10 Thread austin solomon
Hi, Can you give me your XML configuration of ODBC driver, because I am facing some issue while querying the cache through Tableau. I can see only the fields, not the data. Thanks in advance!! -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Problem-with-insta

Re: Problem with installing ODBC Driver

2016-06-30 Thread vinisman
Sumptuously! It is working. Thank you Igor! -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Problem-with-installing-ODBC-Driver-tp5914p6018.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Problem with installing ODBC Driver

2016-06-30 Thread Igor Sapego
By default, ODBC driver will try to connect to unnamed cache ("null" cache), which seems to be non-existing in your case. Best Regards, Igor On Thu, Jun 30, 2016 at 4:09 PM, Igor Sapego wrote: > Hi, > > Have you specified "Cache" connection string argument? You should specify > any existent cac

Re: Problem with installing ODBC Driver

2016-06-30 Thread Igor Sapego
Hi, Have you specified "Cache" connection string argument? You should specify any existent cache there, which is needed to perform queries. In your case it seems like "Cache=Person" or "Cache=Organization" will do the trick. Best Regards, Igor On Thu, Jun 30, 2016 at 3:44 PM, vinisman wrote: >

Re: Problem with installing ODBC Driver

2016-06-30 Thread vinisman
Ok, now i connected with Tableau Desktop. And can see objects in caches. The next step i am trying to query ignite and have error: "Cache doesn't exist (did you configure it?): null"

Re: Problem with installing ODBC Driver

2016-06-28 Thread victor.khodyakov
It works, thank you! -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Problem-with-installing-ODBC-Driver-tp5914p5975.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Problem with installing ODBC Driver

2016-06-28 Thread Igor Sapego
Victor, What is your node config? Have you enabled ODBC on the node side? There should be those lines in your config: Best Regards, Igor On Tue, Jun 28, 2016 at 8:02 PM, victor.khodyakov < victor.khodya...@gmail.com> wrote: > I tried also use ODBC connection string from working cpp example

Re: Problem with installing ODBC Driver

2016-06-28 Thread victor.khodyakov
I tried also use ODBC connection string from working cpp example: /[Microsoft][Диспетчер драйверов ODBC] Источник данных не найден и не указан драйвер, используемый по умолчанию Unable to connect to the server "DRIVER={Apache Ignite};SERVER=localhost;PORT=10800;CACHE=Person". Check that the server

Re: Problem with installing ODBC Driver

2016-06-28 Thread victor.khodyakov
I tried but it doesn't work, with local Ignite node started manually nor when it is stopped. Ignite log shows nothing, I believe ODBC didn't even start Ignite. We use Tableau 9.3.3 64-bit Here is Tableau error message:/ Failed to establish connection with the host. Unable to connect to the server

Re: Problem with installing ODBC Driver

2016-06-28 Thread Igor Sapego
vinisman wrote > Igor, now i successfully build a driver and run ODBC examples. But the > next step i need to plug Tableau Desktop to Apache Ignite. Tableau can do > it only with the help of DSN. Is it possible to tune Windows DSN in proper > way ? I believe you can connect Tableau to Ignite witho

Re: Problem with installing ODBC Driver

2016-06-27 Thread Igor Sapego
Also, please properly subscribe to the user list (this way we will not have to manually approve your emails). All you need to do is send an email to “ user-subscr...@ignite.apache.org” and follow simple instructions in the reply. Best Regards, Igor On Mon, Jun 27, 2016 at 3:06 PM, Igor Sapego wr

Re: Problem with installing ODBC Driver

2016-06-27 Thread Igor Sapego
Hello, Currently, our ODBC driver do not support creating of the system DSN. This feature is something we are going to add in future, though only for Windows. Best Regards, Igor -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Problem-with-installing-ODBC-Driver