Ok,

This is an another bug, related to escaped table names. See [1].

I'm working on it currently. Meanwhile you can use tables without
underscores in names as a workaround.

[1] - https://issues.apache.org/jira/browse/IGNITE-10009

Best Regards,
Igor


On Thu, Oct 25, 2018 at 10:13 AM wt <waynethe...@gmail.com> wrote:

> hi
>
> here is the odbc log file
>
> odbc.log
> <http://apache-ignite-users.70518.x6.nabble.com/file/t1892/odbc.log>
>
> My server configuration
>
>   <igniteConfiguration
> xmlns="http://ignite.apache.org/schema/dotnet/IgniteConfigurationSection";>
>     <discoverySpi type="TcpDiscoverySpi">
>       <ipFinder type="TcpDiscoveryStaticIpFinder">
>         <endpoints>
>           <string>127.0.0.1:47500..47509</string>
>         </endpoints>
>       </ipFinder>
>     </discoverySpi>
>     <dataStorageConfiguration>
>       <defaultDataRegionConfiguration name="defaultregion"
> maxSize="124288000"/>
>       <dataRegionConfigurations>
>         <dataRegionConfiguration name="DiskPersisted"
> persistenceEnabled="true" maxSize="524288000" evictionThreshold="0.85"  />
>         <dataRegionConfiguration name="Memonly" persistenceEnabled="false"
> maxSize="524288000" evictionThreshold="0.9"/>
>       </dataRegionConfigurations>
>     </dataStorageConfiguration>
>   </igniteConfiguration>
>
>
> i have 1 table i am trying to view
>
> {
>   "tablename": "ESG_Focus",
>   "fields": [
>     {
>       "name": "COMPANYID",
>       "datatype": "java.lang.Integer"
>     },
>     {
>       "name": "ESG_FOCUS_ITEM",
>       "datatype": "java.lang.String"
>     },
>     {
>       "name": "ESG_FOCUS_VALUE",
>       "datatype": "java.lang.String"
>     },
>     {
>       "name": "ID",
>       "datatype": "java.util.UUID"
>     },
>     {
>       "name": "RECORD_VALID_FROM",
>       "datatype": "java.sql.Timestamp"
>     },
>     {
>       "name": "RECORD_VALID_TO",
>       "datatype": "java.sql.Timestamp"
>     }
>   ],
>   "indexinfo": []
> }
>
>
>
>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to