When viewing a large jobstream run in the AAI Web UI, the Target Job or specific job runs are missing from the Gantt chart and the Job Run table, even though the jobs are known to have run and are visible in the Thick Client.
MS: PMGSDPLG.083) does not appear in the Web UI Gantt chart.Product: Automic Automation Intelligence (AAI)
Version: 24.x
The issue is caused by the AAI configuration parameter restApiSearchResultLimit, which has a default value of 10,000.
The Web UI utilizes REST API calls to retrieve job run data. If a jobstream run contains more than 10,000 components (including jobs that appear multiple times in the Gantt hierarchy), the API results are truncated at the limit. This leads to missing data in the UI components that rely on these API calls.
To resolve this issue, increase the restApiSearchResultLimit to a value high enough to accommodate the largest jobstreams in the environment.
restApiSearchResultLimit.100000).