Clarity 16.2.3 with Jaspersoft Server 9.0 running on Oracle
DE155637 and Tibco bug: JS-7410
The JRS 9.0 same DB upgrade script is updating the destination type value of the schedules in the underlying table JIREPORTJOBREPODEST to 11 when the expected value is 1.
The workaround solution would be to run the SQL update to correct all old schedules in the Jaspersoft table.
Update JIREPORTJOBREPODEST set dest_type = 1 where dest_type = 11