Log in to follow, share, and participate in this community.
Thread TEIID30504 File not found
TEIID30504 File not foundHi everyone, I really need help from anyone since I've been stuck in this problem for a while. I got one CSV file as a data source and I want to access it using the Java code that I have defined all th...
Thread Multi-Inserts & Transactions via Batch Request
Multi-Inserts & Transactions via Batch RequestHello, I have two questions about OData in connection with the Teiid / WildFly 11. 1) In my case the Teiid is connected to a database of a MariaDB Server 10.2 or alternatively to a MS SQL Server 2017. ...
Odd Casting ExceptionHi all. I am 100% sure I am doing something stupid here, but I cannot for the life of me see what. I have a very simple XLS-based table deployed in Teiid 11.2.2.: <model name="Inspections"&g...
Scraping Teiid metrics with PrometheusHello together, I recently read this article about future development of Teiid https://teiid.io/blog/post-11-20-18/ and I am wondering if Teiid Wildfly in the meantime provides a metrics interface to be scraped...
Active Directory DatasourceHi all. I'm in the process of setting up a Teiid server between two domains, such that it can perform analysis of users and permissions between the two domains. The installation went well, but I have been unab...
Thread Howto set useCursorFetch=true in XA datasource
Howto set useCursorFetch=true in XA datasourceHello together, following the description here MySQL Translators · GitBook I am trying to set the useCursorFetch property on a XA datasource. Unfortunately I have not found a description yet how to do this. I so...
Thread java.lang.NullPointerException when calling a stored procedure via Teiid
java.lang.NullPointerException when calling a stored procedure via TeiidHello together, I am currently trying to get stored procedures via odata working. I am not sure if I am doing something wrong or if I am hitting a bug in TEIID. I ran into one issue as described below and have a coup...
Thread With Teiid data vartulization; how to connect to google cloud bucket?
With Teiid data vartulization; how to connect to google cloud bucket?I am new to teiid, In our project we are using teiid to connect to different databases. we have new requirement to connect to google cloud bucket Is there any driver or translator provided by teiid which we can use ...
Thread Subquery - Planning error. Could not find symbol
Subquery - Planning error. Could not find symbolI have an issue happening on a specific query containing subquery joins and I am getting the exception: org.teiid.core.TeiidRuntimeException: Planning error. Could not find symbol... if I remove one join from ...
Thread timestamp fields fetch error with Cassandra
timestamp fields fetch error with CassandraI am getting the below error when fetching a Cassandra table containing a column of type timestamp ERROR TEIID_CONNECTOR_LOGGER:92 (Worker1_QueryProcessorQueue117) - - [Connector worker process failed fo...
AdminAPI, Resource Adapter per ConnectionWe are connecting to Cassandra through Teiid. Unlike AdminConsole, we are not able to add a connection-definition via AdminAPI to an existing Resource Adapter. So we have to create a Resource Adapter for each new Ca...
Thread Teiid 12.1.0 Reading from Infinispan 9.4.9.Final
Teiid 12.1.0 Reading from Infinispan 9.4.9.FinalHi all, I have some issues in reading from a remote Infinispan cache. I can read the remote cache by using a simple main Java application, settings properly server host:port, and the cache name. Here i...
SQL Error for time with millisecondHi, I have a problem running the following SQL on Teiid: select Sum("column_int") as "Sum_column_int", "column_time" from "FoodmartDataSourceJNDI_public"."tablewithalltypes" where ("column_time" between '02...
How to define relationships for viewsHi I am a bit new to JDV and I am trying to create a VDB from a set of views in a Greenplum DB. I have a view layer that has views like sales, customer and product. These are not tables but views with some filters et...
Thread howto teiid odata v4 with "any" query in expand statement
howto teiid odata v4 with "any" query in expand statementHello together, I have some trouble to get a query working, maybe someone can help me with the syntax I have two Tables here Diary - idDiaryEntry -fkIdProductCode (which is the foreignKey to t...