1. I am running Crystal Server 2013 on a Windows 2008 R2 machine.
2. My client is in pure javascript using the sample in http://help.sap.com/businessobject/product_guides/sbo41/en/sbo41_cr_js_api_en.pdf.
3. I am able to login and retrieve the login token successfully using REST calls (speced here https://help.sap.com/businessobject/product_guides/boexir4/en/xi4sp6_cr_restful_ws_en.pdf) .
3a. Subsequently, I am able to retrieve all the server objects, etc.
4. In my webpage, the call SAP.CR.Viewer.create("crystalViewer", "container", onViewerInit, onViewerFailure) - succeeds. An iframe is created, and so on.
However, the iframe is blank and nothing is visible in the report. There are no Network or Console errors in the browser. However, Fiddler shows the following error in the HTTP request that is trying to retrieve the report:
Here are things I have tried already (based on various forum posts, etc.) but failed to resolve the isssue:
1. Modified database credentials. (in any case the reports run on the server).
2. Changed port number of SIA from 6410 to 6400 -- this resulted in bad side effects and could not even start CMC...so reverted back.
3. Made sure there is not security/firewall issues.
4. Made sure that aspnet_ client is in the project folder.
Can someone please shed light on what may be going on?
Thank you.
Pat