I have just installed a Team Foundation Server 2015 update 3 on a Windows Server 2016, the web interface of the TFS is accessible on the server itself (http://192.168.0.10:8080/tfs), but if I try the same address on my client it does not work, but it does respond on http://192.168.0.10. I have checked that port 8080 is allowed in the firewall of the server. What could be the issue?
It was simply the firewall that was blocking the site, since I added a rule for this "8080" it worked as excpected. And even if its not in the list over supported OS it do work with Windows Server 2016.
TFS 2015 only supports the following server operating systems:
Windows Server 2012 R2 (Essentials, Standard, Datacenter)
Windows Server 2012 (Essentials, Standard, Datacenter)
Windows Server 2008 R2 (minimum SP1) (Standard, Enterprise, Datacenter)
Windows Server 2016 is not supported currently.
Related
I'm deploying an Asp.Net Core service hosted by Kestrel in a Linux container. I was hoping to take advantage of the App Insights SDK agent monitoring for calls to dependencies, as per https://learn.microsoft.com/en-us/azure/application-insights/app-insights-asp-net-dependencies.
There are instructions for IIS and Azure...but I can't find any way to do this in a Linux container. Has anyone gotten this working? Am I just out of luck?
The status monitor/extension agent is a set of IIS configuration things and plugin into the .net profiler.
i don't think that's supported by .net core yet, so it won't work on docker + linux.
from the system requirements section on the page you linked:
System Requirements
OS support for Application Insights Status Monitor on Server:
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
Windows server 2012 R2
Windows Server 2016
with latest SP and .NET Framework 4.5
On the client side: Windows 7, 8, 8.1 and 10, again with .NET Framework 4.5
IIS support is: IIS 7, 7.5, 8, 8.5 (IIS is required)
I have a small issue that is driving me crazy.
I'm trying to install TFS 2015 on a VM with Windows Server 2012 R2 and SQL SERVER 2016.
Everything is ok but my on Analysis Services Settings I get an error.
TF400069: When your configuration includes Reporting features on a
remote machine, you must install the "Client Tools Connectivity"
feature from SQL Server.
As you can see on the following screenshot "Client Tools Connectivity" is installed.
Am I doing something wrong?
Thanks
Please check the TFS requirements and compatibility, the supported SQL Server version is:
SQL Server 2014
SQL Server 2012 (minimum SP1)
SQL Server 2016 is not in the list yet. You need to use compatible SQL Server version.
i have installed TFS 2010 on WS 2008 R2 more than two years and every things worked fins till i have installed an app on the server which i think it change some seting on IIS/server. and after that i can not access tfs web services even on the TFS server localy!!.
what is the problem.
after that for resolving all security issues I changed TFS applicaion pool's identification to network administrator. tfs account is NT AUTHORITY\NETWORK SERVICE. i can create team project collection from the tfs administration console. i checked network traffic with fiddler for accessing http:///tfs and response was:
HTTP/1.1 404 Not Found
Server: Microsoft-IIS/7.5
Persistent-Auth: true
X-Powered-By: ASP.NET
Date: Tue, 16 Dec 2014 11:49:24 GMT
Content-Length: 0
If you have broken the server by installing something then I would recommend building a new dedicated TFS server.
Option 1) Create a new clean server for TFS. Install SQL and restore all of the databases from your old server. Then install TFS 2013.
Option 2) if you do not have room for a dedicated TFS server you should create a temporary instance to get working and then push all of your data to VSO (http://tfs.visualstudio.com)
If you run TFS locally you should be aware that TFS owned both the server and the database server that it is installed on. It is an application that includes those components.
I am trying to determine what SQL Server edition will be installed with Team Foundation Server 2013 if it is installed on Windows Server 2012 R2 using the Standard Configuration. The install guide is vague about this. Will it be Express or Standard? It appears to be different than with TFS 2012.
You can use the basic configuration of Team Foundation Server, automatically with SQL Server Express SP1.
or install manually other versions.
link : http://msdn.microsoft.com/en-us/library/vstudio/dd631889.aspx
Only the Basic Configuration of TFS 2013 automatically installs SQL Server and it installs the Express version. This from:
Sql Server Requirements
From the same article: You can pre-install one of the supported editions Sql2012.sp1+ or Sql2014
During installation, you are required to select a configuration (basic, standard etc). If you choose standard and the installer can't find an existing SQL Server instance you can not proceed.
When we install on a 32-bit server, we get the option to install the proxy server, but installing on an x64 only gives us the option to install the build service. Does TFS 2010 Server Proxy support Windows 2003 64-bit?
Found my own answer:
2.1.3 64-Bit Windows Server 2003 Not Supported
No 64-Bit edition of Windows Server 2003 is supported.
To resolve this issue:
You must use a supported operating system.