Hi, You used ODBC through C# to create table with CREATE TABLE command, right? If this is the case, then this is a known issue [1] for Ignite 2.3, which, I assume you are using. The issue already fixed and the patch was merged to master. As a workaround, you may try using other Ignite release, like 2.2, use nightly build [2], or use source code of the Ignite from the master branch.
[1] - https://issues.apache.org/jira/browse/IGNITE-6765 [2] - https://builds.apache.org/view/H-L/view/Ignite/job/Ignite-nightly/lastSuccessfulBuild/ Best Regards, Igor On Wed, Nov 15, 2017 at 12:28 AM, [email protected] < [email protected]> wrote: > This should be super simple... > > Started 2 nodes from the command line, they saw each other and now show > servers=2. Completely default configuration. > > Installed the ODBC Driver and set up a DSN. > > Started a C# app to open a connection and issue a create table sql > statement. > > It fails with "Failed to find query with ID:[xx]" where xx is the number of > attempts since the node started. > > Poured thru the docs and google to no avail. > > Help? > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
