Symptom
A message "Parallel processing is not active" appears in the InfoPanel in Story Edit Mode across all SAP Analytics Cloud (SAC) tenants for many stories, particularly those based on BW Live models.
Environment
SAP Analytics Cloud 2025.14.8
Reproducing the Issue
- Open a story in SAP Analytics Cloud (SAC) in edit mode.
- Click on the Info Panel icon (highlighted with a red dot).
- Observe the message "Parallel processing is not active" in the Info Panel.
Cause
The issue was caused by the use of the HTTP/1.1 protocol, which does not support parallel processing.
Resolution
- Although the BW system was configured to allow HTTP/2, a component in the connection path was downgrading the protocol to HTTP/1.1. Update all elements in the connection path (SAP Cloud Connector, SAP Analytics Cloud Agent, etc.)
- To Validate the Parallel Processing:
-
- Ensure that all components in the connection path, such as proxies or web dispatchers, are configured to support HTTP/2.
- Verify that HTTP/2 is in use by capturing a HAR file while opening the affected story in edit mode.
-
- Open the browser's Developer Tools and navigate to the Network tab.
- Check the "Protocol" column for requests to the BW system. It should display "h2" or "HTTP/2" instead of "HTTP/1.1".
-
- Monitor backend sessions during story loading to confirm parallel query execution:
-
-
- Open a story in SAC with multiple widgets based on different backend queries.
- Coordinate with yours BW Basis team to monitor active sessions in the BW backend using SM51.
- Filter and sort by the User column to group all processes related to the SAC user.
- Observe multiple DIA (Dialog) processes for the same user running simultaneously, indicating parallel query execution.
-
If parallel processing is confirmed and the issue is resolved, no further action is required.
See Also
- 3397705 - INA: perf analysis metrics as part of the InA response - parallel processing
- 2280022 - How to collect a HTTP archive (HAR) file and Console Log file in SAP Analytics Cloud
- 2569847 - Where can you find SAC user assistance (help) to use, configure, and operate it more effectively?
- 2487011 - What information do I need to provide when opening a case for SAP Analytics Cloud?
- 2511489 - Troubleshooting performance issues in SAP Analytics Cloud
- SAP Analytics Cloud Connection Guide
- SAP Analytics Cloud Get More Help and SAP Support
- Need More Help? Contact Support
Keywords
parallel processing, info panel, sap analytics cloud, sac, story edit mode, bw live models, http/2, http/1.1, bw/4hana, sm51, backend sessions, har file, protocol column, multiple queries, dia processes, sap note 3397705, sap note 2280022, processing queries , KBA , LOD-ANA-DES , Story Design & Visualizations , Problem
SAP Knowledge Base Article - Public