Questions tagged [datadirect]

Questions regarding DataDirect connectors from Progress Software Corporation.

https://www.progress.com/datadirect-connectors

12 questions
1
vote
1 answer

How do I decrease the time it takes for a Progress OpenEdge OdbcCommand using ReadCommitted transaction to report a lock in C#?

We're writing a routine which either returns an editable object, or a status object that says the underlying record is locked. We're using C# and .NET Framework 4.8 with the Progress OpenEdge ODBC driver against an OpenEdge database. The record…
1
vote
2 answers

Can't connect to SQL Server DB from Pyodbc

I am having a difficult time trying to connect to a SQL Server DB on Linux, using pyodbc. I have a ODCINI file entry created. I started with this: import pyodbc conn = pyodbc.connect('DSN=DSN;Database=DB;UID=UID;PWD=PWD') cursor =…
JD2775
  • 3,658
  • 7
  • 30
  • 52
1
vote
1 answer

Can I download Progress DataDirect DB2 scripts that create the packages somewhere?

I am using DataDirect JDBC to connect to DB2 I am getting errors when the driver first tries to connect and create and run the package scripts. I see in DataDirect's doc that you can run the scripts manually but I can't find them. Are these…
1
vote
0 answers

Progress Data Direct

We are having cloudera impala as data source. It is required to build a new custom ODBC driver (we need to use our custom rest API,code logic in the new obdc driver) to read data from impala. That custom obdc driver needs to be recognised by…
1
vote
1 answer

DataDirect Azure ODBC Connection Refused

I'm trying to establish a connection to my Azure database using DataDirect ODBC driver but I'm getting this error. Src_ODBC_Unld_iMIS_Name_All: ODBC function "SQLConnect" reported: SQLSTATE = 08001: Native Error Code = 0: Msg = [IBM(DataDirect…
raginggoat
  • 3,570
  • 10
  • 48
  • 108
0
votes
0 answers

Cognos Progress DataDirect Autonomous REST for Jira

I wanted to know if anyone has been able to use the Progress DataDirect Autonomous REST for Jira data in Cognos 11?
cecilia13
  • 19
  • 5
0
votes
1 answer

How do I make triggers fire without error when connecting to an OpenEdge 12.2 database using JDBC?

I am connecting to an OpenEdge 12.2.0 database using the latest OpenEdge JDBC driver. The OpenEdge database is using Eclipse Temurin JDK version 11.0.14.101 and the application that connects via JDBC is using Eclipse Temurin JDK version 8.0.322.6.…
Evan
  • 175
  • 7
0
votes
1 answer

Custom ConnectionProvider with DataDirect not working in Hibernate 5.4

In a Java Application using DataDirect with Hibernate 5.4.18. Since the DataDirect driver (branded) needs to be unlocked, wrote a customer ConnectionProvider implementation. But the custom implementation is not getting invoked. Getting the following…
Venkat
  • 2,604
  • 6
  • 26
  • 36
0
votes
1 answer

Connect a Progress database using php and ODBC

I am developing a project using PHP 7.3 for one of my customers. My app will need to connect to a Progress database. So far I am using DataDirect to do that. It is a free trial version. It uses an ODBC driver. https://www.progress.com/odbc Do you…
user7861449
0
votes
1 answer

Override org.apache.solr.handler.dataimport.JdbcDataSource for jdbc data direct sqlserver driver

I need to override the JdbcDataSource class getConnection() method to unlock Data direct driver. When solr is executing the sql queries present in solr-data-config.xml inside solr cores, it is unable to execute the sql queries. It is failing with…
0
votes
0 answers

Type 5 DataDirect JDBC Drivers : No suitable driver found

I'm using Type 5 DataDirect JDBC Drivers in my program, but when I run this program then I get an exception: java.sql.SQLException: No suitable driver found for jdbc:datadirect:mysql://localhost:3306/jmysql?useSSL=false. public class…
Ng Sharma
  • 2,072
  • 8
  • 27
  • 49
0
votes
1 answer

Trying to use DDtek Datadirect Sybase drivers as a provider for Enttiy Framework 6, can't get it configured correctly

Trying to use DDtek Datadirect Sybase drivers as a provider for Enttiy Framework 6, can't get it configured correctly.. It looks like in 3.3 there is no DDtek.Sybase.Entity, We have a trial version of 4.2 which has the DLL, so I've installed that…
Eric Brown - Cal
  • 14,135
  • 12
  • 58
  • 97