Log in to follow, share, and participate in this community.
Thread Changing Schema names in VDB
Changing Schema names in VDBHi All, I am new to Teiid VDB JBOSS development. I have a VDB created and deployed in Dev environment, this is connecting DB2 database in underlying datasource. The DEV DB has a schema name like DEVDB01. This deploy...
Thread Teiid spring boot exposing OData and also other rest controllers
Teiid spring boot exposing OData and also other rest controllersHi, I want to expose OData4 in my microservice, and also expose other endpoints which doesn't related to OData(for example - Spring boot actuator endpoints like health check) I defined server.context-path: /a...
Thread Issue with REST web service for specific calls (TEIID30151)
Issue with REST web service for specific calls (TEIID30151)Hi all, I'm using an existing Teiid 10 instance to retrieve data using automatically created statements from an Oracle database and a REST web service. Based on the created query, it works or creates this erro...
11.2.2 release date?Is there a planned release date for 11.2.2? There are a couple of fixes I want, and work prefers that I use a release version (instead of building it). Thanks for a great product and great support! ...
Teiid does not present view as EntityTypeHi, I am using Teiid in order to expose Postgres view inside Salesforce. Beside this view I have created few tables. When accessing the $metadata endpoint I can see all the tables as entity types but I can't...
Programatically design VDBHi everyone, I am currently planning to build a tool integrated with Ontop, an Ontology-Based Data Access framework, following this tutorial continued to this (no teiid part yet) and this (talking about teiid)...
Thread Creating virtual view above multiple schemas(not public) in Postgres
Creating virtual view above multiple schemas(not public) in PostgresHi, I am using Teiid-spring-boot starter in order to expose OData4 in my spring boot app. My app is a microservice, used to aggregate relevant data from multiple Postgres dbs and expose it with OData. I don'...
MySQL TinyIntWe are using Teiid embedded and we recently upgraded to Teiid 10 I have a mysql table column of type tinyint(4) When fetching the corresponding table, we are getting a Byte value as result. It uses to return an int...
Thread How to handle the validation, exception and pass it to end user?
How to handle the validation, exception and pass it to end user?I would like to handle the following items in my VDB and send the proper odata message to the end user (Salesforce) 1. if there is no data found 2. Timeout message 3. Any error while processing the data
Transaction support in MongoDB 4Hello, MongoDB added multi document transactions in release 4.0. When is Teiid going to support transactions for MongoDB? Regards, Anto
Unit for teiid bufferWhat is the unit for the following configuration item? max-buffer-space I assumed it would GB, but i'm not sure since documentation is lacking. Reason I need this to be a higher value is I get the following ...
Thread Consumed webservice not showing all records
Consumed webservice not showing all recordsI consumed an OData webservice using invokeHTTP and then the procedure to get the results. This works fine, however I only get 1000 results. When I manually curl the webservice I get 1000 records and at the end a sk...
Thread Teiid REST call using dynamic authentication
Teiid REST call using dynamic authenticationHi, I am new in Teiid. I try to create a REST connection in VDB, and then using java I'll access it to get the data. I am using "teiid-10.2.1-wildfly-server". Using eclipse designer tool I create connection an...
Permission denied for relation XHi everyone, I am currently trying to recreate this tutorial with Ontop but I failed already without having to connect it to the Ontop. Basically I just create a VDB with 2 PostgreSQL JDBC. I can query the f...
Teiid Designer VDB vs the Dynamic VDBBased on the environment I have to change Rest API endpoint as well as the authorization (bearer token key and the value). How to do that? I see everything in the Dynamic VDB xml file. 1. Please let me know how to...