Version 2

    Highlights

     

    Teiid Designer 9.2 introduces the following notable changes and features


     

    9.2 Users Guide

     

    Download and Install 9.2


    Support for Importing Dynamic VDBs

     

    TEIIDDES-2343

     

    The Import/Export Dynamic VDB functionality was implemented to support converting between both types of Teiid VDB artifacts.  In this feature the user is expected to import their *-vdb.xml file into their workspace via drag-n-drop of Eclipse's Import > General > File System action.

     

    Once in your workspace, simply:

     

    Step 1: select the dynamic VDB and right-click select Modeling > Generate VDB Archive and Models action.

    generate-archive-vdb-action.png

    Step 2: The first page of the wizard displays the file name, VDB name within the *-vdb.xml file and the XML file contents. Click Next > to continue.

    generate-vdb-archive-page-1.png

    Step 3: On the second page, change any applicable VDB properties, verify your source and view model names and click Generate.

        • This will generate *.xmi model files representing the DDL model metadata from your dynamic vdb.
        • This will generate a *.vdb archive file containing copies of your *.xmi models as well as the indexed metadata files (*.INDEX files)

    generate-vdb-archive-page-2.png

    Step 4: Click Finish and view the models and *.vdb in your project

    generated-vdb-and-models-from-xml.png

     


    Support for Exporting Dynamic VDBs


    TEIIDDES-2401

     

    The Import/Export Dynamic VDB functionality was implemented to support converting between both types of Teiid VDB artifacts.  In this feature the user converts their local *>vdb archive file into a *-vdb.xml file in their workspace.

     

    Step 1: select the archive VDB in the Model Explorer tree and right-click select Modeling > Generate Dynamic VDB action.

    generate-dynamic-vdb-action.png

    Step 2: specify a unique VDB name (Default is the name in the archive), location, *-vdb.xml file name and set desired output options. Select Next >.

    generate-dynamic-vdb-page-1.png

    Step 3: click the Generate button to generate the dynamic VDB xml. File contents is now displayed in the text viewer. Click Finish

    generate-dynamic-vdb-page-2.png

    You can now select and view your new dynamic VDB file in your favorite XML editor or system text file viewer.

    generated_dynamic_vdb_file.png