Is it possible and how to run an SSRS report against an online dynamics CRM data source from a local reporting service in SQL Server?

StackOverflow https://stackoverflow.com/questions/22132700

Question

I need to run an SSRS report against an Dynamics CRM 2013 online organization through an external custom web service written in C# WCF.

As the reporting services of online organizations are not publicly available, this cannot be done through them.

Now I am trying to get to run the same report on a local SQL Server 2012 Reporting Services, having the data source from the online CRM. As credentials in report i add my organization username and password, and fetch xml data connection string to the online organization.

I have tried the following configurations in the data source in reporting services, getting the error messages in them, and having no success:

http://imageshack.com/a/img839/8513/x5h1.jpg

http://imageshack.com/a/img836/7286/umn1.jpg

I am wondering if this can be achieved at all.

My second option is to use an html resource in the organization, as reports can be generated on an online organization through javascript.

No correct solution

OTHER TIPS

Your username should be: <your username>@<org name>.onmicrosoft.com, and try uncheck Use as Windows credential...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top