Re: SQL fails after SP3a has been applied. Slammer?

From: Nick via SQLMonster.com (forum_at_SQLMonster.com)
Date: 01/13/05


Date: Thu, 13 Jan 2005 20:58:48 GMT

This isn't the slammer virus - had the same problem -just got off the phone with Microsoft. Here's how you fix it:

Go to your SQL Server CD, go to the x86\repostry folder...copy the following files to the Program Files\Microsoft Shared\Repostry folder on your SQL Server
insrepim.dll
InsRepIM.exe
msmdcxml.dll
repbr.dll
sqlmmcrp.chm

go to the x86\repostry\res\1033 folder on the cd
copy the following files to Program Files\Microsoft Shared\Repostry\Resources\1033

msmdcxml.rll
msrmirc.rll
repbrmdc.rll
repbrui.rll

next, go to your sql2ksp3 folder on your server (this is where you installed sp3a from) go to the x86\repostry folder
copy the following files to Program Files\Microsoft Shared\Repostry on your SQL box

dbscan.dll
repbrui.dll
repodbc.dll

next go to x86\repostry\res\1033 (again from the service pack setup) copy the following files to Program Files\Microsoft Shared\Repostry\Resources\1033

reprc.rll

Finally, run the following script:

regsvr32 "C:\Program Files\Common Files\Microsoft Shared\Repostry\dbscan.dll"

regsvr32 "C:\Program Files\Common Files\Microsoft Shared\Repostry\insrepim.dll"

regsvr32 "C:\Program Files\Common Files\Microsoft Shared\Repostry\msmdcxml.dll"

regsvr32 "C:\Program Files\Common Files\Microsoft Shared\Repostry\repbr.dll"

regsvr32 "C:\Program Files\Common Files\Microsoft Shared\Repostry\repodbc.dll"

regsvr32 "C:\Program Files\Common Files\Microsoft Shared\Repostry\repbrui.dll"

Now go into Enterprise Manager - the error should be gone. Good Luck!!

-- 
Message posted via http://www.sqlmonster.com


Relevant Pages

  • Re: OE 6 Problem
    ... By 'That Fix' it seems to indicate there is one application that will ... regsvr32 actxprxy.dll ... Go to Tools | Folder Options | File Types. ... and type SFC (msconfig for WinXP). ...
    (microsoft.public.windows.inetexplorer.ie6_outlookexpress)
  • Re: OE 6 Problem
    ... It is impossible to isolate a problem if this is the 'fix'. ... regsvr32 actxprxy.dll ... Go to Tools | Folder Options | File Types. ... and type SFC (msconfig for WinXP). ...
    (microsoft.public.windows.inetexplorer.ie6_outlookexpress)
  • Re: OE 6 Problem
    ... By 'That Fix' it seems to indicate there is one application that will ... regsvr32 actxprxy.dll ... Go to Tools | Folder Options | File Types. ... and type SFC (msconfig for WinXP). ...
    (microsoft.public.windows.inetexplorer.ie6_outlookexpress)
  • Re: OE 6 Problem
    ... you have tried the fix I supplied, and the Malware removal that Frank ... regsvr32 actxprxy.dll ... and type SFC (msconfig for WinXP). ... which is probably in the Win98 folder ...
    (microsoft.public.windows.inetexplorer.ie6_outlookexpress)
  • Re: transactional replication failed
    ... I was able to reregister replication related exe and dll on my PC without ... problems to statr and stop SQL server and SQL server adent. ... regsvr32 rinitcom.dll ...
    (microsoft.public.sqlserver.replication)