After upgrade to 16.1.1 SchedulerID is blank on notifications
search cancel

After upgrade to 16.1.1 SchedulerID is blank on notifications

book

Article ID: 261735

calendar_today

Updated On:

Products

Clarity PPM On Premise Clarity PPM SaaS

Issue/Introduction

After upgrade to 16.1.1 SchedulerID is blank on notifications 

Steps to Reproduce: 

  1. Upgrade to 16.1.1 
  2. Schedule reports/jobs via classic UX 
  3. Fill in the notify section for Resources to Notify on Failure & Resources to Notify on Completion    

Expected Results: Reports/Jobs runs successfully and user filled in notify section gets a notification with all the attributes filled 

Actual Results: Reports/Jobs runs successfully and user filled in notify section gets a notification with all the attributes filled except Scheduler ID

 

Environment

Release : 16.1.1

Cause

DE68814

Resolution

  • DE68814 is fixed in 16.1.1.1(patch 1) & 16.1.2  

Workaround: Prior to fixed versions above

  • Stop all the clarity services
  • Connect to database and run the update query 
    • update cmn_captions_nls set description = replace(description, 'scedulerId', 'schedulerId') 
      where table_name='CMN_NOTIFICATIONS' and description like '%scedulerId%'
    • Commit;