Install Progress Openedge 10.1b Driver

Posted on  by 

  1. Install Progress Openedge 10.1b Drivers
  2. Progress Openedge Driver
  3. Progress Software Openedge
  4. Progress Open Edge 10
Active7 years, 7 months ago

I have an ASP.net web service application that connects to a Progress OpenEdge 10.1B database via ODBC. My development machine is XP Pro and runs everything fine. I am now moving the application into a test environment. The test machine is also XP Pro. It matches the dev machine except for that the Progress Server is not running locally. I am able to run the project out of VS2010 and the web service makes the ODBC connection and returns the data without error. When I deploy the application to IIS (which is running locally) the ODBC connection fails with this error:

*System.Data.Odbc.OdbcException: ERROR [IM003] Specified driver could not be loaded due to system error 126 (OpenEdge 10.1B driver).*

What is going on here?

I'm trying to set up an ODBC client driver for Progress 10.1b. I was able to install the client. Set Query timeout time via PHP ODBC OpenEdge Progress drivers. The Skyward OpenEdge ODBC drivers will need to. Server Install Directory 3 Installs 10.1B 32 -bit driver. An existing install of Progress OpenEdge. Progress OpenEdge 10.1B driver is not available on a NetSetup client.

Tom Bascom
9,6132 gold badges22 silver badges28 bronze badges

Install Progress Openedge 10.1b Drivers

Dusty LauDusty Lau

1 Answer

Try the Progress Knowledgebase at http://progress.atgnow.com/esprogress/Group.jsp?bgroup=progress

This entry seems potentially relevant:

ID: P36468Title: 'ASP page fails to launch due to the error 126 when loading the ODBC driver'Created: 08/11/2003 Last Modified: 10/14/2008Status: Verified

Symptoms:
ASP page fails to launch due to the error 126 when loading the ODBC driverSpecified driver could not be loaded due to system 'error 126' (MERANT 3.70 32-BIT PROGRESS)Testing the connection from ODBC Data Administration works fineUsing IIS built in account for the IIS and ASP.

Facts:
Windows NT 32 Intel/Windows 2000Progress 9.1xIIS

Cause:
IIS built-in account (IUSR_machine_name) does not have permissions to access networkresources which will be the case if Progress has been installed on the network shared drive.

Fixes:
Install Progress on the local drive to the IIS and add the read and executepermission for the IUSR account to all the files in the installation directory.

Tom BascomTom Bascom
9,6132 gold badges22 silver badges28 bronze badges
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Install Progress Openedge 10.1b Driver

Not the answer you're looking for? Browse other questions tagged asp.netiisodbcprogress-4glopenedge or ask your own question.

Active3 years ago

I'm trying to set up an ODBC client driver for Progress 10.1b. I was able to install the client software that is required, but there is apparently also an ODBC.reg script file that needs to be run to correctly set up the registry in order for me to use the ODBC drivers.

Can anyone point me to where I would find this script? Or tell me the set of registry entries that would have to be made?

Tom Bascom
9,6132 gold badges22 silver badges28 bronze badges
BeskaBeska
8,52214 gold badges70 silver badges105 bronze badges

1 Answer

That's not a standard part of the install process.

Are these the steps that you followed to get the client installed?

Install Progress Openedge 10.1b Driver

If, as you say, the client was properly installed you just need to setup the DSN. The following should work (stolen and lightly edited from the Progress Knowledge Center):

Start up the ODBC Data Source Administrator(found in Control Panel within the Administrative Tools folder)

Example:

That brings up the configuration screen for a new DSN.

Fill-in the following information:

Progress Openedge Driver

Tom BascomTom Bascom

Progress Software Openedge

9,6132 gold badges22 silver badges28 bronze badges
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.

Progress Open Edge 10

Not the answer you're looking for? Browse other questions tagged odbcinstallationopenedgeprogress-db or ask your own question.

Coments are closed