AAI Insight Job Dependency Data Table menu is slow to load
search cancel

AAI Insight Job Dependency Data Table menu is slow to load

book

Article ID: 369468

calendar_today

Updated On:

Products

Automation Analytics & Intelligence

Issue/Introduction

In some environments you may notice that the AAI Insight Job Dependency Data Table menu is slow to load

 

Environment

AAI with Reporting Server 2.0.3 and earlier

Resolution

1. Log directly into the Jasperserver-pro site

http://<hostanme>:8080/jasperserver-pro

Use the default username and password, unless this has been changed.  If you are unsure of the default username and password please contact Broadcom Support.

 

2. On the top menu click on "View->Repository"

 

3. Expand the folders on the left under Organizations->Organization->Terma->Resources->Query, then right click on "Jobs Query from REST API With Search String" and select Edit

 

4. On the bottom of the page click Next twice, until you get to the "Define the Query" section

 

5.  The current query is:

url(/jobs?maxSize=2100&sort=name&fetch=default$P{jawsJobSearch}); jsonPath(results)

 

The new query you want to replace this with is:

url(/jobs?maxSize=2100&fetch=name,scheduler$P{jawsJobSearch}); jsonPath(results)

 
6. Once you update the query, click Save on the bottom:
 
 
7. Then try to run a Job Dependency Data Table report.  There is need to restart any services, but you may have to wait a few minutes to access the report again.
 
The Input controls should very quickly after the change.