Log in to follow, share, and participate in this community.
Thread Eol of dv
Eol of dvSo sad to hear that DV is no longer available after this Friday.. Amazing to me the behemoth of rh could never capture the success of mmx. The seemingly conscious decisions that derailed the success track is un...
Odata v2 not showing all recordsCurrently I have the following predicament. I have a view that is comprised of multiple other views (10 to be exact). These are joined using a left outer join. The datasource is an oracle database. Whenever I ...
Thread Optimizations / Performance on federated scenarios
Optimizations / Performance on federated scenariosHi Guys, I was testing this amazing platform federating various datasources and I want to know if there is any standard steps to improve the performance on a scenario with multiple datasources. My execution times are ...
Thread Error when running Teiid Server [WildFly 9.x]
Error when running Teiid Server [WildFly 9.x]I am trying to create and run a Teiid instance so that I can import and override some Teiid translators. However, when I try to run the Teiid instance I get this error: 11:27:12,352 ERROR [org.jboss.as.server] (Contr...
Translator override breaks Teiid processWhen trying to override a Teiid translator to enable comments in SQL to go down to the source query (e.g. /*important info*/ SELECT 1 should show up in the source) it breaks the Teiid environment and throws an error s...
DECLARE and SET not working on VDBWe are executing below on VDB: DECLARE @date DateTime SET @date = (SELECT CURRENT UTC TIMESTAMP) SET @date = dateadd(dd,-5, @date) Error Message: [Code: , SQL State: 50000] Remote org.teiid.api.exception.query.QueryPa...
Thread Teiid failed to deploy due to DuplicateRecordExcept
Teiid failed to deploy due to DuplicateRecordExceptWe have a customer try to create virtual data source that is made of three mySQL databases. On occasion, it works, but more often than not, it does NOT work. The error says "Duplicate tables" but there do not se...
teiid.io and dockerHi, At teiid.io I read that docker images can be obtained from https://hub.docker.com/r/teiid/teiid/ . This docker hub page does say "This image is no longer being maintained. Please utilize https://hub.docker...
Thread Unable to query/import multiple json loops for Rest source
Unable to query/import multiple json loops for Rest sourceHello All, Im importing Elastic Search index through Import>Teiid Connection >> Source Model>selected the data datasource Our Elastic Search index source is json file and elastic search is exposte...
Define list of UDF in VDB definitionHi, I am trying to define multiple UDF functions in VDB definition but unable to load multiple UDF at a time, @ VDB Definition - Teiid 9.0 (draft) - Project Documentation Editor it's mentioned that we can defi...
How to speed up TEIID loading.Hello, I have ~ 100 VDBs (most of them are just newer versions of older VDBs). All of them use just one datasource (for simpler example) - postgres database defined in standalone-teiid.xml . Why TEIID standalone (wi...
REST POST and Native QueryHi Teiid Team, 1. The oracle database supports WITHIN GROUP which is not supported by TEIID. 2. So I have written a native query which is already working. I have created CREATE FOREIGN PROCEDURE for it. 3. I...
Thread Jboss DV (Wildfly10.X) integration with ElasticSearch through REST
Jboss DV (Wildfly10.X) integration with ElasticSearch through RESTHello All, I tried to find some information online on Jboss DV integration with ElasticSearch but couldn't find any. Are there any documents or blogs that can help me to understand the Jboss DV integrati...
Impersonate Oracle in the VDBHi! I connect a vdb to oracle data base. I use a service user (or generic user) in the connection. But, I need execute some inserts with impersonate. Is it possible? Thank you. Angel