[JBoss JIRA] Moved: (TEIIDDES-432) More specific error message should be thrown in SQL Explorer if the Connector Type doesn't exist in the Designer
by Van Halbert (JIRA)
[ https://jira.jboss.org/browse/TEIIDDES-432?page=com.atlassian.jira.plugin... ]
Van Halbert moved JBEDSP-1219 to TEIIDDES-432:
----------------------------------------------
Project: Teiid Designer (was: JBoss Enterprise Data Services Platform)
Key: TEIIDDES-432 (was: JBEDSP-1219)
Fix Version/s: Future
(was: Future Versions)
> More specific error message should be thrown in SQL Explorer if the Connector Type doesn't exist in the Designer
> ----------------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-432
> URL: https://jira.jboss.org/browse/TEIIDDES-432
> Project: Teiid Designer
> Issue Type: Feature Request
> Reporter: Debbie Steigner
> Fix For: Future
>
>
> Customer checked out their VDB and models from the Repository into the 5.5.4 Designer (they recently upgraded from 5.5.0). The VDB status says "The virtual database is ready to execute." in the designer. But when you execute, an error is thrown "Failed to deploy the VDB into DQP error".
> The log file does not have any further information but the error message. It was discovered that the 5.5.0 VDB contained a connector binding of a custom connector type that had not yet been imported into the new Designer installation. We should have given a more descriptive error message, such as "Connector Type doesn't exist"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (TEIIDDES-419) Create notion of Set Default Server action to be used for VDB execution and Preview
by Barry LaFond (JIRA)
Create notion of Set Default Server action to be used for VDB execution and Preview
-----------------------------------------------------------------------------------
Key: TEIIDDES-419
URL: https://jira.jboss.org/jira/browse/TEIIDDES-419
Project: Teiid Designer
Issue Type: Sub-task
Components: VDB & Execution, Views
Affects Versions: 7.0
Reporter: Barry LaFond
Assignee: Barry LaFond
Priority: Blocker
Fix For: 7.0
Because ability to have multiple servers in Designer for 7.0 AND the requirement to utilize VDB's for both preview and execution AND the fact that VDB's require a "Server" to be deployed and queried from, its become apparent that we need a notion of a "Default" server from which these actions are performed.
1) Create a "Set Default Server" action
2) Persist this server (can be null) with the Server Manager
3) Decorate this "Server" in Connectors View differently than other servers
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (TEIIDDES-235) Order of operations problem in Designer
by Mark Drilling (JIRA)
Order of operations problem in Designer
---------------------------------------
Key: TEIIDDES-235
URL: https://jira.jboss.org/jira/browse/TEIIDDES-235
Project: Teiid Designer
Issue Type: Bug
Components: Transformations
Affects Versions: 6.0.0
Reporter: Mark Drilling
The following query when entered into the transformation editor:
select * from dips_view.cards LEFT OUTER JOIN CramerXRefData.CardTypes ON card = CardTypes.DIPS_CardType AND CramerXRefData.CardTypes.DIPS_ELEMTYPE IS NULL
OR card = CardTypes.DIPS_CardType AND CramerXRefData.CardTypes.DIPS_ELEMTYPE = device_pk
is parsed as;
SELECT
*
FROM
DIPS_View.Cards LEFT OUTER JOIN CramerXRefData.CardTypes ON ((CARD = DIPS_CARDTYPE) AND (DIPS_ELEMTYPE IS NULL)) OR ((CARD = DIPS_CARDTYPE) AND (DIPS_ELEMTYPE = Device_PK))
The ordering of different variations of CompoundCriteria are not preserved correctly.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months