SAP Knowledge Base Article - Public

3371902 - How to check if the story is built on SDI blending  or browser based blending in sap analytics cloud ?

Symptom

How to check if the story is built on SDI blending or browser-based blending?

Environment

SAP Analytics Cloud, Version 2.0

Resolution

1. We can differentiate between the SDI and browser-based blending by checking the HAR trace captured while opening the story.

2. If we find a property called "ResultSetPersistanceIdentifier" in the HAR trace, then story is on SDI blending.

                 

3. Also if the response has property "SerializedData" without the big blob of the encrypted text then story is on SDI blending.

                     

4. If the response has property "SerializedData", followed by a big blob of encrypted text then story is using Browser based blending.

See Also

Keywords

SAC, Blending, SDI blending, Browser based blending, HAR Trace. , KBA , LOD-ANA-DES , Story Design & Visualizations , Problem

Product

SAP Analytics Cloud 1.0

Attachments

Pasted image.png
Pasted image.png