progress-db

Progress database, OpenLink, OpenEdge compatibility

陌路散爱 提交于 2020-02-05 02:36:11
问题 I am configuring several Windows 10 systems that will need to reliably connect via ODBC using system DSNs to both Progress version 9.x and Progress version 10.x databases. I have been told by one of our IT staff that interfacing with Progress versions 9.x servers require the OpenLink ODBC client software, while interfacing with Progress 10.x requires the OpenEdge ODBC client software. I am not completely confident that this is true, but I have not been able to find any authoritative

Progress OpenEdge to PostgreSQL database

╄→гoц情女王★ 提交于 2020-01-07 05:11:35
问题 I have problem with converting Progress OpenEdge database to PostgreSQL. I have downloaded ODBC from here and when i make ODBC connection (32 bit) in my computer, the connection is established. Next, I downloaded Ispirer SQLWays Wizard 2015 from here (with some limitations, 100 tables max, 2gb od data etc), and tried to make conversion. All seem fine, source and destination databases are connected, I select only 1 table (just for test), but when I start conversion i get some weird error:

C# to connect to a Progress Database

冷暖自知 提交于 2020-01-03 03:01:18
问题 I'm trying to develop a program that will connect to a Progress Database (9.1E) using C# (Visual Studio 2010 Ultimate), but I first need to get a connection string to the Progress Database from the C# program. I have tried the following, but I'm unsuccessful in establishing a connection to the Progress database. I'm not sure what the connection string should look like, but here's what I have before I start expanding everything. Also, I'm not sure what the DSN name should be. private void

Extract from Progress Database to SQL Server

落花浮王杯 提交于 2019-12-25 01:07:12
问题 I'm looking for the best approach (or a couple of good ones to choose from) for extracting from a Progress database (v10.2b). The eventual target will be SQL Server (v2008). I say "eventual target", because I don't necessarily have to connect directly to Progress from within SQL Server, i.e. I'm not averse to extracting from Progress to a text file, and then importing that into SQL Server. My research on approaches came up with scenarios that don't match mine; Migrating an entire Progress DB

SQL Server Import and Export Wizard Error: “Index was outside the bounds of the array” via 32bit ODBC data source?

白昼怎懂夜的黑 提交于 2019-12-24 01:53:09
问题 I get an "Index was outside the bounds of the array." error when I do the following. 1) I launch the Import and Export Data Wizard (32 bit). 2) Data source: .Net Framework Data Provider for Odbc. 3) I provide a connection string and DSN for a 32 bit Progress OpenEdge 10.2A ODBC driver that I've set up. 4) I set up a flat file destination. 5) When I click "Next" I get the following error: TITLE: SQL Server Import and Export Wizard Column information for the source and the destination data

unixodbc driver manager cannot open specified library on install

半腔热情 提交于 2019-12-21 04:23:18
问题 I'm using ArchLinux and I am trying to install OpenEdge progress drivers so I can access it via PHP. I've installed the unixodbc package and the drivers, but when I test the connection via isql or PHP, I get the same error... # isql -3 SUBS2A [01000][unixODBC][Driver Manager]Can't open lib '/usr/dlc/odbc/lib/pgoe1023.so' : file not found [ISQL]ERROR: Could not SQLConnect The messed up thing is that "/usr/dlc/odbc/lib/pgoe1023.so" presently exists, I even symlinked it from "/usr/dlc". The

Solve max length or precision with Progress using Spring Batch

对着背影说爱祢 提交于 2019-12-13 08:28:44
问题 I'm using spring batch, and I need to query data from a legacy system, which uses the progress database. However I am with this exception java.sql.SQLException: [DataDirect][OpenEdge JDBC Driver][OpenEdge] Column Ag-Obs-conf in table PUB.Agenda has value exceeding its max length or precision. I was able to partially solve this problem using a SUBSTR in the select, but I need all the data from the database. And I can not in any way change the database. Can anyone give me an idea how to solve

Asynchronously read cmd output in .NET - Hanging on process input request

北慕城南 提交于 2019-12-12 02:44:42
问题 I'm asynchronously reading the output from a batch file, after starting it with some parameters. If the batch file is waiting for input - the input request text is not being redirected - unless the process is terminated (which is obviously too late to respond). If executed in a standard cmd window, the prompt is: OpenEdge Release 10.2B07 as of Fri Sep 7 02:16:54 EDT 2012 testdb already exists. Do you want to over write it? [y/n]: The output when using redirect will hang, without triggering

How to make repository connection with crystal report

谁说胖子不能爱 提交于 2019-12-11 20:42:57
问题 Added new column to table and print option. How to connect existing crystal report with repository, i want to add new column in the rpt file. 回答1: If you are using CR 13, you'll go to View , Repository Explorer and a windows will appears in the right side of your report. Then Logon in the top and another windows will comes up. There you will enter your BO address without http:// and your credentials. Then logon and all your repository and enterprise items will appear. 来源: https:/

Admin account of progress database

空扰寡人 提交于 2019-12-11 08:05:19
问题 I'm trying to connect via ODBC to a clean install of Progress DB. Any idea what username/password should I use? 回答1: Did you try : -user sysprogress -password 123 回答2: Out-of-the-box you have two options to access the database with an account that has DBA privileges granted: The credentials of the operating system account under which you've created the database. You can manually create or, if it already exists, modify the special user SYSPROGRESS with the 4GL data administration tool. You