Jasper schedules email character limit on To, Cc, Bcc
search cancel

Jasper schedules email character limit on To, Cc, Bcc

book

Article ID: 140334

calendar_today

Updated On:

Products

Clarity PPM On Premise

Issue/Introduction

How to remove the character limit restrictions on Jaspersoft schedule fields (To, Cc, Bcc).

Environment

Release : All

Component : CLARITY JASPERSOFT

Resolution

  1. Go to:
    C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\reportservice\optimized-scripts\schedulerPro
    (the installation folder can change according to your environment)
  2. Open the file schedulerMain.js
  3. Search for maxlength
  4. Pay attention to Line 27: There are four entries where you have to replace 100 for 1000.

They are:

  • <input type="text" name="to_suc" maxlength="1000"/>
  • <input type="text" name="cc_suc" maxlength="1000"/>
  • <input type="text" name="bcc_suc" maxlength="1000"/>
  • <input type="text" name="job_status_to" maxlength="1000">

Additional Information

See also: Email Notifications - known issues for Clarity