Questions tagged [tfs-2018]

Use this tag for version specific questions about Team Foundation Server 2018. When using this tag also include the more generic [tfs] tag where possible.

34 questions
0
votes
1 answer

TFS 2018 : TF30042: The Database is Full

Got this Error... TF30042: The Database is Full. Contact your Team Foundation Server administrator. Error:1101, Message: could not allocate a new page for database 'Tfs_DefaultCollection' because of insufficient disk space in filegroup 'PRIMARY'.…
0
votes
1 answer

Is there a way to see/recover the deleted test run results from TFS 2018?

The on-premise TFS installation that we have in our organization was upgraded from 2013 to 2015 and now finally 2018. However, recently we started noticing that the test run results from older test cases were being automatically deleted and the test…
0
votes
0 answers

TFS 2018 Restrict files from being read/opened in visual studio

We have an on-premises version of TFS 2018. We have set up a user to have access to the collection under the "Version Control" tab with the following permissions. I have then drilled down into the projects under the collection and set some of the…
WillNZ
  • 765
  • 5
  • 13
  • 38
0
votes
1 answer

Using TFS 2018 to build a solution with VS 2019

Is it possible to use a TFS 2018 Server (Version 16.131.27701.1) to build a C# program with Visual Studio 2019? If so, how? I have a build agent (with Azure Pipelines Agent v2.184.0) that has Visual Studio 2019 installed. TFS says it has the…
gartenriese
  • 4,131
  • 6
  • 36
  • 60
0
votes
1 answer

Cant get rid of a workspace problem in TFS2018 after migration

I have a problem after migrating from TFS2013 to TFS2018. This happened after a major rebuild of our system. I migrated the TFS DB and software and can check all things in the web browser where it looks ok. I deleted all workspaces on the…
Juergen
  • 3
  • 2
0
votes
1 answer

TFS 2018 not recognizing SQL Server 2019

I have installed TFS 2018 Update 3.2 in Windows Server 2019 machine. I have NOT used Express edition of TFS 2018. The Database server version is Microsoft SQL Server 2019 Standard. I am migrating from TFS 2013 to TFS 2018 (Update 3.2). I restored…
raki.dbit
  • 152
  • 1
  • 11
0
votes
1 answer

TFS 2018 missing Path Filter in build trigger

I am using TFS2018 and by some reason in builds fetched from "External git" I cannot set "Path Filters" trigger. Only "Branch filters" are available. Some one know why? Thanks.
0
votes
1 answer

"Incorrect function" error when open a file at team foundation server

Code is on TFS 2018 and using source control Git, when cloning code repository from Visual studio 19 and VS 18 got an error, see below when I go to TFS, and try to open some files do not open and show "Incorrect function" error, please see attached…
Jalees
  • 23
  • 5
0
votes
1 answer

What is the easiest way to rename a shelveset in TFS?

I'm trying to rename a shelveset. The only way I can think of to do it is: Unshelve it (uncheck Preserve shelveset on the server) Gather all the changes into Included Changes (and exclude everything that wasn't part of that shelveset). Re-shelve it…
NH.
  • 2,240
  • 2
  • 23
  • 37
0
votes
1 answer

Why is the outcome of a manual test executed via MS test runner being put in 'In Progress' state?

I am using TFS 2018 to run manual test cases (on chrome browser). When I run a manual test, the Microsoft Test runner opens in a popup window. I mark the result of each test step, mark the test case result, and then save and close it. The…
0
votes
1 answer

VSTS build agent web proxy configuration

I am trying to configure a build agent to work with a proxy as per the documentation. Using VSTS Agent behind Proxy .proxy set and being picked up, envriomental variables set but for some reason only the username is coming throuhg the password is…
RickWeb
  • 1,765
  • 2
  • 25
  • 40
0
votes
1 answer

Upload test result documents to Azure Test Plans or the Test hub in TFS 2018

I'm developing an API in one of my C# library to upload the test result documents (such as log file, screenshots captured or any zip file) from the local folder to the desired test case number under the test plan on Test hub. I'm working with TFS…
Dadapeer Pvg
  • 147
  • 12
0
votes
0 answers

Connection to TFS Server from Visual Studio and also TFS Admin Console Change Public URL test throwing error TF400324

We have a public facing URL (F5 load balancer URL) and internal application URL for TFS 2018 Update3.2 server host on prem. Both URLs were working fine when accessed from Visual Studio all version from local machine/laptop. Recently all of a sudden…
sravan
  • 1
  • 2
0
votes
0 answers

Using Tfs_Warehouse.dbo.FactCurrentWorkItem, How do you get Request and project name from Query?

I am trying to get all current project names and request names from TFS that are not closed and have hotfix as '1'. This is the query I used Select Distinct wi.System_Title,TP.ProjectNodeName FROM Tfs_Warehouse.dbo.FactCurrentWorkItem FCWI INNER…
0
votes
1 answer

0x80004005 Access is Denied on new install of TFS2018 Express. Can't execute roslyn\csc.exe

I've installed TFS2018 Express. It appears to have completely installed. When I attempt to access its website component, I get the Win32 0x80004005 Access is Denied error. The stack trace references a csc.exe program in a roslyn sub-sub directory.…
david wendelken
  • 191
  • 1
  • 8