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
 Development Tools
 Reporting Services Development
 missing msvcr71.dll file

Author  Topic 

fmardani
Constraint Violating Yak Guru

433 Posts

Posted - 2005-06-20 : 11:44:24
I have installed reporting servicces on sql server 2000 in windows server machine.
Now I am installing the service pack 2 but I get the error saying that the file msvcr71.dll is missing. Any thoughts please?
Thanks

jhermiz

3564 Posts

Posted - 2005-06-20 : 14:49:20
Did you install rs on a sql box? Or is it a seperate server ?



Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]
Imperfection living for perfection --
[url]http://jhermiz.blogspot.com/[/url]
Go to Top of Page

fmardani
Constraint Violating Yak Guru

433 Posts

Posted - 2005-06-20 : 16:07:14
same box.
Thanks
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2005-06-20 : 16:11:17
Not sure if it's missing from the installation package or from your machine. So I'd first try redowloading sp2 then trying the install again. If that doesn't work, try reapplying service pack 1. If that works, try sp2 again. If all else fails, uninstall/reinstall RS.

Tara
Go to Top of Page

uvhj_hssvp
Starting Member

4 Posts

Posted - 2005-06-21 : 02:19:02
if SP2 didn't work, try installing SP3a
Go to Top of Page

fmardani
Constraint Violating Yak Guru

433 Posts

Posted - 2005-06-21 : 03:24:54
I believe sp3a is for sql server 2000 itself which I have installed. I am installing sp2 for RS.
Thanks
Go to Top of Page

infisf
Starting Member

8 Posts

Posted - 2005-07-27 : 09:06:10

The answer:

1. In the installation disk there are two dll's msvcp71.dll y msvcr71.dll.

2. We copy the dll's from cd to c:\winnt\system32 and after we register the dll's.

3. When we do the registration we have the follow error:

C:\WINDOWS\system32\msvcp71.dll was loaded, but dllRegisterServer entry point was not found.

This file can not be register.

We ignore this message.

4. We exec the sp2.

5. The sp2 works right but we have to reboot.

Sincerely:

Ignacio Santos
Go to Top of Page
   

- Advertisement -