2015/9/23

SSRS 安裝 ActiveX 時出現 "列印無法使用。..." 提示視窗


在幫客戶端電腦安裝SSRS ActiveX時遇上"列印無法使用。..."的問題,發生問題的環境如下:
客戶端環境: Windows 7
伺服器環境: Windows Server 2012 + SQL Server 2014
這裡附上英文的錯誤訊息圖(解決了才發現忘了截圖):


問題解決方式如下:
  1. 客戶端電腦安裝 Microsoft Visual C++ 2010 Redistributable Package (x86)
  2. 關閉頁籤再開啟網頁



如果失敗的話,可以建立一個bat檔放置以下內容,再以[系統管理員身分執行],來清除以安裝的ActiveX,再重新執行上面所述步驟
regsvr32 /u "C:\Windows\Downloaded Program Files\RSClientPrint.dll"

del "C:\windows\system32\RSClientPrint.dll" 
del "C:\windows\system32\RSClientPrint*.rll" 
del "C:\windows\system32\RSClientPrint*.inf" 
del "C:\Windows\Downloaded Program Files\RSClientPrint.dll" 
del "C:\Windows\Downloaded Program Files\RSClientPrint*.rll" 
del "C:\Windows\Downloaded Program Files\RSClientPrint*.inf" 


參考資料:
 MSDN:Unable to install Client Print Control for SSRS 2014 onto a 32-bit Windows 7 PC

1 則留言: