Showing posts with label reports. Show all posts
Showing posts with label reports. Show all posts

Friday, 8 September 2017

Add Reporting Services to an Existing Team Project in TFS 2018 RC1

From TFS 2015 it was possible to create Team Projects for on premises TFS, using the web interface. But when you create a team project from web interface it does not create Reporting Services or SharePoint integrations. With TFS 2018, SharePoint server integration has been removed and if you want to integrate with SharePoint, setup your SharePoint site using the SharePoint’s own interface. However, Reporting Services is still in use with TFS 2018, and integration to Reporting Services gets created when a Team Project created via Visual Studio (you can use VS 2017 to create a Team Project in TFS 2018 RC1). A Team Project created with web interface will not have a Reporting Services integrated and let’s look at how to create that integration using command line.

Friday, 22 May 2015

Resolve - TF255050: A connection cannot be made to the Report Server WMI provider

When setting up reporting services in a remote server for TFS below error might occur.
*******************************************************************************************************
TF255050: A connection cannot be made to the Report Server WMI provider. Verify the following:
1. You have entered the correct name for the server, including the instance name.
2. The Windows Management Instrumentation service is running on tfsssrs.
3. The service is not blocked by Windows Firewall.
4. You have the required permissions to connect.
Details:
The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
*******************************************************************************************************
01
Verify reporting services running and all ports as specified in the “Ports required for installation of Team Foundation Server” are open.
02
03
04
05

WMI Service is running in report server.
05.2
WMI Service is allowed in Firewall of the report server.
06
Report server URLs populated after all above set.
7






Monday, 18 May 2015

Enable Excel Reports for Team Project When SSRS Configured Later for TFS

If the TFS server is setup and the reporting services are not configured, the newly created team projects will not have excel reports enabled in SharePoint project portal.
1
Once the TFS is configured with SSRS the Excel reports for SharePoint project portal can be configured following below instructions.
Check reporting is configured properly in TFS. Verify project collection configured for reports.
2
2.2

Go to the Project SharePoint portal settings.
3
Click Manage site features.
4.
Deactivate Agile Dashboard.
5

Activate Agile Dashboard with Excel Reporting.
6
Excel reports are available for the SharePoint portal.
7
10

Dashboard is enabled with SSRS reports.
8

Popular Posts