1

Hi I am trying to open Work item query results in microsoft excel but getting an error "TF208093 you cannot use work item query to generate reports in excel on this server because it is not configured for reporting"

Below are the steps which I performed

1. Installed excel extension from marketplace on Azure DevOps
2. Installed Visual Studio 2017
3. Installed Team Foundation Server Integration 2017

enter image description here

enter image description here

enter image description here

Naveen Kumar
  • 1,266
  • 1
  • 21
  • 50

3 Answers3

1

I tested the "open work item query result in microsoft excel" through the excel extension with below process:

  1. Click the “Open in Excel” in Query Results after I installed the Excel extension for my organization:

enter image description here

  1. Click the “Open TfsProtocolHandler.exe” button in popup dialog

enter image description here

  1. Now we can see it in Excel opened automatically:

enter image description here

The only difference between my process and yours is that i didn't install Team Foundation Server Integration 2017 (I have Visual Studio 2017 on my computer), you can try to uninstall it and do the process again see if we can solve the problem.

mbb5079
  • 646
  • 1
  • 5
  • 10
1

Your error very similar to the error with the reports generation. Azure DevOps Service does not support Reports:

enter image description here

Try to open your query directly from Excel:

enter image description here

Shamrai Aleksander
  • 13,096
  • 3
  • 24
  • 31
1

Visual Studio 2019 appears to not be installing the needed component (maybe only under certain workloads?).

Whether have VS 2019 or not, this download should solve the issue: https://visualstudio.microsoft.com/downloads/#azure-devops-office-integration-2019

Note: this isn't quite a direct answer to the question, since the questioner does have the TfsProtocolHandler.exe, rather this answer is a fix for "nothing happens when I click 'Open in Excel'"

Jason
  • 564
  • 6
  • 12