SQL 2008 SP2 RsClientPrint ActiveX - "Unable to load client print control"

Posted by Miles on Server Fault See other posts from Server Fault or by Miles
Published on 2011-02-02T17:52:04Z Indexed on 2012/03/24 17:31 UTC
Read the original article Hit count: 675

Filed under:

We recently updated our SQL 2008 server to use SP 2 and its causing a few headaches. We use SSRS on this server and when a client tries to print a report by the built-in print function, we're needing to download the RsClientPrint ActiveX control from the server from the client gets the following error Unable to load client print control.

We have about 700 computers that are needing this fixed and I've followed the instructions found on the following URL: http://www.kodyaz.com/articles/client-side-printing-silent-deployment-of-rsclientPrint.aspx

We have two issues:

  1. Most of the users who will be using this ActiveX control are not local administrators so they will not be able to install the control themselves
  2. Since there are so many computers, this has to be done silently behind the scenes run by a local admin account

After following the information from the link above, we're able to put the files in the C:\Windows\System32 folder and register the DLL but we still get the same problem. The only small thing I've noticed is that in the HTML for the report page, everything that references a version is referencing version 2007.100.4000.00 and the version of the DLL that I pulled from the report server is 2007.100.1600.22.

Also, for some clients that are local administrators, they are prompted every time to install the ActiveX control when they click print. This works successfully but we can't have the user asked if they want to install the same control every time they need to print.

© Server Fault or respective owner

Related posts about sql-server-2008