How to get status report from Team foundation server 2015 - tfs-2015

How to get a report from the Visual Studio team foundation server with the following details.
1) User stories in Development bucket
2) User stories in Development- Review bucket
3) User stories in Development- pending deployment bucket.
4) User stories in testing bucket and their status
5) User stories in UAT -complete bucket.
6) Bugs logged for the ACTIVE US.

The information are all related to work items.
So, you can simply create queries and then create Excel reports from corresponding query.
Please see below articles for more information:
Create managed queries with the query editor
Create Excel reports from a work item query
You can also reference below articles:
Reporting in Team Foundation Server – Part 7: Excel Reports from
Work Item Queries
TFS Reports using Excel
If you mean SSRS, then you need to Creat and Customize TFS Reports, just reference this article for details : TFS Reports using SSRS

Related

How to View SSRS Report (.rdl) in Windows Forms from Same Solution

I have two different project First is Windows Application and second is Report Project
So How can I view report in my First Project
Here's attached screenshot of Both Projects
RDL reports get installed in an instance of SQL Server Reporting Services (SSRS) you then load the report into a ReportViewer control from that server. That's a subject too big to include in a single answer here and you should research it independently and then ask specific questions later if you have them.
If you want the reports to be part of your application itself then you need to create client reports - RDLC files - rather than server reports. There is a VS extension you can install for creating client reports, if that's what you want.

CRM 2016 Reports: Some dataset are blank when the report is ran with a specific user

I have a report on CRM 2016 which runs perfectly when it is launched with admin user. However, when we launch it with a normal user, all the datasets are displayed perfectly, except for 1 dataset (which was added lately to the report). To note that all the stored procedures used by the datasets (including this new one) have the same security roles on the SQL database. In addition, when I run the report from the visual studio, all the datasets are displayed as well. Can someone please help?
Solved. It was a security role issue on the business unit level

Can BO dashboard be created from WebI report?

I need to create a dashboard using my webi report. Can this be achievable? If so, how?
Thanks in Advance
Niki
I tried this a few months back, while we primarily create Desktop Intelligence reports we have started to create WebI reports with the aim of creating dashboards with some of them.
We are running BOE XI3.1.
Here is a link to a blog which is one of the couple of blogs that I read when doing it.
Basically, you would right-click on the table in WebI and select publish block, you then follow the publish content prompts and when completed in the Web Services pane (if not visible, there is a Web Services checkbox in the top-right of the window) where you can get the Web Service URL that you can then use as a datasource within Xcelsius.
The WebI report I was playing with worked and I was able to get the data in Xcelsius.

Not able to do any changes in my CRM 2013 on-premise (Customization)(Customize the System)

I'm using MS CRM 2013 On-Pre, In the Trace file i found below line in error message attribute when trying to delete any field or entity even when trying to add new entity or field.In sort at this time I am not able to do any changes in my CRM.
"Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #0494EF01"
How can I analyze the code, Is there any entity where I can find all the error code.
Please suggest I'm totally confused.
#BharatPrajapati alex is right, you probably broke the environment.
One should never change fields and Entities directly in SQL. This is highly un-supported Customizations.
If you had setup daily backups for the CRM Database. You can restore the backup on the same CRM Organization. It will start working fine. You have to map the security roles etc again.
If you want to delete the the Entity which you deleted from SQL you can/should delete that in CRM
P.S if you do not have daily backups schedule then there is no solution other than a New CRM Installation.

SQL Server Reporting Subscriptions

I have a SQL Server 2014 Enterprise with SSRS configured. I have custom reports built via Report Builder and subscriptions via SSRS. I am currently emailing MHTML via the subscriptions, but this doesn't allow you to expand the rows in the tables.
As above, that row, when you browse to SSRS via web browser, can be expanded to see it's child items. Is there anyway you can get this to come expanded in the MHTML report sent via the sub?
Unfortunately drill down only works in Report Manager or the Excel rendering extension. The HTML generated excludes the hidden items. Mentioned in last section of https://msdn.microsoft.com/en-us/library/dd207042.aspx
Because of this I send Excel reports in my subscriptions.
The solution would be to get the report to always show the expanded rows when exported to MHTML. http://blog.hoegaerden.be/2011/01/18/ssrs-hideshow-items-dependant-on-export-format/