Description: I am trying to import a Source model from Sybase database. But imported tables have wrong "name-in-source" property values. Steps to reproduce: Use JDBC importer and import a source model from Sybase database. In my case, every table has "name-in-source" property like "bqt2"."<table-name>", but it should be "bqt2"."dbo"."<table-name>". As result every query ends with an exception: "Error: bqt2.SmallA not found. Specify owner.objectname..." I have tried this using JTDS driver and all tables had correct "name-in-source". But this driver in neither tested nor supported for teiid.
Juraj... see my comments and questions in TEIIDDES-2458
Hi Barry, I have added the comment in jira.
See last comments on jira. Basically the Sybase test DB we have set-up isn't providing the expected schema/catalog in the JDBC metadata. Not sure how to fix that in order to dig deeper into this issue.
I have added a comment in JIRA.
Per the referenced JIRA, we still haven't discovered the source of the issue. Last comment indicated it may be a driver issue. Pushing back to reporter
Push to DV 6.3/Designer 9.0.4 to allow time for more investigation
Ok, we can postpone it to DV 6.3. This is not a blocker as user can modify "name-in-source" manually. Do you need any additional info?
Andrej Šmigala <asmigala> updated the status of jira TEIIDDES-2458 to Resolved
Closing this since we are tracking issues for tooling only in JIRA from now on.
Tom Johnston <tljohnst> updated the status of jira TEIIDDES-2458 to Reopened