An error occurred during printing. (0×8007F303) - MS Reporting Services

Yes, it’s another bug in SSRS. One of my colleagues building a MOSS portal that integrated with SSRS. We are facing a problem when user clicks on print from ‘Action’ button. The first dialog prompted to choose the printer but when press print, the following error message pop up indicate “An error occurred during printing. (0×8007F303)”. If click preview button rather than print, a preview of blank report with the words: “An error occurred trying to render the report (0×8007f303)”. Guess what is the problem???

After hours of searching, debugging and googling, he manage to find out the root cause. This is because we did some customization on the reporting services web.config file. We remove the export “tif” file type in the reporting services web.config file. We do know why this little change is causing the big problem during printing.  Hope this helps!

Posted in MOSS, SSRS, SharePoint.

Leave a Reply