cancel
Showing results for 
Search instead for 
Did you mean: 

Cant get rid of SAP DB ODBC Data Source

Former Member
0 Kudos

Hello,

After an upgrade from XP to Windows 7 64bit, I am having trouble with ODBC drivers. One in particular is SAP DB, which I can't configure or remove because it is asking for a file that it is no longer there. The message is:

The setup routines for the SAP DB ODBC driver could not be loaded due to system error code 126: The specified module could not be found.

(C:\Program File (x86)\sdb\globalprograms
\pgm\sqlsp32.dll).

How can I remove it?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Ricardo,

if you have the SAP MaxDB tool odbcreg.exe you can remove the driver entries from the registry

without calling the setup routines with odbcreg -r "<drivername>"

1) First check if the SAP MaxDB  software is correct installed.

Please call sdbregview -l to check if ODBC is installed.

2) Call xinstifo to get the <GlobalProgramPath>

3) Execute odbcreg -g to show a list of installed driver

<GlobalProgramPath>\pgm\odbcreg.exe -g


4) To remove call


<GlobalProgramPath>\pgm\odbcreg\ -r "<drivername"


Kind regards

B*