View Issue Details

IDProjectCategoryView StatusLast Update
0003612CaseTalk ModelerIntegrationpublic2022-09-22 10:57
ReporterMarco Wobben Assigned ToMarco Wobben  
PrioritynormalSeveritymajorReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version12.5Fixed in Version12.5 
Summary0003612: ODBC Connections not working
DescriptionSomehow having multiple ODBC Connections for various DBMSs do not work properly. They all seem to want to connect to a SQL Server ODBC Driver.
TagsNo tags attached.
CaseTalk Editionunknown

Activities

Marco Wobben

Marco Wobben

2022-09-19 13:17

administrator   ~0004618

Before any database connection is accessed, we needed to call the DNS list first to initialize the generic ODBC driver.
Marco Wobben

Marco Wobben

2022-09-20 15:09

administrator   ~0004622

ODBC configuration differs in 32 and 64 bit environments. An internal DriverID was required and not properly resolved, it should've been initialized as 'odbc' by default. Should work now on all environments.
Marco Wobben

Marco Wobben

2022-09-21 09:59

administrator   ~0004625

Some ODBC drivers provide tablenames as "schema.tablename" where others (e.g. postgresql) split the schema and tablename. The handling did not anticipate these differences. Additionally the default schemas differ across DBMSs. These needed to be incorporated in the routines to get the minimal support up and running.
Marco Wobben

Marco Wobben

2022-09-22 10:57

administrator   ~0004627

Postgres ODBC does not return the list of schemas for the selected catalog. Querying manually for it seems to work.
select * from information_schema.schemata;

Issue History

Date Modified Username Field Change
2022-09-15 14:50 Marco Wobben New Issue
2022-09-15 14:50 Marco Wobben Status new => assigned
2022-09-15 14:50 Marco Wobben Assigned To => Marco Wobben
2022-09-19 13:17 Marco Wobben Status assigned => resolved
2022-09-19 13:17 Marco Wobben Resolution open => fixed
2022-09-19 13:17 Marco Wobben Fixed in Version => 12.5
2022-09-19 13:17 Marco Wobben Note Added: 0004618
2022-09-20 15:09 Marco Wobben Note Added: 0004622
2022-09-21 09:59 Marco Wobben Note Added: 0004625
2022-09-22 10:57 Marco Wobben Note Added: 0004627