]
Barry LaFond updated TEIIDDES-2832:
-----------------------------------
Fix Version/s: 10.0.1
(was: 10.0.2)
Unable to preview imported SF model
-----------------------------------
Key: TEIIDDES-2832
URL:
https://issues.jboss.org/browse/TEIIDDES-2832
Project: Teiid Designer
Issue Type: Bug
Components: Dynamic VDBs
Affects Versions: 10.0
Reporter: Mark Drilling
Assignee: Barry LaFond
Fix For: 10.0.1
Attachments: server.log
Import from salesforce using SF importer, then attempt to preview Account table, results
in the attached server.log exception.
The dynamic VDB content:
<vdb name="PREVIEW-f118338c-1837-4973-ae81-61092ac55eb9"
version="1">
<description>Importer VDB</description>
<property name="UseConnectorMetadata" value="true" />
<property name="deployment-name"
value="PREVIEW-f118338c-1837-4973-ae81-61092ac55eb9-vdb.xml" />
<model name="SFModel" type="PHYSICAL"
visible="true">
<source name="SFModel" translator-name="salesforce"
connection-jndi-name="null" />
<metadata type="DDL"><![CDATA[
CREATE FOREIGN TABLE Account (
Id string(18) NOT NULL OPTIONS(NAMEINSOURCE 'Id', NATIVE_TYPE 'id',
"teiid_sf:Defaulted on Create" 'TRUE'),