If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Microsoft SQL Server > Service Pack error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-09-03, 09:36
Sean_Roussel Sean_Roussel is offline
Registered User
 
Join Date: May 2003
Posts: 11
Unhappy Service Pack error

I installed SQL Server 2000 Service pack 3A and now I get the following error:

"The procedure entry point _GetIUMS@4 could not be located in the dynamic link library MSDART.DLL"


How do I correct this issue?
Reply With Quote
  #2 (permalink)  
Old 06-09-03, 10:39
Sean_Roussel Sean_Roussel is offline
Registered User
 
Join Date: May 2003
Posts: 11
*bump to to*

I really need a hand here
Reply With Quote
  #3 (permalink)  
Old 06-10-03, 06:11
Satya Satya is offline
Grand Poobah
 
Join Date: Aug 2002
Location: Scotland
Posts: 1,578
Looks like you might got a wrong version of MSDART.DLL.

Try to unregister and re-register it by using REGSVR32 utility.
__________________
--Satya SKJ
Microsoft SQL Server MVP
[IMG]http://sqlserver-qa.net/google_bart.gif[/IMG]
Reply With Quote
  #4 (permalink)  
Old 06-10-03, 10:52
Sean_Roussel Sean_Roussel is offline
Registered User
 
Join Date: May 2003
Posts: 11
I double click regsvr32 and...

I get the following dialog box:

No DLL specified

I click ok on the dialog box but when i restart the machine my original error is still there.
Reply With Quote
  #5 (permalink)  
Old 06-10-03, 11:21
Satya Satya is offline
Grand Poobah
 
Join Date: Aug 2002
Location: Scotland
Posts: 1,578
Try

REGSVR32 /u MSDART.DLL

and again
REGSVR32 MSDART.DLL

which will popup the specified .dll is registered.
__________________
--Satya SKJ
Microsoft SQL Server MVP
[IMG]http://sqlserver-qa.net/google_bart.gif[/IMG]
Reply With Quote
  #6 (permalink)  
Old 06-10-03, 11:33
Sean_Roussel Sean_Roussel is offline
Registered User
 
Join Date: May 2003
Posts: 11
Thanks

Problem solved
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On