Good thought. That has been tried. I also made sure they were loaded in the system32 directory.
Main Topics
Browse All TopicsHi All:
I have been trying to get Oracle 10g instant client running on my computer for hours.
The platform is Windows Server2003,it is running within a PC Client and the Oracle installation directory is "c:\oracle". After the basic installation it is suggested that:
1. A system variable called TNS_ADMIN be created and pointed at the directory where the tnsnames.ora is placed.
2. The latest files mfc71.dll and msvcrt.dll where located and pathed and for extra caution they were also placed in the bin directory.
3. The accompanying ODBC drivers have been installed and appears as an option in the ODBC administrator.
4. I have gone so far as to check the registries for any odd paths, classes, or ODBC variations that could be affecting things and, 'yes' even rebooted.
Now everything should work but... The following error continues to popup:
“The setup routines for the Oracle in instantclient10_2 ODBC Driver could not be loaded due to system error code 126″
...followed by:
“Could not load the setup or translator library”
Same issue from the start to finish...
MTIA Jim
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Sounds like you miss msvcr71.dll... See below MetaLink note 336693.1 :
Subject: Cannot Create DSN With Oracle Instant Client and ODBC Driver
Doc ID: Note:336693.1 Type: PROBLEM
Last Revision Date: 07-SEP-2006 Status: PUBLISHED
--------------------------
Applies to: Oracle ODBC Driver - Version: 10.2.0.1.0
Microsoft Windows
Microsoft Windows (32-bit)
SymptomsUnable to create an ODBC DSN with Oracle Instant Client and ODBC Driver for Instant Client Version 10.2.0.1.0. Receiving the following error messages.
"The setup routines for the Oracle in instantclient10_2 ODBC Driver could not be loaded due to system error code 126"
Then clicking ok on this message gives another one
"Could not load the setup or translator library"
ChangesThe installation of Oracle Instant Client and Oracle ODBC Driver for Instant Client version 10.2.0.1.0 CauseThis error may occur for the following two reasons.
1. There is not a mfc71.dll, msvcrt.dll and msvcr71.dll located on the pc that the Instant Client is installed on.
2. The directory that mfc71.dll , msvcrt.dll and msvcr71.dll is in is not included in the path environment variable.
SolutionTo implement the solution, please execute the following steps:
1. Find the mfc71.dll , msvcrt.dll and msvcr71.dll if it on your pc and include the directory in which it is in in the path variable. It is normally found in the C:\WINDOWS\system32 directory. Or copy mfc71.dll, msvcrt.dll and msvcr71.dll to the directory where the instant client is installed.
2. If you have installed the full Oracle Client and ODBC Drivers for version 10.2.0.1 mfc71.dll , msvcrt.dll and msvcr71.dll are located in the ORACLE_HOME\bin directory
Business Accounts
Answer for Membership
by: ploubierPosted on 2006-10-23 at 02:05:51ID: 17787190
Try to copy mfc71.dll and msvcrt.dll in your Instant Client directory.
You can also register these libraries using regsvr32.