Remove Locked System DSN

  • Thread starter Thread starter BrianA
  • Start date Start date
B

BrianA

I need to remove a reference to a Data Source System DSN.
The reference was to an Oracle driver that was
uninstalled, but used by over 100 reports. When trying to
delete or configure, I receive an error that the registry
entry is no longer valid.

The 8i driver was uninstalled to install a 9i driver.

If the DSN can not be removed all of the the reports will
need to be remapped to each table in the Oracle database.

Thanks.
 
You may be able to delete the Reg_Sz string value from;
HKLM\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources

and also the subkey with the same name for the DSN found at;
HKLM\SOFTWARE\ODBC\ODBC.INI\

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]
Microsoft Certified Professional [Windows 2000]
http://www.microsoft.com/protect


:
| I need to remove a reference to a Data Source System DSN.
| The reference was to an Oracle driver that was
| uninstalled, but used by over 100 reports. When trying to
| delete or configure, I receive an error that the registry
| entry is no longer valid.
|
| The 8i driver was uninstalled to install a 9i driver.
|
| If the DSN can not be removed all of the the reports will
| need to be remapped to each table in the Oracle database.
|
| Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top