简体   繁体   中英

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?

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.

您的用户名应为: <your username>@<org name>.onmicrosoft.com ,然后尝试取消选中“ Use as Windows credential...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM