Unable to generate report when description field is included.

Unable to generate report when description field is included.

Error trace
   
java.io.UTFDataFormatException
            at java.io.ObjectOutputStream$BlockDataOutputStream.writeUTF(ObjectOutputStream.java:2164)

This states that the application is unable to virtualize the object as the content can be too large to process.

Solution:

The issue is due to the large amount of data. so kindly remove the description field from the report and try to generate the report once.

If the above is not suitable kindly reduce the character limit of the description field to 5000 or 1000 Under Admin>>Performance Settings >>Report.



NOTE: By default, the value will be set as 100000.

                  New to ADSelfService Plus?

                    • Related Articles

                    • Task related reports (MSSQL)

                      Tested in MSSQL build (14306) Sample Output and headers present in this report Goto reports -> New query report and executes the following SELECT taskdet.TASKID AS "Task ID", taskdet.MODULE AS "Module", taskprior.PRIORITYNAME AS "Priority", ...
                    • Scheduled Reports

                      This report is used to get the complete list of all the scheduled reports with the owner name configured in the application.  SELECT CustomReport_Details.REPORT_NAME "Report Name", AaaUser.FIRST_NAME "Owner" FROM ReportScheduleTask LEFT JOIN ...
                    • Changing the ownership of Report

                      In order to change the ownership of the existing Reports, please follow the below steps, 1. connect to your database. Incase, if your connecting database is postgresql, please refer the below link to connect to it. viz. ...
                    • Steps for deleting/modifying the reports created by other techs:

                      Steps for deleting/modifying the reports created by other techs: Connect to your database  To connect to your database please refer http://www.manageengine.com/products/support-center/faq-general.html Execute the below query which will give you the ...
                    • Advanced Analytics - FAQ & Troubleshooting tips

                      Troubleshooting tips This document is listing of customer facing issues,  Advanced analytics is common name for both Zoho reports and Analytics plus.  First setup we have to get with customer that recreate issue and generate support log ...