View Issue Details

IDProjectCategoryView StatusLast Update
0003612CaseTalk ModelerIntegrationpublic2022-09-22 10:57
ReporterBCP Software Assigned ToBCP Software  
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

BCP Software

BCP Software

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.
BCP Software

BCP Software

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.
BCP Software

BCP Software

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.
BCP Software

BCP Software

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 BCP Software New Issue
2022-09-15 14:50 BCP Software Status new => assigned
2022-09-15 14:50 BCP Software Assigned To => BCP Software
2022-09-19 13:17 BCP Software Status assigned => resolved
2022-09-19 13:17 BCP Software Resolution open => fixed
2022-09-19 13:17 BCP Software Fixed in Version => 12.5
2022-09-19 13:17 BCP Software Note Added: 0004618
2022-09-20 15:09 BCP Software Note Added: 0004622
2022-09-21 09:59 BCP Software Note Added: 0004625
2022-09-22 10:57 BCP Software Note Added: 0004627