Victor, What is your node config? Have you enabled ODBC on the node side? There should be those lines in your config:
<!-- Enabling ODBC. --> <property name="odbcConfiguration"> <bean class="org.apache.ignite.configuration.OdbcConfiguration"></bean> </property> Best Regards, Igor On Tue, Jun 28, 2016 at 8:02 PM, victor.khodyakov < [email protected]> wrote: > 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 is > running and that you have access privileges to the requested database./ > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Problem-with-installing-ODBC-Driver-tp5914p5970.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
