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.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-01-03 : 12:06:10
|
sridhar writes "HiI 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.dllsqlservermgr.exe: The ordinal 29 could not be located in the dynamic link library odbcbcp.dllI 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 wellgetting 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.HTHJasper Smith |
 |
|
|
|
|