Hi there,
I am trying to display a Lumira Storyboard in HANA Appsite as widget. I created a xml file with url pointing to the Lumira storyboard, a corresponding .xswidget file for the xml and added the widget to my appsite. When I load the appsite, I am getting the following error in Google Chrome for the Lumira storyboard widget.
XXX_The requested resource is not available.
Any idea what might be the issue? Could this be a security issue? Below is how my xml file looks like:
<Module>
<ModulePrefs title="Lumira Storyboard">
<Require feature="sap-context" />
</ModulePrefs>
<Content type="html" href="http://<host>:<port>/sap/bi/launchpad/open?id=532C85999711159FE1000000C0A80380&type=HANALYTIC">
</Content>
</Module>
Regards,
TM