Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Old Forums
 CLOSED - General SQL Server
 isqlw.exe: The ordinal 29 could not be located in the dynamic link library odbcbcp.dll

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-01-03 : 12:06:10
sridhar writes "Hi

I have been running SQL Server 2000 for my peoplesoft Application.

Suddenly i'm getting this errors whne i try to start the server:

isqlw.exe: The ordinal 29 could not be located in the dynamic link library odbcbcp.dll

sqlservermgr.exe: The ordinal 29 could not be located in the dynamic link library odbcbcp.dll

I tried applying SP2 . still getting the same error.
I tried to replace the dll as well. still getting the same error.
I tried to uninstall/ and install the SQL Server as well

getting the same error.

Could u please hekp me?
thanks"

jasper_smith
SQL Server MVP & SQLTeam MVY

846 Posts

Posted - 2003-01-03 : 17:44:44
Stop All SQL services (if started), copy odbcbcp.dll from the SQL Server install cd (in \X86\SYSTEM) and replace the one on your hard drive (in C:\WINNT\system32) and register the dll using regsvr32.exe (you can right click on the dll and choose Open With and browse to regsvr32.exe which is also in system32). Start the SQL service. If all is ok then reapply SP2.




HTH
Jasper Smith
Go to Top of Page
   

- Advertisement -