- Microsoft Dynamics CRM 2011 Reporting
- Damian Sinay
- 496字
- 2021-08-13 16:58:57
Installation and configuration of Report Authoring Extension (Visual Studio development)
The Report Authoring Extension component is essential if you are planning to develop SQL Reporting Service reports with Visual Studio 2008; it will add the necessary FetchXML data connector. As we will see in detail in Chapter 3, Creating Your First Report in CRM, the reports that are generated with the Report Wizard use this connector. So if you want to update any of the reports generated by the Report Wizard, you will need to have these extensions installed on your development machine.
The extensions require SQL Server 2008 developer tools to be installed; after the Update Rollup 13, you can now install it on the SQL Server 2010 developer tools. Before Update Rollup 13, the extensions were not compatible with the tools installed by SQL Server 2012; this is because SQL 2012 uses Visual Studio 2010 instead of Visual Studio 2008, which is the version that is required by default. After the Update Rollup 13, support for the Visual Studio 2010 that comes with SQL 2012 has been added.
At the time of writing, there is no known version of the developer tools that is compatible with Visual Studio 2012.
To install this extension, you will need to download the Microsoft Dynamics CRM 2011 Report Authoring Extension from the Microsoft downloads website or by going to the following URL:
http://www.microsoft.com/en-us/download/details.aspx?id=27823
The following are the steps to install and configure Report Authoring Extension:
- Download the file with the name
CRM2011-Bids-ENU-i386.exe
.After downloading and executing this file, you will be prompted to select a folder where the files will be extracted to and the following first dialog will appear:
- Select the option Get updates for Microsoft Dynamics CRM (recommended) and click on Next to continue.
- Click on Next to continue.
- Check the checkbox that says I accept this license agreement and click on I Accept to continue.
Tip
If you try to install this tool on a Windows 2012 server, where you have the SQL Server Data tools installed, you will need to install the Windows Identity Foundation 3.5 server role first or this installer will fail.
- Install the required components by clicking on the Install button. After that, click on Next to continue.
- Select the recommended option and click on Next to continue.
- Leave the default location as it appears or select the location where you want the component to be installed, and click on Next.
- The setup will check whether everything is okay in the system before letting you start the installation; click on Next to continue.
- Now click on Install.
Note
If there is any error, you will be able to see the details by clicking on the View the log file link.
- Click on Finish to close the setup application.
You can validate whether the Report Authoring Extensions are well installed by looking at the data source types in Visual Studio 2008, where Microsoft Dynamics CRM Fetch should be listed as an option.

- Flutter開發(fā)實戰(zhàn)詳解
- SoapUI Cookbook
- .NET 4.0面向對象編程漫談:基礎篇
- Selenium Design Patterns and Best Practices
- oreilly精品圖書:軟件開發(fā)者路線圖叢書(共8冊)
- SQL基礎教程(視頻教學版)
- Learn React with TypeScript 3
- Learning Probabilistic Graphical Models in R
- Kubernetes進階實戰(zhàn)
- BeagleBone Robotic Projects(Second Edition)
- 計算機應用技能實訓教程
- OpenCV Android開發(fā)實戰(zhàn)
- MongoDB Cookbook(Second Edition)
- HTML5程序開發(fā)范例寶典
- 深度學習的數(shù)學:使用Python語言