Can't connect to CRM Online from Reporting Services Manager - reporting-services

I created report in VIsual Studio that connected to CRM Onlyne using FetchXML and it works good from visual studio. Now i'm trying to deploy it on Reporting Services server. I faced with issue that i can't create DataSource from Reporting Services Manager. Do you have any ideas how to fix it. See screenshot with error https://social.microsoft.com/Forums/en-US/35df977a-c903-4fec-89f6-2f0c6b7e5a10/cant-connect-to-crm-online-from-reporting-services-manager?forum=crmdevelopment

Thank you Donal. There is answer for my question. It was surprise for me that i can't use FetchXML datasource for connect to CRM online but i found workeround. I implemented a Data Processing Extension for Reporting Servies for request data from CRM Online. For a basis i get following article http://www.codeproject.com/Articles/22946/Implementing-a-Data-Processing-Extension

Related

disable reporting TFS 2008

We have assumed maintenance of a legacy 32bit application. I installed TFS 2008 to use in maintaining the project.
We will never use reporting or sharepoint. I cant create a project because of issues with SSRS.
(The Project Creation Wizard encountered a problem while creating reports on the SQL Server Reporting Services on OHSENSS801. The reason for the failure cannot be determined at this time. Because the operation failed, the wizard was not able to finish creating the SQL Server Reporting Services site. )
How can I disable reporting and sharepoint in TFS 2008?
Thank you.
Unlike TFS 2010 and above version, you have to install the SharePoint components for TF2008.
TFS2008 is a very old server version and out of support for a long time. You could use TFS2010 instead, the SharePoint is no longer a prerequisite when you install TFS2010. You can go for TFS2010 Basic Configuration which is the most compact TFS installation possible.
In Basic Configuration, SharePoint and Reporting Integration will not be possible. It will install and configure Source Control, Work Item tracking and Build Services only.
Highly recommend you to move to a newly versioned TFS server. If you insist on using TFS2008, you could try to troubleshoot the configuration of SQL Server Reporting Services. Details please refer this thread in MSDN: SQL Server Reporting Services is not configured correctly
About how to remove Sharepoint and Reporting Services from TFS, you could go through this question. However, afraid removing these components, you will still not able to create team project. After all, if it will work, there is no need to be a prerequisite for installing TFS2008.

Reporting Services Issues when deploying to server

I created some SQL Server Reporting Services reports using Microsoft Visual Studio. Previewing the reports is working fine. But when i deploy the application, i get the following errors: The permissions granted to user 'PERSOLGH\SOMAD' are insufficient for performing this operation.
But the SQL Server Management Studio Reporting Services works fine.
What could cause the error or am I missing something?
Any help would be much appreciated.
Best Regards,
Somad

Creating a SSRS report using a mySQL data source

I need to setup a report server using SQL Server Reporting Services with MySQL datasource. I am using a ODBC connection to connect MySQL. Using this connection I am able to add a dataset in my reporting project in Visual Studio 2015.
Using this dataset I can create a reports in Visual Studio and it show me preview as well using my table from MySQL, So far so good only problem arise when I try to deploy my reports to my local machine it show following error :
An attempt has been made to use a data extension 'ODBC' that is either not registered for this report server or is not supported in this edition of Reporting Services.
I am using SQL Server 2012 Express Edition and I follow this tutorial to connect report with MySql.
https://www.mssqltips.com/sqlservertip/2615/creating-a-ssrs-report-using-a-mysql-data-source/
Can you please help me to know what I am doing wrong here? Any help will be highly appreciated. Please let me know if any other information needed.
Thank you
I do not think this is supported in express dev version.
http://www.c-sharpcorner.com/UploadFile/ff2f08/feature-supported-and-unsupported-by-ssrs-with-express-advan/
If you have the full version, it can be easily done, via the instructions you linked above.

Microsoft CRM Report Authoring Extension Issue

I am trying to create SSRS report for MS CRM, I am unable to find Microsoft Dynamics CRM Fetch connection type or how to enable it, while searching over the internet, I found I have to install Microsoft CRM Report Authoring Extension. I installed the extension & now I am facing this issue (See the below pic).
Click here to view image
My PC (windows 10) contains these software (may it help) :-
1- Visual Studio 2015.
2- SQL Server 2012.
3- SQL Server Data Tool (SSDT).
4- Business Intelligence (Analyst Services, Integration Services, Reporting Services) .
Any help in this regard will be highly appreciated and acknowledged.
Thanks ...

SSRS Datasource connection to SQL Azure Data don't work from web based reports

I'm unable to generate a report from the web based interface (Report Manager). The same report in my Visual Studio project works perfectly.
The error which appear when trying to generate the report from the web is
"Cannot create a connection to data source"
The log file error is the fallowing
Cannot get edition information from catalog server.
The report data is retreived from an SQL Azure database.
How come the report can work inside my Visual Studio project but no more once deployed?
I've tried both SQL Server 2012 and SQL Server 2008 on fresh machines and both gives the same result.
Thanks,
After a half day of troubleshooting this issue, I discovered it was because the edition of SSRS I am using does not support Azure SQL Databases as a data source.
I am using 2008 Express Advanced Edition. It appears Standard or above is required for this.
See this article for more information:
http://www.sqlservercentral.com/blogs/sqltact/2016/09/25/sql-ssrs-express-edition-cannot-connect-to-azure-sql-databases/