1 2 Previous Next 16 Replies Latest reply on Jul 25, 2017 9:12 AM by uuliver Go to original post
      • 15. Re: what about the error means
        van.halbert

        The error:   TEIID31070 Empty model;There are no tables, procedures or functions defined in this model MM

        suggest that one of the filtering (e.g., tableTypes, schemaPattern, excludeTables, etc.) properties was changed.   The  useQualifiedName  isn't a filtering type property, it controls how the table or column is referenced in the metadata.

         

        Can you try this, remove all the importer.x properties and then only use these 3:

         

        <property name="importer.tableTypes" value="TABLE"/>

        <property name="importer.schemaPattern" value="EPDM"/>

        <property name="importer.useFullSchemaName" value="true"/>

        • 16. Re: what about the error means
          uuliver

          but i need this property

          <property name="importer.excludeTables" value="(?!(A1|CD)).*"></property>

          1 2 Previous Next