Troubleshooting and Fixing ODBC settings/configuration Issues/Errors
ERROR#0: ————————— Microsoft SQL Server DSN Configuration ————————— IMADirectory is not an existing data source name. ————————— OK ————————— ————————— Driver’s ConfigDSN, ConfigDriver, or ConfigTranslator failed ————————— Errors Found: Invalid DSN ————————— OK ————————— CAUSE: This error usually indicates that respective registry path for ODBC is no longer available (must have been previously existed). The general case for this is an admin/application renamed it’s registry path. TROUBLESHOOTING: Ensure that respective (HKLM-for System DSN;HKCU-for User DSN) registry entry exists for the reported DSN. System DSN: HKEY_LOCAL_MACHINESOFTWAREWow6432NodeODBCODBC.INI<ODBC Name> User DSN: HKEY_CURRENT_USERSoftwareODBCODBC.INI<ODBC Name> Also there should exist below entry which appears in […]
Read more