• Teiid Release Procedure

    Once the release criteria have been met, which will minimally include no test failures and no unresolved issues, the following can be used from your current working copy to create the target release.   Documenta...
    Profile Photo
    last modified by shawkins
  • store procedure teiid

    Good morning,     STORE SQL PROCEDURES     I have three tables: the first table has the file name:     FILE table: fileid first name DATE OUTCOME     the second table h...
    Profile Photo
    last modified by glprobot
  • Issues connecting Jboss DV to Hive source.  Wrong Driver Class is the error.

    Hello All,   I'm trying to connect my Jboss DV to Hive using Jboss Developer Studio.   - Jboss Developer Version: 9.1.0.GA - Redhat Jboss EAP 6.1+ - Teiid-engine-8.12.5.redhat-8 - Hive Driver - hive-jdb...
    Profile Photo
    last modified by srinath0533
  • DevStudio Issue after started - "Searching runtimes...."

    Hello All,   Everytime i start the Devstudio i see an error while updating the project wizard.     ERROR MESSAGE: An internal error occurred during: "Searching runtimes...".   Exception Stack...
    Profile Photo
    last modified by srinath0533
  • A "How To" Guide For Materialization (caching) Views In Teiid

    Teiid supports various kinds of caching Caching of final results of a user query, called result set caching. Caching contents of a virtual table, called "materialized views". The queries written using this virtual...
    Profile Photo
    last modified by rareddy
  • Quickstart example with Dockerized Teiid

    Starting with version 8.10, Teiid team has released a Docker image for Teiid runtime. You can download the Teiid Docker image from Docker Hub. In this article, I will take you through the same Quick Start example that...
    Profile Photo
    last modified by rareddy
  • OData_Issue_0201.docx

    Profile Photo
    last modified by sagarika1in
  • How to implement Kerberos authentication with a Simple REST Web App

    In this "how to" guide I will go over the steps I took to make Kerberos authentication work with a Simple REST based webapp. My setup includes two laptop machines running Fedora OS. They both are connected to my wirel...
    Profile Photo
    last modified by rareddy
  • Kerberos Authentication to HortonWorks Platform (HDP) from Teiid

    In this article, I will provide step by step "how to" instructions to use Kerberos authentication from Teiid to HDP platform. It is expected that the user has knowledge about Kerberos authentication and have gathered ...
    Profile Photo
    last modified by rareddy
  • Integrate Apache Solr with Teiid

    In this article, I will walk through an example, where I will show to move some data from CSV file into Apache Solr using Teiid. Then issue queries to Apache Solr, to get the contents of search using Teiid.  Once...
    Profile Photo
    last modified by jason.marley
  • Patterns

    JDBC;DRIVER={org.teiid.jdbc.TeiidDriver}; URL={jdbc:teiid:@mm://:30000}; driver=org.teiid.jdbc.TeiidDriver driverFile="teiid-client-7.7.7-hotfix.jar";MSTR_JDBC_JAR_FOLDER=C:\dev\Jars;     JDBC;DRIVER=org...
    Profile Photo
    last modified by sanjay_chaturvedi
  • Teiid 8.13 Wildfly kit Test

    Item Content Note Install from source $ cd teiid $ mvn clean install -Dmaven.test.skip=true -P release -Dmaven.javadoc.skip=true -s settings.xml $ cd build/target/ $ unzip teiid-8.13.0.Alpha2-SNAPSHOT-wildfly-serv...
    Profile Photo
    last modified by kylin
  • Kerberos Authentication to Oracle from Teiid

    In this article I will provide step by step "how to" instructions to use Kerberos authentication from Teiid. It is expected that the user has knowledge about Kerberos authentication and have gathered all the necessary...
    Profile Photo
    last modified by rareddy
  • Expose Twitter data in Teiid, using OAuth Authorization

    I do expect the users who is reading the article have fair knowledge of Teiid, in terms of what is resource adapter, what is VDB, how to connect to VDB etc. If you are new Teiid, I suggest going through one of the qui...
    Profile Photo
    last modified by m.ardito
  • Connecting to Oracle using JDBC OCI Driver in WildFly

    This article will show you how to connect to Oracle using OCI driver instead of the THIN driver. OCI Driver is a Type 2 driver which uses Oracle's OCI layer thus depends upon the native libraries. Where as a THIN driv...
    Profile Photo
    last modified by rareddy
  • Teiid_Parameter.png

    global.access.content.type.-I am trying to install a version of Teiid 9.0.0 in master-slave clustered environment. I followed the check list installation which  I followed for 8.1.3 but I can't set the Teiid module.  Which installation process I...
    Profile Photo
    last modified by sbalconi
  • JDBC/ODBC SSL connection using self-signed SSL certificates with Teiid

    When you are operating in a secure environment, you need to think about mutual authentication with the server you connecting to and also encrypt all the messages going back and forth between the client and server. In ...
    Profile Photo
    last modified by rareddy
  • Teiid Eclipse Legacy SVN Dev Environment Set Up and Building Runtime Artifacts

    This page details how to setup an Eclipse development environment for Teiid 7.x - it is not applicable to later Teiid versions.   Pre-Requisites  JDK 1.6 should be installed http://java.sun.com Maven2 sho...
    Profile Photo
    last modified by shawkins
  • Data Source / Translator / Designer Import Option Matrix

    WARNING this article is out of date - please refer to more recent documentation.   The matrix indicates for a given data source how a model can be created (Desginer Import Option) and how the data source is inte...
    Profile Photo
    last modified by shawkins
  • Deploying VDB in Teiid

    WARNING this article is out of date - please refer to more recent documentation.   A VDB is the primary means to define a Virtual Database in Teiid. A user can create a VDB using Teiid Designer or follow these i...
    Profile Photo
    last modified by shawkins