I have been trying and trying to get the HtmlViewService to return HTML from an OBIEE report that I can view in the browser, and continually get a "Access is Denied" error (specifically the javascript file copyiframe.js) - Only the "Searching... icon" shows up. I tried adding a bridge file and referencing it using the setBridge method, but that didn't work either. Seems as though the iframe is breaking it. Can someone help me understand why I am getting the "Access is Denied" error? I also tried pulling in the js files locally but the issue still lives. Thanks in advance.
2 comments:
I have been trying and trying to get the HtmlViewService to return HTML from an OBIEE report that I can view in the browser, and continually get a "Access is Denied" error (specifically the javascript file copyiframe.js) - Only the "Searching... icon" shows up. I tried adding a bridge file and referencing it using the setBridge method, but that didn't work either. Seems as though the iframe is breaking it. Can someone help me understand why I am getting the "Access is Denied" error? I also tried pulling in the js files locally but the issue still lives. Thanks in advance.
did you try embedding you return html in a jsp page. I believe that is one of the requirments
Post a Comment