PRB: Restart After MDAC Installation Causes ErrorID: Q218184
|
After you install the Microsoft Data Access Components 1.5 through 2.1, you need to restart your computer. After you restart, you might receive the following error message:
Unable to open response file c:\temp\odbcconf.tmp
MDAC looks for the Odbcconf.tmp file in the directory assigned by the TEMP environment variable. If the Autoexec.bat file contains a command to delete all files in the \Temp directory, this file will be missing when the last portion of the MDAC installation is completed (during start up).
Do not delete files in the \Temp directory when you restart the computer. Comment out the "offending" line in the Autoexec.bat with the DOS's REM command. For example:
REM deltree C:\temp\*.* /y
Also, make sure that Autoexec.bat is not calling any other batch (.bat) file, which could delete files in \Temp directory.This behavior is by design.
Additional query words:
Keywords : kbsetup kbDatabase kbMDAC
Version : WINDOWS:1.5,2.0,2.1
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: March 24, 1999