This content has been marked as final.
Show 3 replies
-
1. Re: How to export and import the view model as a DDL with SQL transformation in the teiid designer
jpmat Dec 8, 2015 7:12 AM (in response to govindarajs)Hi
I've observed same behavior because of:
They are some workarounds.
Hope this helps
Jean-Pierre
-
2. Re: How to export and import the view model as a DDL with SQL transformation in the teiid designer
govindarajs Dec 8, 2015 7:46 AM (in response to jpmat)Can you please share the workaround to export and import as DDL?
Currently we are using Teiid Designer 9.2, but where also we are facing DDL Stored procedure import issue, Store Procedure SQL Transformation is empty when we import the DDL back to Teiid Designer 9.2
[TEIIDDES-2699] Issues with Dynamic VDB import/export - JBoss Issue Tracker
Regards
Govindaraj s.
-
3. Re: How to export and import the view model as a DDL with SQL transformation in the teiid designer
jpmat Dec 8, 2015 7:56 AM (in response to govindarajs)For TEIIDDES-2729 Bad export of carriage return in SQL transformation
Workaround is to do remove all carriage returns in middle of SQL query
For TEIIDDES-2741 Concatenation operator || incompatible with import SQL
Workaround is to use Teiid function CONCAT instead of || operator.
HTH