[JBoss JIRA] (TEIIDDES-2178) Teiid Connection importer by default only waits for 120 seconds for schema
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2178?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-2178.
----------------------------------
This is done. There is an option to make the timeout longer on the advanced tab in teiid connection importer. (TD 10.0.1)
You can even set the timeout to 0, which means no timeout.
(TD jira clean up)
> Teiid Connection importer by default only waits for 120 seconds for schema
> --------------------------------------------------------------------------
>
> Key: TEIIDDES-2178
> URL: https://issues.jboss.org/browse/TEIIDDES-2178
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Import/Export
> Affects Versions: 8.4, 8.3.2
> Reporter: Ramesh Reddy
> Assignee: Mark Drilling
> Fix For: 8.5
>
>
> When using the Teiid connection importer it sends the query to the server and waits for up to 120 seconds for server to return metadata. If the server returned data it is fine, otherwise it fails.
> Some times when working with larger metadata or slower connections it may take more than 120 seconds, the UI should give user an option to terminate or wait for another +n of seconds.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (TEIIDDES-1636) Unable to create multiple source functions under one physical model in Teiid Designer
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1636?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-1636.
----------------------------------
This is a duplicate and I verified that this works in TD 10.0.1.
(TD jira clean up)
> Unable to create multiple source functions under one physical model in Teiid Designer
> -------------------------------------------------------------------------------------
>
> Key: TEIIDDES-1636
> URL: https://issues.jboss.org/browse/TEIIDDES-1636
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling
> Affects Versions: 7.7
> Reporter: Debbie Steigner
> Assignee: Johnathon Lee
> Fix For: 7.7.3
>
> Attachments: CreatePushdownFunctionAction.java.patch
>
>
> Unable to create multiple source functions under one physical model in EDS Teiid Designer. I want to create multiple source functions say LTRIM, RTRIM, TRUNC etc under one physical model and noticed that once I create the first source function by using (right click on model name -> New Child -> Create Source Function) the "Create Source Function" menu item is no longer available to create others.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (TEIIDDES-1632) validation problems with trim and concat used together - 7.7.x
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1632?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-1632.
----------------------------------
I verified that this works with TD 10.0.1, closing the issue (TD JIRA clean up)
> validation problems with trim and concat used together - 7.7.x
> --------------------------------------------------------------
>
> Key: TEIIDDES-1632
> URL: https://issues.jboss.org/browse/TEIIDDES-1632
> Project: Teiid Designer
> Issue Type: Bug
> Components: Validation
> Affects Versions: 7.7
> Reporter: Johnathon Lee
> Assignee: Johnathon Lee
> Fix For: 7.7.3
>
> Attachments: Trimtest.zip
>
>
> Using the latest JBDS 5.0 and the attached simplified Model Project Set (Trimtest.zip).
> On the view model CCH_V.memmasV change the transformation to [1] and perform a Save/Validate. It will be rewritten to [2] and give a parsing error.
> [1]
> SELECT
> ltrim(Memb.LSTNAM) || ', ' || trim('foo') ||' '|| trim(Memb.MIDNAM) AS MEMBER_NAME
> FROM
> CCH.MEMMAS AS Memb
> [2]
> SELECT
> ((((ltrim(Memb.LSTNAM) || ', ') || trim( FROM )) || ' ') || trim( FROM Memb.MIDNAM)) AS MEMBER_NAME
> FROM
> CCH.MEMMAS AS Memb
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (TEIIDDES-2903) Unable to edit added column during table creation
by stanislav kaleta (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2903?page=com.atlassian.jira.plu... ]
stanislav kaleta updated TEIIDDES-2903:
---------------------------------------
Steps to Reproduce:
1. right-click relational view model -> add child -> table...
2. selects "Columns" tab
3. click "Add" button
4. try to edit just added column.
- no "Edit..." button is present like in other dialogs, e.g. Parameters in Procedures
- cell is not editable
was:
1. right-click relational view model -> add child -> table...
2. selects "Columns" tab
3. click "Add" button
4. try to edit just added column.
- no "Edit..." button is present (like in other dialogs e.g. Parameters in Procedures)
- cell is not editable
> Unable to edit added column during table creation
> -------------------------------------------------
>
> Key: TEIIDDES-2903
> URL: https://issues.jboss.org/browse/TEIIDDES-2903
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dialogs
> Affects Versions: 10.0.1
> Reporter: stanislav kaleta
>
> Unable to edit added column during table creation
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (TEIIDDES-2903) Unable to edit added column during table creation
by stanislav kaleta (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2903?page=com.atlassian.jira.plu... ]
stanislav kaleta updated TEIIDDES-2903:
---------------------------------------
Steps to Reproduce:
1. right-click relational view model -> add child -> table...
2. selects "Columns" tab
3. click "Add" button
4. try to edit just added column.
- no "Edit..." button is present like in other dialogs e.g. Parameters in Procedures
- cell is not editable
was:
1. right-click relational view model -> add child -> table...
2. selects "Columns" tab
3. click "Add" button
4. try to edit just added column.
- no "Edit..." button is present like in other dialogs, e.g. Parameters in Procedures
- cell is not editable
> Unable to edit added column during table creation
> -------------------------------------------------
>
> Key: TEIIDDES-2903
> URL: https://issues.jboss.org/browse/TEIIDDES-2903
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dialogs
> Affects Versions: 10.0.1
> Reporter: stanislav kaleta
>
> Unable to edit added column during table creation
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (TEIIDDES-2903) Unable to edit added column during table creation
by stanislav kaleta (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2903?page=com.atlassian.jira.plu... ]
stanislav kaleta updated TEIIDDES-2903:
---------------------------------------
Steps to Reproduce:
1. right-click relational view model -> add child -> table...
2. selects "Columns" tab
3. click "Add" button
4. try to edit just added column.
- no "Edit..." button is present (like in other dialogs e.g. Parameters in Procedures)
- cell is not editable
was:
1. right-click relational view model -> add child -> table...
2. selects "Columns" tab
3. click "Add" button
4. try to edit just added column.
- no "Edit..." button is present like in other dialogs e.g. Parameters in Procedures
- cell is not editable
> Unable to edit added column during table creation
> -------------------------------------------------
>
> Key: TEIIDDES-2903
> URL: https://issues.jboss.org/browse/TEIIDDES-2903
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dialogs
> Affects Versions: 10.0.1
> Reporter: stanislav kaleta
>
> Unable to edit added column during table creation
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months