[JBoss JIRA] (TEIIDDES-3043) Teiid Instance Password not saved
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3043?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-3043:
-----------------------------------
Fix Version/s: 11.2
(was: 11.1)
> Teiid Instance Password not saved
> ---------------------------------
>
> Key: TEIIDDES-3043
> URL: https://issues.jboss.org/browse/TEIIDDES-3043
> Project: Teiid Designer
> Issue Type: Bug
> Components: Teiid Integration
> Affects Versions: 10.0.1
> Environment: JBoss Developer Studio 10.2.0
> JBoss Developer Studio Integration Stack 10.1.0
> Reporter: Cojan van Ballegooijen
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 11.2
>
>
> Upgraded my JBoss Developer Studio 10.2.0 Teiid Designer tooling to 10.1.0 which was released today. Unable to save my Teiid instance password. Everytime I saved the content of the password field was made blank.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (TEIIDDES-3086) Issue when importing Flat files
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3086?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-3086:
----------------------------------------
[~mcouliba] Note that Row delimeter is not the same as "delimeter". Row Delimiter allows appending multiple rows of data in the same string, and I'm pretty sure you can have data/column delimiter the same as row delimiter.
Example might use delimeter = "," and row delimiter = "|"
color, ID, quantity, direction
blue, 1, 3, up | orange, 3, 5, down | red, 4, 11, left
> Issue when importing Flat files
> -------------------------------
>
> Key: TEIIDDES-3086
> URL: https://issues.jboss.org/browse/TEIIDDES-3086
> Project: Teiid Designer
> Issue Type: Bug
> Components: Editors
> Affects Versions: 11.0.1
> Environment: Teiid Version 8.12.10
> Reporter: Madou Coulibaly
> Attachments: editor1.png, editor2.png, execution.png, wizard.png
>
>
> Several issues when importing CSV file using Teiid Designer
> # Double quotes are added on the first fields of the file. (wizard.png)
> # When we remove these double quotes from the Transformation Editor, we got a mapping error. (editor1.png)
> # We are not able anymore to add double quotes (because of SQL validation and Auto-Syntax), we have to click on "Reconcile Transformation SQL with Target Columns" button and bind the missing field. This will have an alias with double quotes and add "ROW DELIMITER ';'" information. (editor2.png)
> # After removing the "ROW DELIMITER ';'" information, we execute the query and we got another error "org.teiid.runtime.client.TeiidClientException: java.lang.RuntimeException: Remote org.teiid.core.TeiidProcessingException: TEIID30181 HEADER entry missing for column name airlinePartner in file:xxxx"
> # We have to replace "HEADER" to "SKIP 1" to get a result (execution.png) but we still need to keep the alias with double quotes for the first field in the projection area.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (TEIIDDES-3102) NPE after deploy incorrect VDB
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3102?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-3102.
------------------------------------
Fix Version/s: 11.1
Assignee: Barry LaFond
Resolution: Done
master: https://github.com/Teiid-Designer/teiid-designer/commit/2e209c62583e3dd18...
> NPE after deploy incorrect VDB
> ------------------------------
>
> Key: TEIIDDES-3102
> URL: https://issues.jboss.org/browse/TEIIDDES-3102
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dialogs
> Affects Versions: 11.1
> Environment: Fedora 25
> Reporter: Matej Kralik
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 11.1
>
> Attachments: screenshot.png, udfProject.zip
>
>
> I have VDB (f.e. with user defined function in the attachment) but a table is incorrect (missing data type after insert SQL transformation). I didn't notice that so I wanted to deploy vdb. But when I clicked on the deploy button, nothing happened. In the error log was this error:
> {code:java}
> java.lang.NullPointerException
> at org.teiid.runtime.client.admin.v8.VdbCacheManager.doDeploy(VdbCacheManager.java:398)
> at org.teiid.runtime.client.admin.v8.VdbCacheManager.deploy(VdbCacheManager.java:379)
> at org.teiid.runtime.client.admin.ExecutionAdmin.deployVdb(ExecutionAdmin.java:180)
> at org.teiid.designer.runtime.TeiidServer.deployVdb(TeiidServer.java:626)
> at org.teiid.designer.runtime.ui.vdb.VdbDeployer.deploy(VdbDeployer.java:318)
> at org.teiid.designer.runtime.ui.actions.DeployVdbAction$1.run(DeployVdbAction.java:330)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
> {code}
> I think that designer should show some error or something that VDB is not valid.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (TEIIDDES-3101) Import using Teiid Connection does not work
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3101?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-3101:
----------------------------------------
[~van.halbert] yes... I can import via JDBC importer just fine for my Parts SQL Server connection but not TCI. I tested with 11.0.1 and it works.
> Import using Teiid Connection does not work
> -------------------------------------------
>
> Key: TEIIDDES-3101
> URL: https://issues.jboss.org/browse/TEIIDDES-3101
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 11.1
> Reporter: Mario Majernik
> Priority: Blocker
> Attachments: screen1.png, screen2.png, screen3.png
>
>
> Import using teiid connection does not work. When I try import it always ends with timeout fail. (screens 1 +2 + 3 ). I tried at least 10 connections that worked in previous designers.
> Server log says that VDB is ACTIVE:
> 09:50:48,405 INFO [org.teiid.RUNTIME.VDBLifeCycleListener] (teiid-async-threads - 2) TEIID40003 VDB importVDB.1 is set to ACTIVE
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (TEIIDDES-3101) Import using Teiid Connection does not work
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3101?page=com.atlassian.jira.plu... ]
Van Halbert commented on TEIIDDES-3101:
---------------------------------------
Did you try to try the JDBC importer option?
> Import using Teiid Connection does not work
> -------------------------------------------
>
> Key: TEIIDDES-3101
> URL: https://issues.jboss.org/browse/TEIIDDES-3101
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 11.1
> Reporter: Mario Majernik
> Priority: Blocker
> Attachments: screen1.png, screen2.png, screen3.png
>
>
> Import using teiid connection does not work. When I try import it always ends with timeout fail. (screens 1 +2 + 3 ). I tried at least 10 connections that worked in previous designers.
> Server log says that VDB is ACTIVE:
> 09:50:48,405 INFO [org.teiid.RUNTIME.VDBLifeCycleListener] (teiid-async-threads - 2) TEIID40003 VDB importVDB.1 is set to ACTIVE
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (TEIIDDES-3102) NPE after deploy incorrect VDB
by Matej Kralik (JIRA)
Matej Kralik created TEIIDDES-3102:
--------------------------------------
Summary: NPE after deploy incorrect VDB
Key: TEIIDDES-3102
URL: https://issues.jboss.org/browse/TEIIDDES-3102
Project: Teiid Designer
Issue Type: Bug
Components: Dialogs
Affects Versions: 11.1
Environment: Fedora 25
Reporter: Matej Kralik
Priority: Minor
Attachments: screenshot.png, udfProject.zip
I have VDB (f.e. with user defined function in the attachment) but a table is incorrect (missing data type after insert SQL transformation). I didn't notice that so I wanted to deploy vdb. But when I clicked on the deploy button, nothing happened. In the error log was this error:
{code:java}
java.lang.NullPointerException
at org.teiid.runtime.client.admin.v8.VdbCacheManager.doDeploy(VdbCacheManager.java:398)
at org.teiid.runtime.client.admin.v8.VdbCacheManager.deploy(VdbCacheManager.java:379)
at org.teiid.runtime.client.admin.ExecutionAdmin.deployVdb(ExecutionAdmin.java:180)
at org.teiid.designer.runtime.TeiidServer.deployVdb(TeiidServer.java:626)
at org.teiid.designer.runtime.ui.vdb.VdbDeployer.deploy(VdbDeployer.java:318)
at org.teiid.designer.runtime.ui.actions.DeployVdbAction$1.run(DeployVdbAction.java:330)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
{code}
I think that designer should show some error or something that VDB is not valid.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (TEIIDDES-3101) Import using Teiid Connection does not work
by Mario Majernik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3101?page=com.atlassian.jira.plu... ]
Mario Majernik updated TEIIDDES-3101:
-------------------------------------
Attachment: screen3.png
screen2.png
screen1.png
> Import using Teiid Connection does not work
> -------------------------------------------
>
> Key: TEIIDDES-3101
> URL: https://issues.jboss.org/browse/TEIIDDES-3101
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 11.1
> Reporter: Mario Majernik
> Priority: Blocker
> Attachments: screen1.png, screen2.png, screen3.png
>
>
> Import using teiid connection does not work. When I try import it always ends with timeout fail. (screens 1 +2 + 3 ). I tried at least 10 connections that worked in previous designers.
> Server log says that VDB is ACTIVE:
> 09:50:48,405 INFO [org.teiid.RUNTIME.VDBLifeCycleListener] (teiid-async-threads - 2) TEIID40003 VDB importVDB.1 is set to ACTIVE
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months