Sunday, December 27, 2009

Print failure in PDF format

Background
Reports having large number of records might not print successfully when the user clicks on print button in PDF format.

Solution
Go to “SiebelAnalyticsData\web\config\instanceconfig.xml” file. Put in the following tags after Javahome tag
 
(JavaHost)
(PDF)
(InputStreamLimitInKB) 0 (/InputStreamLimitInKB)
(/PDF)
(/JavaHost)



Please replace ( with < and ) with > in the above solution

The default value for the InputStreamLimitInKB is 1024. This limit puts a restriction in printing a report (which has a very large number of records) in PDF format. By setting it to 0, the limit can be deactivated and so all the records can be printed.
http://www.siebeldigest.com/

0 comments: