CRM Dynamics 2013 Website in IFrame not responding - html

I have written a webpage in ASP.net that has input fields and a upload control, I upload and submit the file to a server and add to database. I have hosted this website in IIS, and now I have added the website into CRM in an IFrame, however it does not function, I click on the submit button and nothing happens, I tested the website outside of CRM and all works fine, any idea what might be causing this issue. Pleas assist, this is for MS CRM 2013 on Premisis

Without seeing the code is hard to know but it might be a cross domain issue? Do you see any security errors in the Developer console (F12)?

Related

SSRS Report Viewer Unable to Pass Credentials to Report Server from Hyperlink

We have a 3-rd party (like a portal) hosting our SSRS Report Viewer inside an iFrame. The source of the iFrame is an ASP.NET web form page with the Report Viewer control. We pass the credentials to the Report Viewer from the code behind and everything works fine. Reports render in the viewer and the aspx page is running on an HTTPS site.
The report developer placed a hyperlink on a report that opens an non-HTTP url to the Report Sever that is supposed to download an Excel file. But the Report Server is behind a DMZ (actually running as a Windows Service and not IIS) and prompts users for credentials and only downloads the Excel file when the Report Server credentials (same ones used by the Report Viewer) are entered. This sounds like a double-hop issue.
Anybody trying to browse to the URL manually also get a prompt until they are authenticated because the SSRS is not in our domain.
TL;DR;
Is there anyway to pass the credentials of the Report Server from within a hyperlink inside the Report Viewer?
Functions as designed. Reports Developer did not really understand implementation details and found a work around.

Sql server reporting service not showing report data

I created a report project in sql server business intelligence developement studio and deployed successfully with sql reporting service url(Webservice url).It work fine but when i browsing my report application through reporting service url and result like this.
This first image report service deployed successfully
when i click report just loading but no report
data
Have you tried using IE?
I think you need Javascript enabled and maybe something else to make SSRS Report Manager work with Chrome.
Apparently other browsers have compatibility issues:
https://msdn.microsoft.com/en-us/library/ms156511.aspx
There is also IE Tab for Chrome to fix some issues:
https://chrome.google.com/webstore/detail/ie-tab/hehijbfgiekmjfkfjpbkbammjbdenadd?hl=en-US
If you want a quick fix for this problem, and if you are browsing using Chrome, you can add the IE Tab in the settings, extensions for chrome and it will render the report as it loads a version of IE and the Report Server will allow the report data to load.

how to embed chart with API into another webpage

I'm really new to BIRT report developer. Right now, I need to get the API from my chart, which was created in a report, and past it to another web page. But, I really don't know how to do that, can anyone help me solve my problem?
I'm using BIRT PRO, and the only code I can get is from the XML source. I have to submit the report next week, so I'm very nervous. I will greatly appreciate for any help.
If you want to view content from the BIRT report in a browser you can do any of the following:
Deploy the BIRT runtime viewer with Tomcat - http://www.thegeekstuff.com/2014/12/deploy-birt-viewer-for-tomcat/.
Download the free F-Type server and put your BIRT report there, then you can use the "interactive viewer" web interface to show the entire report or use the JavaScript API to embed the entire report or just parts of the report in a web page. http://birt.actuate.com/products/birt-ihub-ftype
Run the report from BIRT Designer Professional and export the report as HTML content.

FTP url not working in SSRS

I want to give a link on my SSRS report to a ftp location. For thee same I have dropped a text box on the report and given the link ftp://ftp.mysite.com/file.xls in the Action>>Go to URL setting. I am working with SQL Server 2008 R2.
However when I run the report and click on the link no action happens. However if I change the link to http, http://www.google.com/ then on clicking the link, a window opens.
So its working with http but not ftp. I verified the ftp location and its correct.
Any help will be greatly appreciated.
Vipul
Found the problem. FTP link does not work in report designer. On deploying the report and then running it, the ftp link started working. HTTP however works even from within the designer which caused the confusion in the first place. I dont know whether its by design but couldnt imagine why it should be that way.

SSRS Report in Web App clearing out Session variables?

We're using a SSRS report with URL links that's being displayed in our web application. When we click on a link in the report, it should take you to a page within the web app. However, when we click on the link (link created using SSRS Action property), it appears to be clearing out the session variables. The web app gives the error that we are "no longer logged in".
Any ideas as to how to go about fixing or debugging? Thanks in advance!
Assuming that they are on different servers:
http://blogs.msdn.com/b/knowledgecast/archive/2007/01/31/the-double-hop-problem.aspx