Forum Going Read-OnlyThis forum will shortly be read-only. Please create new topics on StackOverflow. For now we'll just use the teiid tag for all topics.
Thread Teiid standalone - SQL Server insert into error
Teiid standalone - SQL Server insert into errorWe are encountering an error when using insert into select under SQL Server. The source table and the destination table are from 2 different databases under the same SQL Server. The exception is reproduced in the me...
Thread Teiid: How convert the existing vdb to DDL?
Teiid: How convert the existing vdb to DDL?Hi All, I am new to JDV development and I appreciate your help to learn and grow. 1. How to convert the exisiting vdb to ddl? (any steps in JBOSS TEIID environment)? 2. How to include it Spring Boot a...
How to get metadata for View in db?Hi, All Can you help me with teiid-spring-boot and teiid-odata? 1. We have vertica db and jdbc connection for it. 2. teiid-spring-boot project with teiid-odata How we can get metadata for vertica Views? No...
create XA datasource for hiveHi, I am using teiid admin api 10.x . I need to setup connection with hive using XA datasource, Can you add an example how to connect with hive using xa datasource. Thanks, Kulbhushan Chaskar
Access return header invokeHttpFor a REST web service I want to consume I want to use pagination. However, for this specific web service this data is provided with by the return header. Is there someway to access this information using invokeHttp? ...
Support for OData complex types?How can we provide/implement our own complex types when exposing an OData API from Teiid? For example, if I have a Postgresql table which has two underlying column names "PUBLISH_DATE_START" and "PUBLISH_DATE_...
Thread How to execute a virtual procedure from PHP?
How to execute a virtual procedure from PHP?Hi, I'm trying to run a script enclosed within a BEGIN and END block from PHP. I'm using the pg_* functions to do this. I've also tried the odbc_* functions which result in the same error. pg_query for...
Teiid Error VDB Mysql<brCREATE VIEW tbl_permissions (
id string,
slug timestamp,
name string
) AS
SELECT A.id, A.slug, C.name
FROM Accounts.tbl_permissions A;
]]> This is error when trying to connect with Mysql VDB ...
Teiid Spring Boot - JDBC connection?Hi Guys, After implementing a solution that has worked for us for a bit more than a year using Teiid Designer & Teiid on wildfly, I am thinking about updating said application. I am inclined to go with the Teiid...
Thread Does teiid-engine-9.1.1 jar required proj4j-0.1.0
Does teiid-engine-9.1.1 jar required proj4j-0.1.0Hi Team , We are using teiid-engine-9.1.1 jar in one of my project and we are getting the proj4j-0.1.0 jar as a dependency in my project. Does teiid-runtime-9.1.1 required proj4j-0.1.0 jar ?. Someone can help...
Dynamic DatasourceHi, I have a requirement to add datasource that needs to keep updating if any new table is creating or table modified in source database. Basically they want this VDB to be a gateway for multiple datasource each of ...
TEIID request is getting terminatedI am trying to insert larget number of records in Mysql database via TEIID and my request is getting cancelled. Below is a complete stacktrace. The request gets cancelled after inserting 5-7 Lakh records in sing...
Thread Does Teiid MongoDb has Pushdown Query capability
Does Teiid MongoDb has Pushdown Query capabilityHi I am trying Teiid to query MongoDb, the data base has 1.5M document but with indexes. My query took a long time to return data even with accessing by indexed key fields. Teiid seems to retrieve all data from DB and...
How to change Teiid portsWe have an issue on running Teiid docker server which use port 8080 as http service port, but another application service already using it. How can we change Teiid to listening at different port for http service? or h...