System Analysis Troubleshooting
This page contains some hints for troubleshooting when for example some dashboards or views are empty.
As starting point you should classify the issue:
- Is it a general issue in the application that seems to affect all or several different parts of the application?
- Or is it rather missing data on some particular views?
- Try reloading the complete page (F5 for many browsers)
- Try loading the same application in a different browser / on a different PC
- Check if the issue is specific to a particular managed system
- Check the Console in the developer tools (F12): Do you see any exception indicating a problem?
Increase the Maximum Number of Systems in Scope
By default the maximum number of selected systems in System Analysis is limited to 10. The limit was chosen since System Analysis is targeted at analyzing a single or a few systems. The charts would turn unreadable when they are populated with too many lines. Furthermore generating load spikes on SAP Focused Run by selecting thousands of systems for analysis should be avoided. Nonetheless it is possible to raise this default limit of 10 to a higher value:
- Open Transaction SE16
- Select table WEA_UI_CONFIG
- Add an entry: P_KEY=max.systems P_VALUE=xx (where xx is an integer number)
- Reload the application in the browser to activate the change
Note that displaying more than 10 system may lead to higher response times both on UI side and in the backend.