Hi guys,
The scenario that I want to use BI Launchpad to present map and web intelligence report side by side. I placed map on the left and report on the right.
Image may be NSFW.
Clik here to view.
Initially, both sides were loaded properly. Map is located in doamin http://map.abc.com:8808 and report is located in http://sapbo.abc.com:8080.
Now I tried to pass the parameters from map to the web intelligence report by using template from SAP example located in
C:\Program Files (x86)\SAP BusinessObjects\tomcat\work\Catalina\localhost\BOE\eclipse\plugins\webpath.PerformanceManagement\web\samples\SampleSource_WPM.html
So, I added something like this to index.html in the map
Image may be NSFW.
Clik here to view.
Now the map wasn't loaded because it contained error JavaScript code.
Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.
Workaround
If I added “--allow-find-access-from-files --disable-web-security” in chrome properties, this will disable same origin policy in chrome. The map is now successfully loaded.
Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.
I don’t want to allow this security issues because this method didn’t work on Firefox and IE. However, can I allow cross site policy in BusinessObjects Tomcat server? or there are better way to implement this solution?
Best Regards,
Chai