]
Barry LaFond moved TEIIDDES-2498 to TEIID-3469:
-----------------------------------------------
Project: Teiid (was: Teiid Designer)
Key: TEIID-3469 (was: TEIIDDES-2498)
Issue Type: Bug (was: Enhancement)
Affects Version/s: 9.0
(was: 9.0)
Workaround Description: Edit the NIS properties in the DDL by hand to replace the
"." delimiters with ":"
Component/s: (was: Import/Export)
Incorrect DDL Schema when importing from Teiid Data Source Connection
using Informix translator
-----------------------------------------------------------------------------------------------
Key: TEIID-3469
URL:
https://issues.jboss.org/browse/TEIID-3469
Project: Teiid
Issue Type: Bug
Affects Versions: 9.0
Reporter: Bruno Machado
Assignee: Barry LaFond
Labels: ddl, designer, informix, schema, teiid
When importing from Teiid Data Source Connection using an Informix Translator, an
incorrect schema DDL is set as
"catalog"."schema"."table-name" instead of
"catalog":"schema"."table-name", the delimiter between
catalog and schema is set to '.' but Informix uses ':'.
The '.' character must be replaced by a ':' between catalog and schema
name when importing from Teiid Data Source Connection using Informix translator.
useCatalogName attribute could be set to false as a workaround to this and ignore the
occurance of "catalog".