RE: MDAC failed in Windows 2003
From: Kevin Yu [MSFT] (v-kevy_at_online.microsoft.com)
Date: 06/04/04
- Next message: Joakim Westman \(Elicit AB\): "OleDb Provider for Visual FoxPro 8 fails on Rollback ..."
- Previous message: Laker: "Re: Help me ! How to use IRowsetChange->InsertRow?"
- In reply to: Charts: "MDAC failed in Windows 2003"
- Next in thread: Charts: "RE: MDAC failed in Windows 2003"
- Reply: Charts: "RE: MDAC failed in Windows 2003"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 04 Jun 2004 03:05:26 GMT
Hi Wcharts,
First of all, I would like to confirm my understanding of your issue. From
your description, I understand that the MDAC drivers were unable to load in
Visual Studio .NET 2003 when you have upgraded your OS from Windows 2000 to
Windows 2003. If there is any misunderstanding, please feel free to let me
know.
Based on my research, Windows Server 2003 includes the MDAC 2.8 components.
If you try to run the 2.8 MDAC_TYP.exe file on a computer that is running
Windows Server 2003, installation of the MDAC components appears to
complete successfully. However, no files are updated on your system. This
behavior occurs because by default. Please check the following link to find
more information:
http://support.microsoft.com/?kbid=828396
Sometimes after removing an application that uses ODBC drivers, it is
possible that the ODBC drivers are missing from the ODBC Administrator.
This can render any ODBC-dependent application unusable. Rerunning MDAC
may not restore the ODBC driver entries.
The MDAC setup program provides a utility called ODBCCONF.EXE. This
program is the ODBC Configuration program (hence the name), and it can be
used to configure ODBC drivers and DSNs. The MDAC setup program uses this
tool to configure the ODBC drivers.
To observe the usage, you can simply run "odbcconf.exe /?" from a command
line to view the available switches and actions that can be taken. This
utility is located in the \winnt\system32 directory. In addition, MDAC
installations include 4 files with an RSP extension (this number may vary
between different versions of MDAC). These are response files that contain
actions that ODBCCONF.EXE will perform automatically (i.e. they are script
files). These scripts contain the necessary commands to install the ODBC
drivers and configure a few default DSNs.
To run these scripts, we used something similar to the following syntax:
odbcconf.exe /S /Lv odbcconf.log /F %systemroot%\system32\mdaccore.rsp
odbcconf.exe /S /Lv odbcconf.log /F %systemroot%\system32\sqlclnt.rsp
odbcconf.exe /S /Lv odbcconf.log /F %systemroot%\system32\odbcconf.rsp
odbcconf.exe /S /Lv odbcconf.log /F %systemroot%\system32\redist.rsp
The odbcconf.log file contains the results from each of the above commands.
The
results are appended in succession to the log file.
HTH.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
- Next message: Joakim Westman \(Elicit AB\): "OleDb Provider for Visual FoxPro 8 fails on Rollback ..."
- Previous message: Laker: "Re: Help me ! How to use IRowsetChange->InsertRow?"
- In reply to: Charts: "MDAC failed in Windows 2003"
- Next in thread: Charts: "RE: MDAC failed in Windows 2003"
- Reply: Charts: "RE: MDAC failed in Windows 2003"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|