Re configure TFS 2012 reporting services

Solution 1:

This sounds like a problem with your SQL Server topology.

It sounds like maybe you have Database Engine, Analysis services and client tools all on the SQL Server, but none of those features on the TFS server? If that's true, then you need to run the SQL Server setup on the TFS server (DEVSERVER) and install SQL Client tools on the TFS application tier, as it says in the (somewhat) cryptic error message.

Here is the page on MSDN that talks about SQL Server topology for TFS (see recommendation for SQL Server topology):

http://msdn.microsoft.com/en-us/library/dd578652.aspx

Good luck!