[
https://issues.jboss.org/browse/TEIIDDES-3084?page=com.atlassian.jira.plu...
]
Van Halbert edited comment on TEIIDDES-3084 at 6/6/17 9:48 PM:
---------------------------------------------------------------
Going thru the Teiid Connection importer, the Advanced tab shows:
{code}
<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
<vdb name="importVDB" version="1">
<description>Importer VDB</description>
<property name="UseConnectorMetadata" value="true" />
<property name="deployment-name" value="importVDB-vdb.xml" />
<model name="importVDBSrcModel" type="PHYSICAL"
visible="true">
<source name="importVDBSrcModel"
translator-name="infinispan-hotrod"
connection-jndi-name="java:/infinispanDS" />
</model>
</vdb>
{code}
The server log shows this message:
21:42:46,276 WARN [org.teiid.RUNTIME] (teiid-async-threads - 3) TEIID50036 VDB
importVDB.1 model "importVDBSrcModel" metadata failed to load. Reason:TEIID25011
There are three ways to import the metadata,
1) Define "importer.ProtoFilePath" to read from a local .proto file.
2) Define "importer.ProtobufName" property to define .proto file name, when
reading the .proto file from the Infinispan Cache directly.
3) Define the schema using DDL, then use also the "NATIVE" metadata repository
to convert DDL into .proto file
was (Author: van.halbert):
The server log shows this message:
21:42:46,276 WARN [org.teiid.RUNTIME] (teiid-async-threads - 3) TEIID50036 VDB
importVDB.1 model "importVDBSrcModel" metadata failed to load. Reason:TEIID25011
There are three ways to import the metadata,
1) Define "importer.ProtoFilePath" to read from a local .proto file.
2) Define "importer.ProtobufName" property to define .proto file name, when
reading the .proto file from the Infinispan Cache directly.
3) Define the schema using DDL, then use also the "NATIVE" metadata repository
to convert DDL into .proto file
Support modeling of a JDG 7.1 data source using new
translator/connector
------------------------------------------------------------------------
Key: TEIIDDES-3084
URL:
https://issues.jboss.org/browse/TEIIDDES-3084
Project: Teiid Designer
Issue Type: Enhancement
Components: Modeling
Reporter: Van Halbert
Add the ability to model a JDG 7.1 data source using new Teiid connector/translator
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)