Showing posts with label Patch. Show all posts
Showing posts with label Patch. Show all posts

Thursday, November 6, 2008

SQL Server 2005 Security Patch KB954606 Install Issue

There is a known issue about the security patch KB954606 about reporting service failing to start. To fix it, add the following new registry key in path HKLM\SYSTEM\CurrentControlSet\Control\ :

ServicesPipeTimeout = 60000

Details at http://support.microsoft.com/kb/922918

Related discussion can be found at http://forums.microsoft.com/technet/showpost.aspx?postid=3878291&siteid=17&sb=0&d=1&at=7&ft=11&tf=0&pageid=1

Wednesday, October 29, 2008

Report Manager Printing Issue

The issue: Cannot Print SSRS 2005 report after installing KB956391

The fix:
1. Uninstall KB956391 on the client PCs.
Or
2. Install SQL Server 2005 x64 Edition Service Pack 2 (KB954606) on the data server (The one that has SSRS service running). More details on http://www.microsoft.com/technet/security/Bulletin/MS08-052.mspx

Thanks to the following discussion:
http://forums.microsoft.com/TechNet/ShowPost.aspx?PageIndex=1&SiteID=17&PageID=1&PostID=4006172