| Patrick Leary 2006-03-30, 8:27 pm |
| Only for reports being printed on a secure site, I find that RS is returning
the following:
"An error occured during printing. (0x80004005)"
Analyzing the HTTP traffic between the browser and the host site reveals
that client printing issues two GET requests to the server. The first
request (which is successful) has "OpType=PrintHtml" and is issued just prior
to the display of the print dialog. The second request (which is
unsuccessful) has "OpType=PrintRequest" and is issued, apparently, to request
the actual print stream.
Both are requests for "Reserved. ReportViewerWebContr
ol.axd"; however, the
second request is HTTP, not HTTPS. This causes the printing to fail on a
secure site with the specified error.
Is this a known issue with the RSClientPrint activeX control? If so, is
there a workaround or config setting that may be applied? Better yet, is
there an updated version of the activeX that we may deploy?
Thanks in advance.
PL
|